Skip to content

Releases: a-rustacean/tempmail

v1.0.0

21 Mar 04:32
Compare
Choose a tag to compare

What's Changed

  • 🐛 Fix relative URL issue in get_attachment function by @Srylax in #1
  • Update reqwest requirement from 0.11.18 to 0.12.0 by @dependabot in #2

New Contributors

Full Changelog: v0.2.4...v1.0.0

v0.2.4

19 Sep 15:51
Compare
Choose a tag to compare

What's Changed

  • Added keywords in Cargo.toml
  • Added categories in Cargo.toml

Full Changelog: v0.2.3...v0.2.4

v0.2.3

09 Sep 05:46
Compare
Choose a tag to compare

Additions:

  • get_raw_messages and expand_raw_message methods on Tempmail

Full Changelog: v0.2.2...v0.2.3

v0.2.2

28 Aug 17:46
Compare
Choose a tag to compare

Additions:

  • Added wasm support
  • Added examples

Full Changelog: v0.2.1...v0.2.2

v0.2.1

23 Aug 05:38
Compare
Choose a tag to compare

Additions:

  • common trait implementation (Send, Sync, PartialEq, etc) on public struct (Domain, Tempmail, TempmailError, TempmailMessage, TempmailAttachment)

Full Changelog: v0.2.0...v0.2.1

v0.2.0

15 Aug 10:46
Compare
Choose a tag to compare

Version 0.2.0

In this release tokio was removed as a dependency