- breaking change: drop support for test-unit and older versions of minitest
- support Rails
>= 6.0
- support Rails
5.0
- cancel support for Ruby <
2.2
- 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
- bugfix for Rails 4.1 and Minitest 5.x support
- added support for Rails 4.1 and Minitest >= 5.x (thanks to @clod81)
- added support for Rails 4.0 (thanks to @clod81)
- added assert_content_type
- assert_mail subject now support regular explicitly (not implicitly anymore)
- include assert_mail
- include assert_json
- initial version