Skip to content

Latest commit

 

History

History
70 lines (39 loc) · 2.65 KB

CHANGELOG.md

File metadata and controls

70 lines (39 loc) · 2.65 KB

Change log

main (unreleased)

2.0.3 (2023-02-10)

  • #80: Filter out stack trace from Gem::Deprecate deprecation messages

2.0.2 (2023-02-08)

  • #78: Show deprecations without stacktrace. (@shioyama)

2.0.1 (2022-11-18)

  • #74: Add support for Rails.application.deprecators. (@gmcgibbon)

2.0.0 (2022-03-16)

  • #58: Drop support for Ruby < 2.6 & Active Support < 5.2. (@sambostock)
  • #58: Ensure compatibility with Rails 7. (@sambostock)

1.5.1 (2020-04-28)

  • #46: Handle another two part Ruby 2.7 keyword argument deprecation warning. (@casperisfine)

1.5.0 (2020-04-14)

  • #42: Fix Minitest plugin kicking in when it shouldn't. (@Edouard-chin)
  • #45: Handle two part Ruby 2.7 keyword argument deprecation warning. (@casperisfine)

1.4.0 (2019-04-29)

  • #37: Add Rspec support. (@andrewmarkle)

1.3.0 (2019-02-28)

  • #38: Add a way to mark test as flaky. (@Edouard-chin)
  • #39: Introduced a way to help recording massive amount of deprecations. (@Edouard-chin)

1.2.1 (2019-01-09)

Bug fixes

  • #34: Fixes SystemStackError with RubyGems v3 and Ruby 2.5+. (@dylanahsmith)

1.2.0 (2018-11-28)

New features

  • #30: Introduce a DeprecationMismatch error class. (@Edouard-chin)

Bug fixes

  • #29: Fix issue where the error class triggered was incorrect in some circumstances. (@Edouard-chin)

1.1.0 (2018-11-13)

New features

  • #28: Configuration.allowed_deprecations now accepts Procs. This is useful if you need to whitelist deprecations based on the caller.

1.0.3 (2018-10-25)

Bug fixes

  • #22: Fixes Kernel.warn not triggering deprecation. (@rmacklin)

1.0.2 (2018-10-01)

New features

  • #15: Add support for ActiveSupport 4.2. (@andrewmarkle)