Skip to content

Releases: customd/Laravel-Helpers

v5.5.1

31 May 01:35
Compare
Choose a tag to compare

v5.3.0

09 Apr 03:29
Compare
Choose a tag to compare

Full Changelog: v5.2.2...v5.3.0

v5.2.2

26 Mar 01:19
Compare
Choose a tag to compare

Full Changelog: v5.0.0...v5.2.2

v5.0.0

13 Mar 03:54
Compare
Choose a tag to compare

Full Changelog: v4.13.1...v5.0.0

Breaking Changes:

  • ValueObjects - shoudl all now be marked final
  • php 8.2 minimum
  • trait for policies now uses callable to be more flexable

v4.11.0

06 Feb 21:05
Compare
Choose a tag to compare

Full Changelog: v4.10.0...v4.11.0

v4.9.1

23 Jan 02:25
Compare
Choose a tag to compare

adds larastan rule

v4.9.0: chore(release): 4.9.0 [skip ci]

02 Nov 03:34
Compare
Choose a tag to compare
# [4.9.0](https://git.customd.com/composer/Laravel-Helpers/compare/v4.8.0...v4.9.0) (2023-11-02)

### Features

* base repository pattern ([05957a8](https://git.customd.com/composer/Laravel-Helpers/commit/05957a8844354aadfc9ebe1395208870d55bac7f))

v2.0.0

08 Oct 03:37
Compare
Choose a tag to compare

2.0.0 (2021-10-08)

Features

  • execute helper no longer manipulates data (a786a68)

BREAKING CHANGES

    • arrays are no longer flattened

v1.4.1

21 Jul 21:13
Compare
Choose a tag to compare

1.4.1 (2021-07-21)

Bug Fixes

  • Crud permissions for non-model based check. (ie create) (49138db)

v1.4.0

12 Jul 23:32
Compare
Choose a tag to compare

1.4.0 (2021-07-12)

Features