Skip to content

Releases: paulmillr/micro-packed

0.7.3

24 Apr 15:59
0.7.3
45dee25
Compare
Choose a tag to compare
  • 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

18 Jan 09:11
0.7.2
8d3a769
Compare
Choose a tag to compare
  • Use typescript verbatimModuleSyntax to support future node.js type stripping

Full Changelog: 0.7.1...0.7.2

0.7.1

07 Jan 22:38
0.7.1
744a894
Compare
Choose a tag to compare
  • Publish to jsr
  • Use typescript isolatedDeclarations.

Full Changelog: 0.7.0...0.7.1

0.7.0

23 Nov 07:25
0.7.0
245eda4
Compare
Choose a tag to compare
  • Speed-up hex check
  • Make package sideEffects: false
  • Rename some methods to be minifier-friendly
  • Remove unnecessary PURE annotation. Closes gh-10
  • Update scure-base to 1.2.1

Full Changelog: 0.6.3...0.7.0

0.6.3

22 May 04:39
0.6.3
2b6bf5e
Compare
Choose a tag to compare

Fix stack overflow

Full Changelog: 0.6.2...0.6.3

0.6.2

16 May 05:04
0.6.2
e37277f
Compare
Choose a tag to compare
  • Export utils.checkBounds
  • Fix type of hex

Full Changelog: 0.6.1...0.6.2

0.6.1

16 May 04:39
0.6.1
19249cd
Compare
Choose a tag to compare
  • Remove unnecessary dependency that is just devDependency

Full Changelog: 0.6.0...0.6.1

0.6.0

16 May 04:34
0.6.0
14a8dda
Compare
Choose a tag to compare

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

14 Mar 06:13
0.5.3
08595b7
Compare
Choose a tag to compare

Tree-shaking improvements.

Full Changelog: 0.5.2...0.5.3

0.5.2

10 Feb 21:57
0.5.2
8feb353
Compare
Choose a tag to compare
  • Add reverse coder, sized ints, fix bigint behavior
  • concatBytes, isBytes: copy new versions from noble

Full Changelog: 0.5.1...0.5.2