Releases: lisaogren/url-composer
Releases · lisaogren/url-composer
Build url from path with existing query parameters
Bug fix
Bug fixes
- Fix built path when optional parameters are missing (thanks to @onehorsetown)
Bug fixes
Parsing \o/
You can now parse a url path according to its definition. Check out the docs to see how it works: https://rascarlito.github.io/url-composer/
Bugfixes
Stats \o/
- New method
stats
to generate statistics about a path and its parameters - Generated documentation @ https://rascarlito.github.io/url-composer
jsnext
Encode parameters
Path and query parameters are encoded using encodeURIComponent
New url testing API
Exposes a method to test a path against a given schema