You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Since I had to review changes anyway, I took my notes here in this comment box and I'm posting them. Someone with deeper knowledge of the project should be able to clean this up. I'd open a PR, but I work for the kind of company that won't let me do that without a lot of filling out of forms.
0.12.0
added MIT license to the gemspec
clarified support for Ruby 2.2 and later, including 3.0
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:
Hope this helps!
The text was updated successfully, but these errors were encountered: