Removed the list folding method and reverted to a standard try_parser/parse_this_then method as used in the rest of the parser
15 lines
259 B
Markdown
15 lines
259 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%
|
|
- Significantly improved IPV4 parsing performance
|