Skip to content

Releases: mits87/eloquent-nested-attributes

v0.0.9

31 Dec 16:47
c35e107
Compare
Choose a tag to compare

In this release:

  • Fixes the travis php version
  • Laravel 6 Compatible
  • Upgrade dependencies
  • Add .php_cs config

v0.0.8

31 Dec 11:50
605ad1f
Compare
Choose a tag to compare

In this release:

  • Fixes the composer.json parse error (there was a trailing comma)
  • Moves the Mockery dependency into dev (it's not used outside testing)
  • Adds an unset($attributes[$attr] line in the fillable override. Forgetting to clean the attributes array was
  • causing a mass assignment exception to be thrown when passing the $attributes array to parent::fill($attributes)
  • Adds regression test for bug fix

v0.0.7

06 Apr 13:04
Compare
Choose a tag to compare
bump version of libraries

v0.0.6

23 Nov 08:41
Compare
Choose a tag to compare
  • Add _destroy flag as option to delete nested row.
  • Fix update many nested rows.

fix

17 Sep 14:32
Compare
Choose a tag to compare
fix
v0.0.4

fix

v0.0.3

17 Sep 13:35
Compare
Choose a tag to compare
Support MorphOne and MorphMany

v0.0.2

29 Aug 14:00
Compare
Choose a tag to compare
bump version

v0.0.1

29 Aug 13:44
Compare
Choose a tag to compare
Readme