CHANGELOG.md in mutations-0.5.12 vs CHANGELOG.md in mutations-0.6.0

- old
+ new

@@ -1,5 +1,13 @@ +0.6.0 +----------- + +- Add pluggable filters. +- Add ruby 1.8.7 support [#19] +- Add a date filter: ```date :start_date``` (/via @eliank and @geronimo) +- ```Mutations.cache_constants = false``` if you want to work in Rails dev mode which redefines constants. [#23] + 0.5.12 ----------- - 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] @@ -13,10 +21,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) - + 0.5.10 and earlier ----------- -- Initial versions \ No newline at end of file +- Initial versions