Mutations v0.9.1 Release Notes
Release Date: 2020-04-08 // almost 5 years ago-
- Treat blank strings as nil when
strip
andempty_is_nil
options are set (#148, @saverio-kantox) - Don't use full key in nested error messages (#149, @eugeneius)
- Don't remove unknown characters in string filter (#150, @eugeneius)
- Treat blank strings as nil when
Previous changes from v0.9.0
-
- Retain
_id
suffix in error keys (#129, @khalilovcmd) - Add a symbol filter:
symbol :color, in: %i(red blue green)
(#119, @estraph) - Add
empty_is_nil
option to string filter (#135, @skylerwshaw)
- Retain