All Versions
10
Latest Version
Avg Release Cycle
89 days
Latest Release
1899 days ago

Changelog History

  • v1.1.0 Changes

    February 13, 2019

    โœจ Enhancements

    • โšก๏ธ 1849339 Add update_attributes to model
    • 8a0d873 Coerce new attributes to hash (e.g. strong parameters)

    ๐Ÿ› Bug fixes

    • #514 belongs_to association should respect association's collection_path
  • v1.0.3 Changes

    October 18, 2018

    โœจ Enhancements

    None

    ๐Ÿ› Bug fixes

    • #511 fix path option on belongs_to association
  • v1.0.2 Changes

    July 02, 2018

    โœจ Enhancements

    None

    ๐Ÿ› Bug fixes

  • v1.0.1 Changes

    April 30, 2018

    โœจ Enhancements

    None

    ๐Ÿ› Bug fixes

    • #460 allow model to have attribute that is the same as its name
  • v1.0.0 Changes

    April 26, 2018

    โœจ Enhancements

    • โšก๏ธ #500 Update activemodel dependency to 4.2.1

    ๐Ÿ› Bug fixes

    None

  • v0.10.4 Changes

    October 18, 2018

    โœจ Enhancements

    None

    ๐Ÿ› Bug fixes

    • #511 fix path option on belongs_to association
  • v0.10.3 Changes

    July 02, 2018

    โœจ Enhancements

    None

    ๐Ÿ› Bug fixes

    • d0b49f1 use parse_root_in_json key when determining whether root element is included (see #508)
  • v0.10.2 Changes

    April 30, 2018

    โœจ Enhancements

    None

    ๐Ÿ› Bug fixes

    #460 allow model to have attribute that is the same as its name

  • v0.10.1 Changes

    April 25, 2018

    โœจ Enhancements

    • ๐Ÿ‘ท #478 CI against Ruby 2.2.8, 2.3.5, and 2.4.2
    • #480 Raise an error when a class cannot be found
    • ๐Ÿ’Ž 7afaaed add zoho-ruby to irl list
    • ๐Ÿ”จ #491 Refactor associations_spec
    • #479 Serialize ActiveModel instances that do not use Her
    • ๐Ÿšง #495 Routine maintenance
    • #499 Branch code on changes to activemodel 4.2.1

    ๐Ÿ› Bug fixes

    • #483 Prevent 'scope' from defining scope methods on the wrong Her models
    • #298 Fix change tracking when fetching from collections or associations
    • #490 Child classes can't set some attributes to false
    • #462 Fix #destroy_existing for child classes of models
    • #497 Fix instance variable naming clash
  • v0.10.0 Changes

    November 17, 2017
    • ๐Ÿ”จ Refactor associations
    • ๐Ÿ‘Œ Support OPTIONS verb
    • โšก๏ธ README updates