Releases: johnstonskj/rust-email_address
Releases · johnstonskj/rust-email_address
Fix Unicode character selection
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
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
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
Fixes and merge clean-up
What's Changed
- Serialize directly to string by @Anders429 in #27
New Contributors
- @Anders429 made their first contribution in #27
Full Changelog: v0.2.5...v0.2.6