Hey there 👋
Thanks for the work from the maintainers on this Gem 👏
I've been updating the version of date_validator in our application, and have spent some time debugging why some custom error messages have changed.
I tracked this down to changes to the locale keys, and made the appropriate changes in my application 🎉
Something that would have made this easier however, for me and others, would have been to check a change log for the project, so I propose this is added at the project root?
I've drafted a quick starter based on what I've read from the 0.10.0 release here:
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## Unreleased
## 0.10.0 - 2020-03-03
### Changed
* Breaking changes to locale keys.
* Drop Ruby 1.9.x support, minimum Ruby version now >= 2.2
* Change locale path to Rails Engine default
Hope this helps!
Hey there 👋
Thanks for the work from the maintainers on this Gem 👏
I've been updating the version of
date_validatorin our application, and have spent some time debugging why some custom error messages have changed.I tracked this down to changes to the locale keys, and made the appropriate changes in my application 🎉
Something that would have made this easier however, for me and others, would have been to check a change log for the project, so I propose this is added at the project root?
I've drafted a quick starter based on what I've read from the 0.10.0 release here:
Hope this helps!