Skip to content

Releases: yuki24/rambulance

v3.1.0

04 Jan 10:08
Compare
Choose a tag to compare

New Features

  • The test helper is now compatible with Rails Edge (8.0) (#73, #75)
  • Add support for Ruby 3.3 (#74)

v3.0.0

22 Sep 14:47
Compare
Choose a tag to compare

New Features

  • Add support for Rails 7.1 (be6f129)

Breaking Changes

  • Drop support for Ruby 2.3 and 2.4 (c0d3439)

v2.3.0

05 Jan 05:33
Compare
Choose a tag to compare

New Features

  • Ruby 3.2 is now officially supported.

v2.2.0

13 Feb 07:56
Compare
Choose a tag to compare

Features

  • Add support for Ruby 3.1, Rails 7.0 and JRuby 9.3.3.0

v2.0.0

22 Sep 02:49
Compare
Choose a tag to compare

Breaking Changes

  • Drop support for Rails 4.1 and older (#62, @yuki24)

Features

Bug fixes

v1.1.1

28 May 23:22
Compare
Choose a tag to compare

Bug fixes

  • Fixes a bug where a malformed Content-Type header could break the exceptions app (#55, @gingerlime)

v1.1.0

23 May 02:52
Compare
Choose a tag to compare

Features

  • Add support for Ruby 2.7 (718531c)

Bug fixes

  • Fixes a bug where malformed MIME type in HTTP headers could break the exceptions app (#53, #54, @gingerlime)

v1.0.3

03 Oct 03:39
Compare
Choose a tag to compare

Fixes

  • Fixes a bug where custom exceptions app can not be loaded properly on Rails 6 and Zeitwerk (#52, @sho918)

v1.0.2

06 Jun 23:39
Compare
Choose a tag to compare

Fixes

  • Fixes a bug where ExceptionsApp is not loaded when action controller is not loaded (ec9d9e5)

v1.0.1

04 Jun 16:30
Compare
Choose a tag to compare

Fixes

  • Fixes an issue where ExceptionsApp prevents Rails from booting up (#49)