Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@Sayan751 Sayan751 released this 31 May 18:12
· 3 commits to master since this release
v2.0.0
4c21ce8

BREAKING CHANGES

  • fix: strict parsing (7df3246)
    This is a BREAKING CHANGE in terms of the previous strict parsing behavior. The parsing in EmailAddress::new parses the local_part and domain together as a single address as opposed the previous behavior of parsing those separately. This may lead to mismatch with the previous behavior.

Features

  • add FromStr method for EmailAddress (8c27262)

Others

  • Make wasm-bindgen dependency optional. (96ccb04)