All Versions
21
Latest Version
Avg Release Cycle
51 days
Latest Release
704 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.11.3 Changes
July 22, 2020🔄 Changed
- Use default error message on
:fetch_model
step, at:sequel_models
plugin, if model type cannot be determined
- Use default error message on
-
v0.11.2 Changes
July 22, 2020🔄 Changed
- Improve
from:
option for:fetch_model
step, at:sequel_models
plugin, to also accept a Sequel Dataset
- Improve
-
v0.11.1 Changes
January 09, 2020🔄 Changed
- 👌 Improve custom
rspec
matchers for testing field presence on schemas
- 👌 Improve custom
-
v0.11.0 Changes
January 02, 2020🔄 Changed
- ➕ Add support for
dry-validation
1.0 and above
- ➕ Add support for
-
v0.10.0 Changes
October 06, 2019🔄 Changed
- 👍 Restrict support for
dry-validation
from 0.11.0 up to (excluding) 1.0.0 - 🔄 Changed behavior for
:transaction
step wrapper, on:sequel_models
plugin, to allow to take a single step name instead of block. - Changed behavior for
:after_commit
step wrapper, on:sequel_models
plugin, to allow to take a single step name instead of block.
- 👍 Restrict support for
-
v0.9.1 Changes
February 18, 2019🔄 Changed
- 📚 Various improvements on documentation and gemspec.
-
v0.9.0 Changes
February 04, 2019🔄 Changed
- Changed behavior for
:after_commit
step wrapper, on:sequel_models
plugin, to capture current state and reuse it later when executing.
🛠 Fixed
- 👍 Allow invoking
call
directly on an operation class even if the:responder
plugin is not loaded.
- Changed behavior for
-
v0.8.0 Changes
October 01, 2018🔄 Changed
- ➕ Added support for
dry-validation
0.12.x - 🚀 Renamed DSL method
sequence
toaround
. Keepsequence
as an alias, although it may be deprecated on a future mayor release. - 🚀 Renamed DSL method
guard
toif_true
. Keepguard
as an alias, although it may be deprecated on a future mayor release. - Added DSL method
if_false
, which behaves likeif_true
but checks if the passed predicate is false instead. - 🚚 Moved
Responder
class inside theresponder
plugin module.
- ➕ Added support for
-
v0.7.0 Changes
September 25, 2018🔄 Changed
- 🔌
sequel_models
plugin now automatically adds an optional context parameter to preload the model and avoid hitting the db on:fetch_model
when the model is already available. - Added
:set_context_param
option forsequel_models
plugin to prevent trying to preload the model from the context. - 👍 Allow
authorization
block to take multiple parameters onsimple_auth
plugin.
- 🔌
-
v0.6.2 Changes
May 19, 2018🛠 Fixed
- Allow
:error_message
option forsequel_models
plugin to propagate down inherited classes
- Allow