codegram / date_validator

A simple, ORM agnostic, Ruby >=2.2 compatible date validator for Rails, based on ActiveModel.
http://thoughts.codegram.com/date-validation-with-rails-3
MIT License
496 stars 82 forks source link

Add a changelog #84

Open singhprd opened 4 years ago

singhprd commented 4 years ago

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!

be-ragheb commented 1 year ago

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

0.11.0

0.10.0

0.9.0

0.8.1

0.8.0