Skip to content

Releases: KeetaNetwork/asn1-napi-rs

Release 1.2.3

Choose a tag to compare

@Srayman Srayman released this 16 Jun 17:03
v1.2.3
a260e68

What's Changed

Full Changelog: v1.2.2...v1.2.3

v1.2.2

Choose a tag to compare

@Srayman Srayman released this 20 Mar 19:15
v1.2.2
6675eb1

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.2.2

v1.2.0

Choose a tag to compare

@rkeene rkeene released this 21 Oct 02:35
v1.2.0
0bc5962

What's Changed

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

v1.1.9

Choose a tag to compare

@rkeene rkeene released this 25 Feb 08:35
v1.1.9
be6a2c9

What's Changed

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

v1.1.8

Choose a tag to compare

@rkeene rkeene released this 15 Jan 23:58
v1.1.8
c8020a3

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

Choose a tag to compare

@rkeene rkeene released this 15 Jan 18:57
v1.1.7
143ff19

What's Changed

New Contributors

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

v1.1.6

Choose a tag to compare

@sephynox sephynox released this 16 May 00:13
a9180be

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

Choose a tag to compare

@sephynox sephynox released this 10 Feb 22:42
v1.1.5
cac80a9

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

Choose a tag to compare

@sephynox sephynox released this 10 Nov 21:32
v1.1.4
2160f4d

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

Choose a tag to compare

@sephynox sephynox released this 28 Oct 16:20
v1.1.3
5743cbd

Changes

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