CHANGELOG.md in lotus-validations-0.2.0 vs CHANGELOG.md in lotus-validations-0.2.1
- old
+ new
@@ -1,7 +1,15 @@
# Lotus::Validations
Validations mixin for Ruby objects
+## v0.2.1 - 2014-12-23
+### Added
+- [Luca Guidi] Introduced `Validations::Errors#to_h` and `to_a`
+- [Luca Guidi] Introduced `Validations::Errors#any?`
+
+### Fixed
+- [Satoshi Amemiya] Made `Validations#valid?` idempotent
+
## v0.2.0 - 2014-11-23
### Added
- [Luca Guidi] Skip attribute whitelisting when a validator does not define any attribute
- [Luca Guidi] Official support for Rubinius 2.3+
- [Luca Guidi] Implemented `#each` in order to allow bulk operations on attributes