Releases: paulmillr/micro-packed
Releases · paulmillr/micro-packed
0.7.3
- Bump devdeps and typescript compiler version to 5.8
- Typescript source can now be used without compilation in node.js v24, due to erasableSyntaxOnly
- Single-file build is now available
Full Changelog: 0.7.2...0.7.3
0.7.2
- Use typescript verbatimModuleSyntax to support future node.js type stripping
Full Changelog: 0.7.1...0.7.2
0.7.1
0.7.0
0.6.3
Fix stack overflow
Full Changelog: 0.6.2...0.6.3
0.6.2
- Export
utils.checkBounds
- Fix type of
hex
Full Changelog: 0.6.1...0.6.2
0.6.1
- Remove unnecessary dependency that is just devDependency
Full Changelog: 0.6.0...0.6.1
0.6.0
Rewrite module. Add many safety checks and massively upgrade documentation.
- Move concatBytes and isBytes to
utils
- Rename coders.number to coders.numberBigint
- Remove bytesFormatted coder
- Remove base64armor coder
Full Changelog: 0.5.3...0.6.0
0.5.3
Tree-shaking improvements.
Full Changelog: 0.5.2...0.5.3
0.5.2
- Add reverse coder, sized ints, fix bigint behavior
- concatBytes, isBytes: copy new versions from noble
Full Changelog: 0.5.1...0.5.2