Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 469 Bytes

CHANGELOG.md

File metadata and controls

18 lines (13 loc) · 469 Bytes

0.2.4

  • Added correct handling of child models that do not have their parent set (foreign key == nil)

0.2.3

  • Added support for models that declare a has_one relationships, these would error out in the previous versions.

0.2.2

  • Enhancements
    • Added support for aliased associations ( belongs_to :something, :class_name => 'SomethingElse'). In previous version these would raise an 'uninitialized constant' error.

0.2.1

  • Initial release