Releases: leodido/go-urn
Releases · leodido/go-urn
v1.4.0
v1.3.0
What's Changed
- Support SCIM (RFC 7643) by @leodido in #37
- Introduce parsing modes (RFC2141 only, RFC7643 only, fallback mode)
- Support best effort parsing: first try to match SCIM, otherwise fallback to generic URN pattern
- Remove awk dependency during the build process by @leodido in #36
Others
- Improve errors (SCIM errors vs generic URN errors)
- Support Go 1.20/1.21 build/testing by @t2y in #34
- Fix Go 1.20 cover mode atomic tests by @leodido in #35
- Drop Go 1.16/1.17 support
- Increase code coverage
New Contributors
Full Changelog: v1.2.4...v1.3.0
v1.2.4
What's Changed
- fix(tools): rewrite removecomments from scratch by @tnyeanderson in #31
New Contributors
- @tnyeanderson made their first contribution in #31
Full Changelog: v1.2.3...v1.2.4
v1.2.3
v1.2.2
Additions
- Support for Go 1.18
- Support for Go 1.19
- Test on darwin too
- Build process using custom Go binary to strip comments after generation rather than
sed
- Switch to GitHub Actions
Others
- Remove support for Go 1.13
- Remove support for Go 1.14
- Remove support for Go 1.15