- Issue 14 Fix active support proxy object deprecation (thanks to Romain Morlevat)
- fixed (issue 10) to support Rails >= 7.1 (thanks to Romain Morlevat)
- improved docs
- Rails 5 compatibility
- fixing tests
- updating doc
- minor update
- adding more rspec tests.
- improving documentation and README
- adding rspec tests.
- fixing issue #6: translated fields for new records were not nil
- fixing issue #7: translation_missing for new records is breaking
- adding MIT and GPL-2 licenses to gem-spec file; contact me if you need another license
- Issue #5 : bugfix for attr_writer
- Issue #4 : bugfix for attr_writer - no longer updates attributes if value didn't change => timestamps don't change in that case
- bugfix for attr_writer
- bugfix for serialized i18n attribute
- added support for having DB columns for translated attributes, to enable SQL queries in
I18n.default_locale
- fixed bug with dirty tracking of serialized i18n attribute
- renamed #fallback? to #fallbacks?
- initial version