New
v2.3.0
What's Changed
- Fix typos by @mohd-akram in https://github.com/keichi/binary-parser/pull/224
- Don't assume nest contains a bit field by @nick-hunter in https://github.com/keichi/binary-parser/pull/241
- Add CodeQL workflow for GitHub code scanning by @lgtm-com[bot] in https://github.com/keichi/binary-parser/pull/225
- Bump node.js version requirement by @keichi in https://github.com/keichi/binary-parser/pull/242
- Use DataView instead of Buffer in hand-written benchmark by @screeny05 in https://github.com/keichi/binary-parser/pull/249
- Bugfix: Make
pointeraccept offset=0 by @DominicChm in https://github.com/keichi/binary-parser/pull/255 - Update classfile.ts for better parser by @Kreijstal in https://github.com/keichi/binary-parser/pull/260
- build(deps-dev): bump pbkdf2 from 3.1.2 to 3.1.3 by @dependabot[bot] in https://github.com/keichi/binary-parser/pull/275
- build(deps): bump tmp from 0.2.1 to 0.2.4 by @dependabot[bot] in https://github.com/keichi/binary-parser/pull/276
- Fix code injection vulnerability via field names and encoding names by @keichi in https://github.com/keichi/binary-parser/pull/283
New Contributors
- @nick-hunter made their first contribution in https://github.com/keichi/binary-parser/pull/241
- @screeny05 made their first contribution in https://github.com/keichi/binary-parser/pull/249
- @DominicChm made their first contribution in https://github.com/keichi/binary-parser/pull/255
- @Kreijstal made their first contribution in https://github.com/keichi/binary-parser/pull/260
Full Changelog: https://github.com/keichi/binary-parser/compare/v2.2.1...v2.3.0