Skip to content

Releases: bobg/encid

v2.0.1

13 Nov 16:27
a6ce7ef

Choose a tag to compare

What's Changed

  • Update some stale doc comments by @bobg in #11

Full Changelog: v2.0.0...v2.0.1

v2.0.0

13 Nov 16:09
6b2afca

Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v2.0.0

New encoding

20 Feb 01:23
415aa62

Choose a tag to compare

This release introduces a new encoding for the id strings produced this library. It's more secure and extensible than the old encoding.

To maintain backward compatibility, the KeyStore type now optionally implements a new Versioner interface that reports its version. If the result is 2 or later, encoding produces the new format and decoding requires the new format. If 1 or less, or if a KeyStore does not implement Versioner, the old format is used.