- Add ruby 1.8.7 support [#19]
- Added a duck filter:
duck :lengthy, methods: :lengthto ensure all values respond_to? :length [#14] - Added a file filter:
file :datato 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
inoption. Eg:integer :http_code, in: (200, 404, 401)(/via @tomtaylor) - Added a changelog. [#10]
- Float filter (@aq1018)
- Clean up public API + code (@blambeau)
- Model filters should lazily resolve their classes so that mocks can be used (@edwinv)
- Filtered inputs should be included in the Outcome
- Fix typos (@frodsan)
- Initial versions