2.1.0 (2022-05-09)
- correctly get the size whe using the
at
type (ed1d18a) - start at the offset that was passed in not at zero (5980e64)
2.0.1 (2021-10-27)
- make both object implementations the same (631de17)
- use "use strict"; to prevent function leakage (152543b)
- make the two object generators more similar (3a7bfab)
- rename all benchmarks to reset their stats (7c9e590)
2.0.0 (2021-10-25)
- 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)
- include the field names in the object (304d933)
1.3.0 (2021-10-25)
- 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)
- minor adjustments to how ints and objects are read (f1dc88e)
1.2.1 (2021-08-29)
- export Object strut type (4f7c7cf)
1.2.0 (2021-08-28)
- 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)
- adding refine to standard base (4e234d3)
1.0.1 (2020-09-16)
- uint32: uint32 is now actually a uint (de97952)
1.0.0 (2020-09-15)
- reduce interface for input (003ca23)
- 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)
- adding .bool() (e7c904a)