Releases: telkins/laravel-dag-manager
v0.7.0 - 2020-03-04
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
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
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
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
Added
- added
maxHops
optional parameter toIsDagManaged
trait'sdescendantsOf
andancestorsOf
scopes
NOTE: This is an experimental release and should not be considered production-ready.
v0.2.0 - 2019-10-28
Added
IsDagManaged
trait now hasancestorsOf
scope
Removed
order
anddistinct
onIsDagManaged
trait'sdescendantsOf
scope
NOTE: This is an experimental release and should not be considered production-ready.
v0.1.1 - 2019-09-17
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
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
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
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.