Releases: Climactic/laravel-credits
Releases · Climactic/laravel-credits
v1.4.0
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
What's Changed
- feat: query credits based on metadata by @adiologydev in #16
Full Changelog: v1.3.2...v1.3.3
v1.3.2
What's Changed
- chore: upgrade dependencies and readme by @adiologydev in #13
Full Changelog: v1.3.1...v1.3.2
v.1.3.1
What's Changed
- chore: upgrade dependencies by @adiologydev in #12
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
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
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
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
feat: add transaction IDs to events
chore: added tests for events
v1.1.0
feat: events for credit added, deducted, and transferred.
Full Changelog: v1.0.1...v1.1.0
v1.0.1
- feat:
getBalanceAsOffunction 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
HasCreditstrait.