Skip to content

Releases: robmckinnon/morph

morph-0.6.0

25 Mar 14:31
f48d762
Compare
Choose a tag to compare

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

20 Mar 10:58
Compare
Choose a tag to compare

v0.5.1 (2017-03-20)

Changes:

  • Replace Fixnum with Integer to prevent deprecation warning in Ruby 2.4.

morph-0.5.0

18 Jul 12:05
Compare
Choose a tag to compare

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.