Skip to content

Releases: yescallop/fluent-uri-rs

v0.1.4

11 Mar 12:11
Compare
Choose a tag to compare

Change log:

  • Added no_std support.
  • Implemented common traits on some types.
  • Updated comments.

v0.1.3

17 May 08:06
Compare
Choose a tag to compare

This is the de facto first release of fluent-uri.

Change log:

  • Introduced generics in Uri.
  • u32 indexes instead of slices are stored internally.
  • Multiple bugs found when fuzzing the crate against other parsers are now fixed.
  • Removed a bunch of unnecessary APIs to ensure a minimal and future-proof crate.
  • Added two feature flags for enabling the parsing of IPvFuture and IPv6 scoped addresses.
  • Refined documentations.

v0.1.2

16 Apr 06:15
Compare
Choose a tag to compare
  • Fix IPv6 address parsing: inputs such as :::4.4.4.4 and ::ffff4.4.4.4 are no longer accepted.

v0.1.1

14 Apr 04:09
Compare
Choose a tag to compare

Fix incorrect logic in functions encode_with, decode_with and decode_with_unchecked that causes incorrect results (but no UB).

v0.1.0

09 Apr 12:28
Compare
Choose a tag to compare

This is the first release of fluent-uri.