Skip to content

Releases: telkins/laravel-dag-manager

v0.7.0 - 2020-03-04

04 Mar 17:35
Compare
Choose a tag to compare
v0.7.0 - 2020-03-04 Pre-release
Pre-release

Added

  • Laravel 7.0 support

Removed

  • support for anything less/older than Laravel 6.0

NOTE: This is an experimental release and should not be considered production-ready.

v0.6.0 - 2020-02-06

06 Feb 12:30
Compare
Choose a tag to compare
v0.6.0 - 2020-02-06 Pre-release
Pre-release

Changed

  • IsDagManaged scopes now accept an array of model IDs

NOTE: This is an experimental release and should not be considered production-ready.

v0.5.0 - 2020-02-04

04 Feb 20:51
Compare
Choose a tag to compare
v0.5.0 - 2020-02-04 Pre-release
Pre-release

Added

  • scopes enforce minimum $maxHops value

NOTE: This is an experimental release and should not be considered production-ready.

v0.4.0 - 2020-01-28

28 Jan 18:49
Compare
Choose a tag to compare
v0.4.0 - 2020-01-28 Pre-release
Pre-release

Added

  • added helpful messages to the two exception classes

NOTE: This is an experimental release and should not be considered production-ready.

v0.3.0 - 2020-01-07

07 Jan 20:29
3cf270c
Compare
Choose a tag to compare
v0.3.0 - 2020-01-07 Pre-release
Pre-release

Added

  • added maxHops optional parameter to IsDagManaged trait's descendantsOf and ancestorsOf scopes

NOTE: This is an experimental release and should not be considered production-ready.

v0.2.0 - 2019-10-28

28 Oct 14:27
2dc9958
Compare
Choose a tag to compare
v0.2.0 - 2019-10-28 Pre-release
Pre-release

Added

  • IsDagManaged trait now has ancestorsOf scope

Removed

  • order and distinct on IsDagManaged trait's descendantsOf scope

NOTE: This is an experimental release and should not be considered production-ready.

v0.1.1 - 2019-09-17

17 Sep 13:15
Compare
Choose a tag to compare
v0.1.1 - 2019-09-17 Pre-release
Pre-release

Changed

  • Now supporting Laravel 6.0.
  • Updated phpunit version.

NOTE: This is an experimental release and should not be considered production-ready.

v0.1.0 - 2019-03-15

15 Mar 11:24
Compare
Choose a tag to compare
v0.1.0 - 2019-03-15 Pre-release
Pre-release

Added

  • Updated the requirements section in README.md to include minimum PHP version.

Changed

  • Minor documentation update/clean-up.
  • Now supporting Laravel 5.7 and 5.8.
  • Updated phpunit version.
  • Now using unsigned big integer fields in dag_edges table.

NOTE: This is an experimental release and should not be considered production-ready.

v0.0.7 - 2018-05-18

18 May 18:40
Compare
Choose a tag to compare
v0.0.7 - 2018-05-18 Pre-release
Pre-release

Added

  • Introduced an Eloquent model trait, Telkins\Dag\Models\Traits\IsDagManaged to assist in some basic, helpful functionality for "DAG managed" models.

NOTE: This is an experimental release and should not be considered production-ready.

v0.0.6 - 2018-05-09

09 May 11:49
Compare
Choose a tag to compare
v0.0.6 - 2018-05-09 Pre-release
Pre-release

Fixed

  • Added missing database to migration filename path. Third time's the charm...?!

NOTE: This is an experimental release and should not be considered production-ready.