Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 627 Bytes

CHANGELOG.md

File metadata and controls

20 lines (12 loc) · 627 Bytes

Changelog

All notable changes to laravel-credits will be documented in this file.

v1.1.0 - 2024-11-29

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

Full Changelog: https://github.com/Climactic/laravel-credits/compare/v1.0.1...v1.1.0

v1.0.1 - 2024-11-21

  • 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.

v1.0.0 - 2024-11-20

Initial Release with Core Functionality