Releases: reazen/relude-url
Releases · reazen/relude-url
v0.4.0
🚨 Breaking changes
- The
bs-abstract
peer-dependency is nowbs-bastet
, and the required Relude version is 0.59+. See the Relude release notes and the Bastet migration guide for details.
v0.3.0
Update all dependencies
v0.2.0
Initial alpha release
This is the initial alpha release of ReludeURL
. This release includes data types for representing parts of a URI
, and some fairly rudimentary, but mostly functioning parse utilities.
The URI
parser is not super robust at the moment, but there are some tests in place to cover common formulations. The plan is to make the parser more robust over time, and as needed - issues and contributions welcome.