All Versions
21
Latest Version
Avg Release Cycle
51 days
Latest Release
1534 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