Releases: telkins/laravel-dag-manager
Releases · telkins/laravel-dag-manager
v3.0.0 - 2024-08-26
v2.0.0 - 2023-03-28
What's Changed
- Upgrade to L10/PHP8.1 by @telkins in #24
- Raise minimum support to Laravel 10 and PHP8.1 by @telkins in #25
Full Changelog: v1.3.0...v2.0.0
v1.3.0 - 2023-03-28
What's Changed
- add getTable to dagEdge Model by @dealense7 in #23
New Contributors
- @dealense7 made their first contribution in #23
Full Changelog: v1.2.0...v1.3.0
v1.2.0 - 2022-09-30
What's Changed
- Dev/custom edge model by @telkins in #21
- Add support for using a custom DAG Edge model by @gbuckingham89 in #18
Full Changelog: v1.1.0...v1.2.0
v1.1.0 - 2022-05-31
What's Changed
- Laravel 9 Support by @telkins in #20
- Add support for Laravel 9 by @gbuckingham89 in #17
New Contributors
- @gbuckingham89 made their first contribution in #17
Full Changelog: v1.0.0...v1.1.0
v1.0.0 - 2021-12-02
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
Added
- Laravel 8.0 support
NOTE: This is an experimental release and should not be considered production-ready.
v0.9.1 - 2020-08-08
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
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
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.