Skip to content

Release 0.5.0

Latest
Compare
Choose a tag to compare
@chRyNaN chRyNaN released this 14 Feb 22:20
0f2ca0e

Warning

This release contains breaking API changes.

What's Changed

  • Fix a bug that causes a StringIndexOutOfBoundsException by @Borislav-Nikolov in #6
  • Created UriParser
  • Renamed Uri.fromString to Uri.parse and Uri.fromStringOrNull to Uri.parseOrNull
  • Created UriAsStringSerializer with Uri.stringSerializer() convenience function
  • New approach to parsing URIs
  • Updated UriString from being a typealias to being a value class

New Contributors

Full Changelog: 0.4.0...0.5.0