1.2.0
Fixed
- Align RFC 3987 grammar handling with the specification (via #10)
- Fix RFC 3986-delegated IRI parsing edge cases (via #10)
- Fix
RFC3987_SYNTAX_TERMScorrectly containing "irelative_part" `(via #19) - Fix
RFC3987_SYNTAX_TERMScorrectly containing "ihier_part" `(via #19)
Changed
- Update grammar rules used by
is_valid_syntax(...)and term-specific validators (via #10)
Added
Tests
- Add grammar regression tests (via #10)
What's Changed
- docs: readme by @jkowalleck in #8
- chore: add codeowners by @jkowalleck in #11
- docs: readme shields by @jkowalleck in #12
- docs: remove cite by @jkowalleck in #13
- tests: parameterize by @jkowalleck in #7
- tests: move test data by @jkowalleck in #14
- tests: typing by @jkowalleck in #15
- chore: editorconfig by @jkowalleck in #17
- feat: typing by @jkowalleck in #16
- docs: chaneglog streamlined by @jkowalleck in #18
- fix: grammar according to rfc3987 by @jkowalleck in #10
- fix: RFC3987_SYNTAX_TERMS for "irelative_part" and "ihier_part" by @musicinmybrain in #19
- docs: cnages of PR#19 by @jkowalleck in #21
- docs: fix license file link by @jkowalleck in #22
- docs: update readme after PR#10 by @jkowalleck in #20
- chore: prep v1.2.0 by @jkowalleck in #23
- chore: prep v1.2.0 by @jkowalleck in #24
- chore: prep v1.2.0 by @jkowalleck in #25
New Contributors
- @musicinmybrain made their first contribution in #19
Full Changelog: v1.1.1...v1.2.0