Releases: keichi/binary-parser
Releases · keichi/binary-parser
v2.2.1
v2.2.0
v2.1.0
What's Changed
- Allow long bit field sequences by @mohd-akram in #203
Full Changelog: v2.0.3...v2.1.0
v2.0.3
What's Changed
- Bump follow-redirects from 1.14.4 to 1.14.8 by @dependabot in #195
- Bump karma from 6.3.4 to 6.3.14 by @dependabot in #194
- Bump log4js from 6.3.0 to 6.4.1 by @dependabot in #196
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #199
- Bump async from 3.2.1 to 3.2.3 by @dependabot in #200
- Escape assert strings by @vexcat in #198
- Fix typo (endianess -> endianness) by @keichi in #202
New Contributors
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- Enable strict type checking by @keichi in #186
- Improve error messages by @keichi in #187
- Translate tests and examples to TypeScript by @keichi in #188
- Run unit test on headless Chrome using Karma by @keichi in #189
- Add documentation for
sizeOf()
in README by @keichi in #192 - Fix assert as method definition by @mohd-akram in #193
Full Changelog: v2.0.1...v2.0.2
v2.0.1
v2.0.0
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
andBigInt
, 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: