All Versions
21
Latest Version
Avg Release Cycle
51 days
Latest Release
1366 days ago

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
  • 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
  • v0.11.1 Changes

    January 09, 2020

    ๐Ÿ”„ Changed

    • ๐Ÿ‘Œ Improve custom rspec matchers for testing field presence on schemas
  • v0.11.0 Changes

    January 02, 2020

    ๐Ÿ”„ Changed

    • โž• Add support for dry-validation 1.0 and above
  • 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.
  • 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.
  • v0.8.0 Changes

    October 01, 2018

    ๐Ÿ”„ Changed

    • โž• Added support for dry-validation 0.12.x
    • ๐Ÿš€ Renamed DSL method sequence to around. Keep sequence as an alias, although it may be deprecated on a future mayor release.
    • ๐Ÿš€ Renamed DSL method guard to if_true. Keep guard as an alias, although it may be deprecated on a future mayor release.
    • Added DSL method if_false, which behaves like if_true but checks if the passed predicate is false instead.
    • ๐Ÿšš Moved Responder class inside the responder plugin module.
  • 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 for sequel_models plugin to prevent trying to preload the model from the context.
    • ๐Ÿ‘ Allow authorization block to take multiple parameters on simple_auth plugin.
  • v0.6.2 Changes

    May 19, 2018

    ๐Ÿ›  Fixed

    • Allow :error_message option for sequel_models plugin to propagate down inherited classes