Skip to content

Releases: remi/her

v1.1.0

13 Feb 15:09
Compare
Choose a tag to compare

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

18 Oct 15:22
Compare
Choose a tag to compare

Enhancements

None

Bug fixes

  • #511 fix path option on belongs_to association

v0.10.4

18 Oct 15:21
Compare
Choose a tag to compare

Enhancements

None

Bug fixes

  • #511 fix path option on belongs_to association

v1.0.2

02 Jul 21:38
Compare
Choose a tag to compare

Enhancements

None

Bug fixes

v0.10.3

02 Jul 21:39
Compare
Choose a tag to compare

Enhancements

None

Bug fixes

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

v1.0.1

30 Apr 19:09
Compare
Choose a tag to compare

Enhancements

None

Bug fixes

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

v0.10.2

30 Apr 19:17
Compare
Choose a tag to compare

Enhancements

None

Bug fixes

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

v1.0.0

26 Apr 20:13
Compare
Choose a tag to compare

Enhancements

  • #500 Update activemodel dependency to 4.2.1

Bug fixes

None

v0.10.1

25 Apr 15:09
Compare
Choose a tag to compare

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

17 Nov 17:12
Compare
Choose a tag to compare
  • Refactor associations
  • Support OPTIONS verb
  • README updates