Skip to content

Releases: parasyte/error-iter

0.4.1

19 Mar 03:04
efdae6f
Compare
Choose a tag to compare

Improvements

  • Patch to retain compatibility with Rust 1.37.0 (#13)

0.4.0

18 Feb 03:00
95a1481
Compare
Choose a tag to compare

Features

  • The trait now has a default implementation for all T: Error + Sized + 'static, so just bring it into scope to use it!

Breaking changes

  • You will likely have to remove the empty impl on your error types due to the new default implementation.

0.3.0

02 Oct 02:03
af86096
Compare
Choose a tag to compare

Improvements

  • Removed redundant check (#5)

Breaking changes

  • Rename chain to sources (#7)

0.2.0

02 Oct 01:48
2fe75d7
Compare
Choose a tag to compare

Breaking changes

  • Renamed iter_chain to chain and removed iter_sources (#3)

0.1.0

03 Nov 22:42
Compare
Choose a tag to compare
  • Initial release!