Skip to content

Releases: wuespace/deno-asn-generator

v0.4.3

12 Dec 14:02
1b4c24f
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Use lowercase ASN barcode type in barcode svg generator by @fussel178 in #11

Full Changelog: v0.4.2...v0.4.3

v0.4.2

12 Dec 13:52
cf5324a
Compare
Choose a tag to compare

Warning

In this release, the barcode generation is broken.

What's Changed

Exciting New Features 🎉

  • Rewrite configuration / environment logic using @wuespace/envar by @pklaschka in #10

Full Changelog: v0.4.1...v0.4.2

v0.4.1

11 Dec 14:51
6c07f47
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v0.4.0...v0.4.1

v0.4.0

11 Dec 12:45
6c9678c
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Other Changes

Full Changelog: v0.3.1...v0.4.0

v0.3.1

14 Sep 12:00
Compare
Choose a tag to compare

What's Changed

  • Add Deno server signal handling by @fussel178 in #2
  • Config validation on first start by @pklaschka in #3
  • Fix Regenerate button in the UI not keeping the selected namespace
  • Fix the deployment guide to mount the correct DATA_DIR as Docker volume.
  • Note the usage of unstable APIs in the deno.json

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

09 Sep 15:13
Compare
Choose a tag to compare

Changes

  • Documentation improvements
  • Enable additional managed namespaces using the ADDITIONAL_MANAGED_NAMESPACES option
  • Enable specifying a custom namespace when generating ASNs
  • Add the ability to generate ASNs for specific ADDITIONAL_MANAGED_NAMESPACES from the web application
  • Track statistics on the timing between ASN registrations per namespace
  • Add the ability to show registration time statistics using the stats CLI command
  • Add the bump <n> CLI command to "bump" namespace counters after restoring a backup to avoid conflicts with ASNs registered after the backup was saved
  • Enable extendable namespaces (adding additional digits by starting with 9, cf. ASN_FORMAT_EXAMPLES.md for examples)
  • Improve the web application usability
  • Unify terminology used in the application
  • Fix boolean config value parsing
  • Add various common APIs
  • Various bug fixes and improvements

Full Changelog: v0.2.8...v0.3.0

v0.2.8

09 Sep 14:51
Compare
Choose a tag to compare

Changes

  • Better module documentation

Full Changelog: v0.2.7...v0.2.8

v0.2.7

09 Sep 14:54
Compare
Choose a tag to compare

Changes

  • Add ability to use central Deno KV server instead of a local SQLite file as the database
  • Improve documentation
  • Improve ASN metadata

Full Changelog: v0.2.6...v0.2.7