Releases: ApelegHQ/ts-asn1-der
Releases · ApelegHQ/ts-asn1-der
1.0.2
What's Changed
- Name change & version & deps update by @corrideat in #1
New Contributors
- @corrideat made their first contribution in #1
Full Changelog: 1.0.1...1.0.2
1.0.1: Various changes:
* Bugfix to indicate non-primitive type for explicit tagging * Asn1Integer can now accept a number, bigint or buffer. * Remove TextEncoder side-effect for Asn1Utf8String * Editorial changes