All Versions
88
Latest Version
Avg Release Cycle
156 days
Latest Release
840 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.0.7 Changes
August 17, 2021๐ Fixes
- Minitest + Active Support integration: Fixed a bug that
stub
insetup {...}
is ignored. [GitHub#87][Reported by Boris]
Thanks
- Boris
- Minitest + Active Support integration: Fixed a bug that
-
v3.0.6 Changes
August 07, 2021๐ Improvements
assert_received
: Added support for keyword arguments. [GitHub#86][Reported by imadoki]
Thanks
- imadoki
-
v3.0.5 Changes
June 26, 2021๐ Improvements
- Improved keyword arguments support on Ruby 2.7. [GitHub#85][Patch by akira yamada]
Thanks
- akira yamada
-
v3.0.4 Changes
June 23, 2021๐ Fixes
- Fix inverted condition in keyword arguments related code. [GitHub#84][Patch by akira yamada]
Thanks
- akira yamada
-
v3.0.3 Changes
June 22, 2021๐ Improvements
- Improved keyword arguments support. [GitHub#83][Patch by akira yamada]
Thanks
- akira yamada
-
v3.0.2 Changes
June 18, 2021๐ Improvements
stub
: Added support for Ruby 3.0's keyword arguments. [GitHub#82][Reported by akira yamada]
Thanks
- akira yamada
-
v3.0.1 Changes
June 18, 2021๐ Improvements
- Suppressed keyword arguments related warnings on Ruby 2.7. [GitHub#81][Reported by akira yamada]
Thanks
- akira yamada
-
v3.0.0 Changes
March 31, 2021๐ Improvements
- Added support for Ruby 3.0's keyword arguments. [GitHub#17][Reported by Takuro Ashie]
๐ Fixes
- Fixed a bug that
any_instance_of
doesn't work with class hierarchies. [GitHub#12][Reported by รtienne Barriรฉ]
Thanks
รtienne Barriรฉ
Takuro Ashie
-
v1.2.1 Changes
July 22, 2017๐ Fixes
- Fixed a bug that
RR.reset
resets newly created methods. [GitHub#8]
- Fixed a bug that
-
v1.2.0 Changes
May 30, 2016๐ Improvements
Renamed RR::Adapters::RRMethods to RR::DSL.
Deprecated RRMethods.
Updated document. [GitHub#57][Patch by Nikolay Shebanov]
Dropped Ruby 1.8 support.
Dropped Ruby 1.9 support.
Dropped Rails 3 support.
Dropped test-unit integration support. Use test-unit-rr.
Supported OpenStruct in Ruby 2.3 [GitHub#64][Reported by soylent][Reported by Arthur Le Maitre]
๐ Fixes
Fixed using RSpec's RR adapter to not override our RSpec adapter. If RR is required and then you use
mock_with :rr
you would not be able to usehave_received
.Fixed a bug that
Hash
argument is too wild. [GitHub#54][Reported by Yutaka HARA]Fixed a bug that
Array
argument is too wild. [GitHub#54][Reported by Skye Shaw]
Thanks
Nikolay Shebanov
Yutaka HARA
Skye Shaw
soylent
Arthur Le Maitre