All Versions
88
Latest Version
Avg Release Cycle
156 days
Latest Release
954 days ago

Changelog History
Page 1

  • v3.0.7 Changes

    August 17, 2021

    ๐Ÿ›  Fixes

    • Minitest + Active Support integration: Fixed a bug that stub in setup {...} is ignored. [GitHub#87][Reported by Boris]

    Thanks

    • Boris
  • 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]
  • 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 use have_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