If the URI doesn't contain @ then there can't be a userinfo so completely ignore this part of parsing to improve performance
15 lines
264 B
Markdown
15 lines
264 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 significantly and reduced memory usage up to 50%
|
|
- Significantly improved IPV4 parsing performance
|