Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1020 Bytes

CHANGELOG.md

File metadata and controls

47 lines (27 loc) · 1020 Bytes

CHANGELOG

2.0.0

  • breaking change: drop support for test-unit and older versions of minitest
  • support Rails >= 6.0

1.0.0

  • support Rails 5.0
  • cancel support for Ruby < 2.2

0.5.0

  • fix issue with encoding for latest mail gem version (2.6.4)
  • drop support for Ruby version 1.8.7 and 1.9.2
  • re-use assert_json code from the assert_json gem

0.4.0

  • supporting refute_mail now as well (minitest style) (see issue #4), thanks to @jch

0.3.1

  • bugfix for Rails 4.1 and Minitest 5.x support

0.3.0

  • added support for Rails 4.1 and Minitest >= 5.x (thanks to @clod81)

0.2.0

  • added support for Rails 4.0 (thanks to @clod81)

0.1.2

  • added assert_content_type

0.1.1

  • assert_mail subject now support regular explicitly (not implicitly anymore)

0.1.0

  • include assert_mail
  • include assert_json
  • initial version