# 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 ## v2.0.2 - Minor performance improvement for uris with userinfo - More performance improvements for ascii/digit parsing ## 2.0.3 - Minor performance improvement for erlang - Major performance improvement for js ## 2.0.4 - Reverted some optimisations as they are unnecessary for Gleam v1.14.0+ - Fix uri encoding/decoding (I think)