Pathway v0.8.0 Release Notes

Release Date: 2018-10-01 // over 5 years ago
  • ๐Ÿ”„ 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.