Releases: cmawhorter/urn-lib
Releases · cmawhorter/urn-lib
v3.0.0
What's Changed
- Dev/3.0 2 by @cmawhorter in #22
- prep ghpr move and update docs by @cmawhorter in #23
- closes #24 by @cmawhorter in #25
- Issues/26 by @cmawhorter in #27
- remove provenance for now by @cmawhorter in #28
- move perm top level by @cmawhorter in #29
- hmmm by @cmawhorter in #30
Full Changelog: v2.0.0...v3.0.0
v2.0.0-alpha.0
Testing GH action dry-run
v2.0.0
This release aims for 100% backwards compat. with the v1 API. Open an issue if you find that not to be true.
- switched to webpack for build and publishing two bundles: umd (browser), cjs (node). no longer publishing es module bundle
- converted to typescript and types now included (may be breaking for you if you have your own types)
- dropped support for node v8
1.1.2
Fix tests for older node engines and state explicitly node support in package.json
1.1.1
First npm release