All notable changes to this project will be documented in this file.
Please keep to the changelog format described on keepachangelog.com.
This project adheres to Semantic Versioning.
- Support for rails 6 beta
- Replace dots for all types of values (not only Numeric)
- Drop support for EOL rubies (2.2.10 and below)
- Added a changelog.
- Also include HumanAttributeValues into ActiveModel::Model.
- Instead of aborting and returning '' for associations of ActiveRecord::Base the lookup now proceeds with
assoc_attribute.to_s
as key (not meant to be done anyways).
- Drop support for rails 4.1.8, including HumanAttributeValues into ActiveModel::Model does not add class method.