Skip to content

Latest commit

 

History

History
109 lines (61 loc) · 5.43 KB

CHANGELOG.md

File metadata and controls

109 lines (61 loc) · 5.43 KB

2.1.0 (2022-05-09)

Bug Fixes

  • correctly get the size whe using the at type (ed1d18a)
  • start at the offset that was passed in not at zero (5980e64)

Features

  • add explicit reading option to read at locations (7dfc70a)
  • force set the size of objects (cba7c33)

2.0.1 (2021-10-27)

Bug Fixes

  • make both object implementations the same (631de17)
  • use "use strict"; to prevent function leakage (152543b)

Features

  • make the two object generators more similar (3a7bfab)

Performance Improvements

  • rename all benchmarks to reset their stats (7c9e590)

2.0.0 (2021-10-25)

Features

  • greatly increase the number of points required for the array benchmark (bfee799)
  • remove variable object type lookups can now be done on the parent object (4147f41)
  • support weird key names in object functions eg " (fa695a5)

1.3.1 (2021-10-25)

Features

  • include the field names in the object (304d933)

1.3.0 (2021-10-25)

Features

  • benchmark on every push to master (4b40a79)
  • generate a function for improved performance (30d4cd7)
  • improve continous benchmarks (f2267c0)
  • only add keys to objects if they exist (60f47ca)
  • track performance of int (eafa59c)

Performance Improvements

  • minor adjustments to how ints and objects are read (f1dc88e)

1.2.1 (2021-08-29)

Bug Fixes

  • export Object strut type (4f7c7cf)

1.2.0 (2021-08-28)

Features

  • add .size to calculate the size of a strut (#171) (a4d1ab8)
  • add support for a number and BigInt based lu64 (#172) (e3b9527)

1.1.0 (2021-02-23)

Features

  • adding refine to standard base (4e234d3)

1.0.1 (2020-09-16)

Bug Fixes

  • uint32: uint32 is now actually a uint (de97952)

1.0.0 (2020-09-15)

Features

  • reduce interface for input (003ca23)

BREAKING CHANGES

  • no longer use Buffer | number[] as the typeing for it is too broad, use a very minimal type interface

0.3.0 (2020-09-01)

Features

0.2.0 (2020-08-29)

Features

  • improve typing of bp.lookup and bp.enum (6a964de)
  • bitstream: bitstream string reader (3b6b13f)

0.1.0 (2020-08-29)

Features