Mutations v0.5.12 Release Notes

Release Date: 2016-04-25 // about 8 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]