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 ??? ??
14 lines
209 B
Markdown
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%
|