🤖: Automatic update to 3.1.1 OBS-URL: https://build.opensuse.org/request/show/1126158 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-responders?expand=0&rev=25
148 lines
4.7 KiB
Plaintext
148 lines
4.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Nov 14 15:31:02 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>
|
|
|
|
- New upstream release 3.1.1, see bundled CHANGELOG.md
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 25 14:48:16 UTC 2020 - Stephan Kulow <coolo@suse.com>
|
|
|
|
updated to version 3.0.1
|
|
see installed CHANGELOG.md
|
|
|
|
## 3.0.1
|
|
|
|
* Add support to Ruby 2.7
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 19 09:32:43 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- updated to version 3.0.0
|
|
see installed CHANGELOG.md
|
|
|
|
## 3.0.0
|
|
|
|
* Remove support for Rails 4.2
|
|
* Remove support for Ruby < 2.4
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 2 15:34:10 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- updated to version 2.4.1
|
|
see installed CHANGELOG.md
|
|
|
|
## 2.4.1
|
|
|
|
* Add support for Rails 6 beta
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 23 10:16:05 UTC 2017 - coolo@suse.com
|
|
|
|
- updated to version 2.4.0
|
|
see installed CHANGELOG.md
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 16 04:32:22 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to version 2.3.0
|
|
see installed CHANGELOG.md
|
|
|
|
## Unreleased
|
|
|
|
## 2.3.0
|
|
|
|
* `verify_request_format!` is aliased to `verify_requested_format!` now.
|
|
* Implementing the `interpolation_options` method on your controller is deprecated
|
|
in favor of naming it `flash_interpolation_options` instead.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 30 04:41:34 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to version 2.2.0
|
|
see installed CHANGELOG.md
|
|
|
|
## 2.2.0
|
|
|
|
* Added the `verify_request_format!` method, that can be used as a `before_action`
|
|
callback to prevent your actions from being invoked when the controller does
|
|
not respond to the request mime type, preventing the execution of complex
|
|
queries or creating/deleting records from your app.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 22 05:33:48 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to version 2.1.2
|
|
see installed CHANGELOG.md
|
|
|
|
## 2.1.2
|
|
|
|
* Fix rendering when using `ActionController::API`. (by @eLod)
|
|
* Added API controller template for the controller generator. (by @vestimir)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 20 05:36:45 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to version 2.1.1
|
|
see installed CHANGELOG.md
|
|
|
|
## 2.1.1
|
|
|
|
* Added support for Rails 5.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 6 13:12:44 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to version 2.1.0
|
|
* No longer automatically set the responders generator as many projects may use this gem as a dependency. When upgrading, users will need to add `config.app_generators.scaffold_controller :responders_controller` to their application. The `responders:install` generator has been updated to automatically insert it in new applications
|
|
|
|
## 2.0.1
|
|
|
|
* Require `rails/railtie` explicitly before using it
|
|
* Require `action_controller` explicitly before using it
|
|
* Remove unnecessary and limiting `resourceful?` check that required models to implement `to_#{format}` (such checks are responsibility of the rendering layer)
|
|
|
|
## 2.0.0
|
|
|
|
* Import `respond_with` and class-level `respond_to` from Rails
|
|
* Support only Rails ~> 4.2
|
|
* `Responders::LocationResponder` is now included by the default responder (and therefore deprecated)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 13 18:39:53 UTC 2014 - coolo@suse.com
|
|
|
|
- adapt to new rubygem packaging
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 28 10:10:37 UTC 2014 - coolo@suse.com
|
|
|
|
- updated to version 1.1.0
|
|
* Support Rails 4.1.
|
|
* Allow callable objects as the location.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 23 14:53:00 UTC 2013 - coolo@suse.com
|
|
|
|
- updated to version 1.0.0
|
|
* Improve controller generator to work closer to the Rails 4 one, and make it
|
|
compatible with strong parameters.
|
|
* Drop support for Rails 3.1 and Ruby 1.8, keep support for Rails 3.2
|
|
* Support for Rails 4.0 onward
|
|
* Fix flash message on destroy failure. Fixes #61
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 1 10:57:54 UTC 2012 - coolo@suse.com
|
|
|
|
- updated to version 0.9.3
|
|
* Fix url generation for namespaced models
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 1 05:07:12 UTC 2012 - coolo@suse.com
|
|
|
|
- updated to version 0.9.2
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 18 13:48:24 UTC 2012 - mrueckert@suse.de
|
|
|
|
- initial package
|
|
|