Files
uri/CHANGELOG.md
Gareth Pendleton 1174a17c97 perf: Optimisations for parsing between options
Added a specific parse try function which takes the essence of
list.fold_until but makes it specific for fn(String)->Result(#(a,
String),Nil) parsers

???

??
2025-09-14 12:03:29 +01:00

14 lines
209 B
Markdown

# Changelog
## v1.0.0
- Initial Release
## v2.0.0
- Removed types.Uri. Now gluri uses the stdlib Uri type (and empty)
## v2.0.1
- Improved parsing performance slightly and reduced memory usage up to 50%