All notable changes to laravel-credits
will be documented in this file.
feat: events for credit added, deducted, and transferred.
Full Changelog: https://github.com/Climactic/laravel-credits/compare/v1.0.1...v1.1.0
- 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.
Initial Release with Core Functionality