Skip to content

Releases: sjdaws/vocal

2.0.0

16 Feb 11:40
Compare
Choose a tag to compare

The 1.0.x branch is compatible with Laravel 4.x and 5.0

Changelog:

2.0.0

  • Remove support for PHP 5.3
  • Complete rewrite to simplify methods
  • Make compatible with Laravel 5

2.x has the same methods as 1.x but the parameters have changed. Please read the readme before upgrading.

v1.0.1

25 Jan 11:09
Compare
Choose a tag to compare

The 1.0.x branch is compatible with Laravel 4, 4.1 and 4.2

Changelog:

1.0.1

  • Add create method to allow recursive creation in one line

1.0.0

06 Jan 01:39
Compare
Choose a tag to compare

The 1.0.x branch is compatible with Laravel 4, 4.1 and 4.2

Changelog:

1.0.0

  • Merge 0.2.x and 0.3.x branches
  • Remove soft deletion from core, it's now up to you whether you enable them or not

0.3.1

08 Dec 06:58
Compare
Choose a tag to compare

The 0.3.x branch is compatible with Laravel 4.2 only.

Changelog:

0.3.1

  • Add fix to ensure record is saved before associating another record with it (#10)

0.2.5

08 Dec 06:55
Compare
Choose a tag to compare

The 0.2.x branch is compatible with Laravel 4.1 and 4.2.

Changelog:

0.2.4

  • Add fix to ensure record is saved before associating another record with it (#10)

0.3.0

27 Oct 22:00
Compare
Choose a tag to compare

The 0.3.x branch is compatible with Laravel 4.2 only.

Changelog:

0.3.0

  • Use SoftDeletingTrait instead of extending model soft deletes
  • Add AngularJS example
  • Fix Non AngularJS example and properly declare ruleset

0.2.4

27 Oct 22:06
Compare
Choose a tag to compare

The 0.2.x branch is compatible with Laravel 4.1 and 4.2.

Changelog:

0.2.4

  • Add AngularJS example
  • Fix Non AngularJS example and properly declare ruleset

0.2.3

19 Aug 05:59
Compare
Choose a tag to compare

The 0.2.x branch is compatible with Laravel 4.1 and 4.2.

Changelog:

0.2.3

  • Allow fields to be excluded from the diff calculation using diffIgnore
  • Properly preserve whether an item is created or updated

0.2.2

19 Aug 05:25
Compare
Choose a tag to compare

The 0.2.x branch is compatible with Laravel 4.1 and 4.2.

Changelog:

0.2.2

  • Update namespace
  • Fix triple save issue

0.2.0

10 Jun 02:42
Compare
Choose a tag to compare

The 0.2.x branch is compatible with Laravel 4.1 and 4.2.

Changelog:

0.2.0

  • Make compatible with Laravel 4.2