Skip to content

Releases: Climactic/laravel-credits

v1.4.0

14 Dec 01:47
28a1030

Choose a tag to compare

What's Changed

  • feat: add orWhere metadata query methods and split test files by @adiologydev in #18

Full Changelog: v1.3.3...v1.4.0

v1.3.3

30 Oct 13:23
dc3bb90

Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.3.3

v1.3.2

27 Oct 18:13
6f11995

Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

v.1.3.1

16 Oct 20:18
1656cef

Choose a tag to compare

What's Changed

Breaking Change

This release updates illuminate/contracts dependency to ^12.34.0 which now drops support for Laravel 10 and 11. This is a breaking change for users on earlier Laravel versions.

Full Changelog: v1.3.0...v1.3.1

v1.3.0

16 Oct 20:03
07237de

Choose a tag to compare

What's Changed

  • Fix: ensure getCurrentBalance uses latest('id') for correct ordering by @Abeni001 in #7
  • fix: deterministic queries on getBalanceAsOf by @adiologydev in #8
  • refactor: rename methods for consistency and deprecate old ones by @adiologydev in #9
  • Add DB locking, input validation, and post-commit event dispatch by @adiologydev in #10

New Contributors

Full Changelog: v1.2.2...v1.3.0

v1.2.2

19 Aug 18:39

Choose a tag to compare

What's Changed

  • chore(deps): bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot[bot] in #3
  • chore(deps): bump aglipanci/laravel-pint-action from 2.5 to 2.6 by @dependabot[bot] in #5

Full Changelog: v1.2.1...v1.2.2

v1.2.1

01 Apr 22:39

Choose a tag to compare

What's Changed

  • chore(deps): bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in #1
  • chore(deps): bump aglipanci/laravel-pint-action from 2.4 to 2.5 by @dependabot in #2
  • chore: update dependencies and tests further to support laravel 12

Full Changelog: v1.1.1...v1.2.1

v1.2.0

13 Jan 21:51

Choose a tag to compare

feat: add transaction IDs to events
chore: added tests for events

v1.1.0

29 Nov 15:29

Choose a tag to compare

feat: events for credit added, deducted, and transferred.

Full Changelog: v1.0.1...v1.1.0

v1.0.1

21 Nov 18:46

Choose a tag to compare

  • feat: getBalanceAsOf function now supports integer timestamps
  • chore: remove unused config options (description length & required, decimal precision)
  • chore: remove config values from migrations as they shouldn't be dynamic.
  • chore: add typedocs for HasCredits trait.