Skip to content

Releases: telkins/laravel-dag-manager

v2.0.0 - 2023-03-28

28 Mar 21:47
a877776
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v2.0.0

v1.3.0 - 2023-03-28

28 Mar 18:45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0 - 2022-09-30

30 Sep 20:09
f79b584
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0 - 2022-05-31

31 May 20:11
1a5126d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0 - 2021-12-02

02 Jan 15:37
b870ef3
Compare
Choose a tag to compare

Added

  • Make table name configurable
  • Add property/argument/return types
  • Supports PHP 8
  • Tests via Github Actions

Removed

  • Redundant doc-blocks

Changed

  • Make code more strict
  • Migrate phpunit configuration
  • Make service provider deferrable

v0.10.0 - 2020-09-09

09 Sep 09:55
Compare
Choose a tag to compare
v0.10.0 - 2020-09-09 Pre-release
Pre-release

Added

  • Laravel 8.0 support

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

v0.9.1 - 2020-08-08

08 Aug 19:09
Compare
Choose a tag to compare
v0.9.1 - 2020-08-08 Pre-release
Pre-release

Fixed

  • Corrected error reading from configuration.

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

v0.9.0 - 2020-08-08

08 Aug 18:48
Compare
Choose a tag to compare
v0.9.0 - 2020-08-08 Pre-release
Pre-release

Added

  • Introduced a way to configure the database connection for the dag_edges table.

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

v0.8.0 - 2020-07-31

31 Jul 12:16
Compare
Choose a tag to compare
v0.8.0 - 2020-07-31 Pre-release
Pre-release

Added

  • Introduced a dagRelationsOf scope to get all relations, eg both ancestors and descendants

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

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.