Skip to content

Releases: keichi/binary-parser

v2.2.1

20 Sep 07:32
v2.2.1
Compare
Choose a tag to compare

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

05 Sep 10:17
v2.2.0
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v2.1.0

05 Jun 14:43
v2.1.0
Compare
Choose a tag to compare

What's Changed

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

v2.0.3

09 May 11:28
v2.0.3
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v2.0.2

24 Nov 12:39
v2.0.2
Compare
Choose a tag to compare

What's Changed

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

v2.0.1

28 Sep 04:54
Compare
Choose a tag to compare

v2.0.0

26 Sep 14:34
Compare
Choose a tag to compare

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

06 Jul 07:04
Compare
Choose a tag to compare

v1.9.1

22 Jun 07:37
Compare
Choose a tag to compare
  • Added missing semicolons on generated code (#170) @Rzial

v1.9.0

19 Jun 07:25
Compare
Choose a tag to compare
  • Update dependencies (#165) @keichi
  • Added parsing context variables $parent and $root (#166) @Rzial
  • Added parsing context to .readUntil() and .formatter() (#167) @Rzial
  • Added Index parsing context variable (#168) @Rzial