News
1.1.1 - 2021-03-06 #1-1-1
Fixes
- Fixed a bug that Ruby < 2.3 support is dropped. [GitHub#15][Patch by Akira Matsuda]
Thanks
- Akira Matsuda
1.1.0 - 2021-02-20 #1-1-0
Improvements
- Added support for exception in assertions defined by Active Support 6 or later. [GitHub#14][Reported by Yuki Morohoshi]
Thanks
- Yuki Morohoshi
1.0.9 - 2017-07-26 #1-0-9
Improvements
- Supported
#before_setup
and#after_teardown
. [GitHub:test-unit-rails#15][Reported by naofumi-fujii]
Thanks
- naofumi-fujii
1.0.8 - 2016-12-20 #1-0-8
Fixes
- Supported Active Support 4 again. [GitHub#12][Patch by Akira Matsuda]
Thanks
- Akira Matsuda
1.0.7 - 2016-12-15 #1-0-7
Improvements
- Supported
ActiveSupport::Testing::FileFixtures
.
Fixes
- Removed duplicated description in README. [GitHub#11][Patch by James Pinto]
Thanks
- James Pinto
1.0.6 - 2016-05-20 #1-0-6
Rails 5.0 RC1 support release.
Improves
- Supported Rails 5.0 RC1. [Reported by Shinta Koyanagi]
Thanks
- Shinta Koyanagi
1.0.5 - 2016-03-05 #1-0-5
Action Dispatch support fix release.
Improvements
- Supported Action Dispatch. [GitHub#10][Patch by Philip Müller]
Thanks
- Philip Müller
1.0.4 - 2015-08-28 #1-0-4
Action Mailer support fix release.
Improvements
- Migrated document markup to Markdown from Textile. [GitHub#5][GitHub#7][GitHub#8][Patch by Shinta Koyanagi]
- Supported Action Mailer. [GitHub#9][Patch by Akira Matsuda]
Thanks
- Shinta Koyanagi
- Akira Matsuda
1.0.3 - 2015-02-03 #1-0-3
Bug fix release.
Fixes
- Supported below missing assertions from
ActiveSupport::Testing::Assertions
. [GitHub#4][Patch by Shinta Koyanagi]assert_not
assert_difference
assert_no_difference
Thanks
- Shinta Koyanagi
1.0.2 - 2014-09-04 #1-0-2
ActiveSupport 4.0.0 support improved release.
Improvements
- Supported ActiveSupport 4.0.0 later. Rails <~ 3.2 isn’t supported in this release, so if you use it, please use test-unit-activesupport 1.0.1.
1.0.1 - 2012-07-20 #1-0-1
ActiveSupport 2.3.14 support improved release.
Improvements
- Supported ActiveSupport 2.3.14. [GitHub#1] [GitHub#2] [Reported by Michael Grosser]
Thanks
- Michael Grosser
1.0.0 - 2012-06-03 #1-0-0
The first release!!!