Skip to content

Releases: johnstonskj/rust-email_address

Fix Unicode character selection

31 Jul 22:45
59b64fa
Compare
Choose a tag to compare

This release replaces the internal is_uchar function with is_utf8_non_ascii that implements the correct RFC set of Unicode characters.

This fixes issue #21

Full Changelog: v0.2.8...v0.2.9

Fix missing Eq implementation

31 Jul 22:21
e55773f
Compare
Choose a tag to compare

PRs to make PartialEq correct lost the implementation of Eq. This caused downstream packages to break, the implementation has been put back.

Fixes issue #29

Full Changelog: v0.2.7...v0.2.8

Better Option documentation

19 Jul 21:37
7657614
Compare
Choose a tag to compare

Added more documentation in general but specifically to the Option type.

Also added builder functions to the same type.

Full Changelog: v0.2.6...v0.2.7

v0.2.6

19 Jul 15:32
fad5e8a
Compare
Choose a tag to compare

Fixes and merge clean-up

What's Changed

New Contributors

Full Changelog: v0.2.5...v0.2.6