Releases: robmckinnon/morph
Releases · robmckinnon/morph
morph-0.6.0
v0.6.0 (2019-03-25)
Changes:
- Drop Ruby < 1.9 support.
- Test against Ruby 2.5, 2.6.
- Require activesupport >= 4.1.11.
morph-0.5.1
v0.5.1 (2017-03-20)
Changes:
- Replace Fixnum with Integer to prevent deprecation warning in Ruby 2.4.
morph-0.5.0
Morph allows you to emerge Ruby class definitions from data or by calling assignment methods.
v0.5.0 changelog:
- Set accessor methods when provided attribute value is blank, instead of ignoring.