Skip to content

Releases: keichi/binary-parser

v2.3.0

Choose a tag to compare

@keichi keichi released this 26 Nov 05:44

What's Changed

  • Fix typos by @mohd-akram in #224
  • Don't assume nest contains a bit field by @nick-hunter in #241
  • Add CodeQL workflow for GitHub code scanning by @lgtm-com[bot] in #225
  • Bump node.js version requirement by @keichi in #242
  • Use DataView instead of Buffer in hand-written benchmark by @screeny05 in #249
  • Bugfix: Make pointer accept offset=0 by @DominicChm in #255
  • Update classfile.ts for better parser by @Kreijstal in #260
  • build(deps-dev): bump pbkdf2 from 3.1.2 to 3.1.3 by @dependabot[bot] in #275
  • build(deps): bump tmp from 0.2.1 to 0.2.4 by @dependabot[bot] in #276
  • Fix code injection vulnerability via field names and encoding names by @keichi in #283

New Contributors

Full Changelog: v2.2.1...v2.3.0

v2.2.1

Choose a tag to compare

@keichi keichi released this 20 Sep 07:32
v2.2.1

What's Changed

  • docs: explain how to call .useContextVars() by @wpyoga in #220
  • Fix source map by uploading entire dist folder with map files and lib folder with source by @cmdcolin in #218
  • Update dependencies by @keichi in #222

New Contributors

Full Changelog: v2.2.0...v2.2.1

v2.2.0

Choose a tag to compare

@keichi keichi released this 05 Sep 10:17
v2.2.0

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

Choose a tag to compare

@keichi keichi released this 05 Jun 14:43
v2.1.0

What's Changed

Full Changelog: v2.0.3...v2.1.0

v2.0.3

Choose a tag to compare

@keichi keichi released this 09 May 11:28
v2.0.3

What's Changed

New Contributors

Full Changelog: v2.0.2...v2.0.3

v2.0.2

Choose a tag to compare

@keichi keichi released this 24 Nov 12:39
v2.0.2

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

Choose a tag to compare

@keichi keichi released this 28 Sep 04:54

v2.0.0

Choose a tag to compare

@keichi keichi released this 26 Sep 14:34

This release contains two backward incompatible changes:

  • Internet Explorer 11 and Node.js 10 or lower are unsupported. You might be able to make it work by using polyfills for TextDecoder and BigInt, but it is untested and unsupported.
  • Context variables are disabled by default due to their performance penalty and need to be explicitly enabled by calling .useContextVars() on the parser object.

Changelog:

v1.9.2

Choose a tag to compare

@keichi keichi released this 06 Jul 07:04

v1.9.1

Choose a tag to compare

@keichi keichi released this 22 Jun 07:37
  • Added missing semicolons on generated code (#170) @Rzial