Skip to content

Releases: KeetaNetwork/asn1-napi-rs

v1.2.0

21 Oct 02:35
v1.2.0
0bc5962

Choose a tag to compare

What's Changed

Full Changelog: v1.1.9...v1.2.0

v1.1.9

25 Feb 08:35
v1.1.9
be6a2c9

Choose a tag to compare

What's Changed

Full Changelog: v1.1.8...v1.1.9

v1.1.8

15 Jan 23:58
v1.1.8
c8020a3

Choose a tag to compare

What's Changed

  • Fix issue where publishing fails due to missing secret by @rkeene in #30

Full Changelog: v1.1.7...v1.1.8

v1.1.7

15 Jan 18:57
v1.1.7
143ff19

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.6...v1.1.7

v1.1.6

16 May 00:13
a9180be

Choose a tag to compare

What's Changed

Notes

  • Fixes a problem where NAPI leaves open handles due to a CustomGC.

New Contributors

Full Changelog: v1.1.5...v1.1.6

v1.1.5

10 Feb 22:42
v1.1.5
cac80a9

Choose a tag to compare

Changes

  • Update napi cargo package to v2.11.1
  • Update napi-derive cargo package to v2.11.0
  • Update @napi-rs/cli yarn package to v2.14.7

v1.1.4

10 Nov 21:32
v1.1.4
2160f4d

Choose a tag to compare

Changes

  • Support for UTC Time
  • Support for different string types beyond PrintableString
  • Fix for ASN1Set to support any string type value
  • Test case for decoding X.509 Certificate

v1.1.3

28 Oct 16:20
v1.1.3
5743cbd

Choose a tag to compare

Changes

  • Code documentation
  • Cleanup workarounds for missing bits in bit strings
  • Better error handling during encoding
  • Fix editorconfig for TypeScript/Rust tab spacing

v1.1.2

18 Oct 04:55
v1.1.2
537e4b9

Choose a tag to compare

Changes

  • Workarounds for RASN library truncating bits.

v1.1.1

15 Oct 03:38
d2041fb

Choose a tag to compare

Changes

  • Actually fix issue with bitstrings