Mutations v0.5.12 Release Notes
Release Date: 2016-04-25 // about 7 years ago-
- โ Added a duck filter:
duck :lengthy, methods: :length
to ensure all values respond_to? :length [#14] - โ Added a file filter:
file :data
to ensure the data is a File-like object [#15] - ๐ Allow raw_inputs to be used as method inside of execute to access the original data passed in. (@tomtaylor)
- integer filter now allows the
in
option. Eg:integer :http_code, in: (200, 404, 401)
(/via @tomtaylor) - โ Added a changelog. [#10]
- โ Added a duck filter: