Sha256: 4e3c3913e08ca8048e9431c3338ecd9ac517045d26bb8395ab412c15a86b10e0

Contents?: true

Size: 675 Bytes

Versions: 1

Compression:

Stored size: 675 Bytes

Contents

# CHANGELOG

## 1.1.0

* Add `formats` option to `respond_for`.
* Add `status` and `failure_status` option to `respond_for`.
* Support `any` and `turbo_stream` format.
* Make `RespondForHelper.config` more configurable.
`formats` option is renamed with `formatters` and introduce new `formats` option.
`default_behaviours` is renamed with `behaviours` and all of its configuration values are changed.
* The block of `respond_for` now takes format option like `respond_to`.
If you want to call some process after respond, use `after_success` callback instead.

## 1.0.2

* Change redirect status to 303 (see other).

## 1.0.1

* Fix render status.

## 1.0.0

* First release.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
respond_for_helper-1.1.0 CHANGELOG.md