Skip to content

Releases: paulmillr/scure-base

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

1.1.4

11 Dec 23:59
1.1.4
14f9059
Compare
Choose a tag to compare
  • fix: error messages (strings => numbers) by @mahnunchik in #23
  • refine: branchless chain by @imcotton in #26
  • Improve Uint8Array type check reliability in bad, jsdom-like environments

New Contributors

Full Changelog: 1.1.3...1.1.4

1.1.3

31 Aug 01:24
1.1.3
4d9f31b
Compare
Choose a tag to compare
  • bech32: fix type issue introduced by gh-15

Full Changelog: 1.1.2...1.1.3

1.1.2

25 Aug 22:35
1.1.2
7b937a1
Compare
Choose a tag to compare
  • Add base64urlnopad
  • Improve tree-shaking, reduce package size by utilizing pure functions and sideEffects: false
  • Add TS types field to exports map by @jacogr in #9
  • bech32: use template literal typescript type by @alexgleason in #15
  • Add deno mod.ts
  • docs(readme): add example usage by @sambacha in #19

New Contributors

Full Changelog: 1.1.1...1.1.2