Releases: blacha/binparse
Releases · blacha/binparse
v2.1.0
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)
v2.0.1
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)
v2.0.0
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)
v1.3.1
Features
- include the field names in the object (304d933)
v1.3.0
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)