Skip to content

Releases: paulmillr/scure-base

1.2.4

18 Jan 10:19
1.2.4
75f2e63
Compare
Choose a tag to compare

Fix broken common.js version

Full Changelog: 1.2.3...1.2.4

1.2.3

18 Jan 10:00
1.2.3
951e9a9
Compare
Choose a tag to compare
  • Fix unpublished common.js version

Full Changelog: 1.2.2...1.2.3

1.2.2

18 Jan 09:07
1.2.2
66a0837
Compare
Choose a tag to compare
  • Publish to JSR.io
  • Use typescript isolatedDeclarations and "safe types" for automatically generated documentation
  • Use typescript verbatimModuleSyntax to support native type stripping

Full Changelog: 1.2.1...1.2.2

1.2.1

23 Nov 07:20
1.2.1
1959171
Compare
Choose a tag to compare
  • Bring back NO_SIDE_EFFECTS directive for tree-shaking.
  • Optimize performance

Full Changelog: 1.2.0...1.2.1

1.2.0

22 Nov 21:57
1.2.0
cf6b87f
Compare
Choose a tag to compare

Improve encoding and decoding speed up to 4x. Decoding speed benchmarks:

  • 32B hex: 240,442 => 1,046,025 ops per second
  • 8KB hex: 1,026 => 4,096
  • 32B base64: 346,981 => 1,148,105
  • 8KB base64: 1,482 => 5,394

Reduce minified size. Speed-up bytes testing.

Full Changelog: 1.1.9...1.2.0

1.1.9

18 Sep 05:06
1.1.9
282378c
Compare
Choose a tag to compare
  • Add Bech32.encodeFromBytes
  • Fix typeof Bech32.encode

Full Changelog: 1.1.8...1.1.9

1.1.8

03 Sep 23:19
1.1.8
aebc8be
Compare
Choose a tag to compare

What's Changed

  • Add Bech32 interface. Use explicit types for jsr
  • Improve esm / typescript compatibility

New Contributors

Full Changelog: 1.1.7...1.1.8

1.1.7

13 Jun 21:11
1.1.7
3648fd9
Compare
Choose a tag to compare

What's Changed

  • Add base32nopad and base32hexnopad by @benjreinhart in #34
  • Remove wrong pure annotation for rollup. Closes gh-31
  • pkg.json: add source maps. Closes gh-32

New Contributors

Full Changelog: 1.1.6...1.1.7

1.1.6

20 Mar 14:33
1.1.6
7134809
Compare
Choose a tag to compare

New Contributors

Full Changelog: 1.1.5...1.1.6

1.1.5

13 Dec 09:15
1.1.5
b66f8da
Compare
Choose a tag to compare

utils: export convertRadix and convertRadix2

Full Changelog: 1.1.4...1.1.5