All notable changes to level-up
will be documented in this file.
Full Changelog: https://github.com/cjmellor/level-up/compare/v1.3.0...v1.4.0
- Allow model customisation by @Simoneu01 in #89
- @Simoneu01 made their first contribution in #89
Full Changelog: https://github.com/cjmellor/level-up/compare/v1.2.4...v1.3.0
- build(deps): Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #68
- fix: migrations roll back by @xmuntane in #71
- fix: custom experiences table by @xmuntane in #74
- Remove
level_id
From Table by @cjmellor in #75 - Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in #77
- fix Remove 'level_id' migration by @xmuntane in #78
- Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #79
- fix: Wrap logic in intval by @cjmellor in #84
- Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #85
- fix: Users without XP don't show in Leaderboard by @cjmellor in #86
- @xmuntane made their first contribution in #71
Full Changelog: https://github.com/cjmellor/level-up/compare/v1.2.3...v1.2.4
- Fixed one migration problem and null level handling in getLevel() & getPoints(), causing some error by @joydeep-bhowmik in #59
- @joydeep-bhowmik made their first contribution in #59
Full Changelog: https://github.com/cjmellor/level-up/compare/v1.2.2...v1.2.3
- adding null safety, when no experience records by @guptarakesh198 in #64
Full Changelog: https://github.com/cjmellor/level-up/compare/v1.2.1...v1.2.2
- Update LeaderboardService.php by @guptarakesh198 in #63
- @guptarakesh198 made their first contribution in #63
Full Changelog: https://github.com/cjmellor/level-up/compare/v1.2.0...v1.2.1
- build(deps): Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #51
- fix: Support foreign key configuration throughout by @cjmellor in #52
- build(deps): Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in #56
- Update run-tests.yml by @imabulhasan99 in #62
- Update composer.json for Laravel 11 support by @imabulhasan99 in #61
- @imabulhasan99 made their first contribution in #62
Full Changelog: https://github.com/cjmellor/level-up/compare/v1.1.0...v1.2.0
- feat: Conditional Multipliers by @cjmellor in #50
Full Changelog: https://github.com/cjmellor/level-up/compare/v1.0.1...v1.1.0
- fix: update level_id in experiences table when levelled up by @7OMI in #48
- @7OMI made their first contribution in #48
Full Changelog: https://github.com/cjmellor/level-up/compare/v1.0.0...v1.0.1
Package seems stable enough to tag v1.
Full Changelog: https://github.com/cjmellor/level-up/compare/v0.0.14...v1.0.0
- build(deps): Bump actions/checkout from 3 to 4 by @dependabot in #40
- Update README.md by @mohamedalwhaidi in #42
- Add Listener for PointsDecreased Event by @cjmellor in #46
- @mohamedalwhaidi made their first contribution in #42
Full Changelog: https://github.com/cjmellor/level-up/compare/v0.0.13...v0.0.14
- Fire Multiple Levelled Up Events by @cjmellor in #39
Full Changelog: https://github.com/cjmellor/level-up/compare/v0.0.12...v0.0.13
- Add level calculation and event dispatch on initial experience gain by @cjmellor in #38
Full Changelog: https://github.com/cjmellor/level-up/compare/v0.0.11...v0.0.12
- Add custom expectation for Carbon instances and level cap validation by @cjmellor in #37
Full Changelog: https://github.com/cjmellor/level-up/compare/v0.0.10...v0.0.11
- Refactor Tests by @cjmellor in #33
Full Changelog: https://github.com/cjmellor/level-up/compare/v0.0.9...v0.0.10
- Adds a feature to freeze a streak by @cjmellor in #32
Full Changelog: https://github.com/cjmellor/level-up/compare/v0.0.8...v0.0.9
- Possible
nextLevelAt()
Bug by @cjmellor in #26 - Missing Test by @cjmellor in #27
- fix: prevent grant of secret achievement twice by @ibrunotome in #31
Full Changelog: https://github.com/cjmellor/level-up/compare/v0.0.7...v0.0.8
- @ibrunotome made their first contribution in #28
Full Changelog: https://github.com/cjmellor/level-up/compare/v0.0.6...v0.0.7
- fix: Return correct value on next level check by @cjmellor in #22
Full Changelog: https://github.com/cjmellor/level-up/compare/v0.0.5...v0.0.6
- @QuintenJustus made their first contribution in #18
Full Changelog: https://github.com/cjmellor/level-up/compare/v0.0.4...v0.0.5
- Adding configurable user's table to level relationship migration. by @matthewscalf in #16
- @matthewscalf made their first contribution in #16
Full Changelog: https://github.com/cjmellor/level-up/compare/v0.0.3...0.0.4
- build(deps-dev): Update rector/rector requirement from ^0.16.0 to ^0.17.6 by @dependabot in #7
- build(deps-dev): Update driftingly/rector-laravel requirement from ^0.17.0 to ^0.21.0 by @dependabot in #6
- fix: Add a Default Level by @cjmellor in #14
- feat: Customise constraints by @cjmellor in #13
- fix: Bypass Multiplier Folder Check by @cjmellor in #15
Full Changelog: https://github.com/cjmellor/level-up/compare/v0.0.2...v0.0.3
- tests: Update Test Runner by @cjmellor in #5
- @cjmellor made their first contribution in #5
Full Changelog: https://github.com/cjmellor/level-up/compare/v0.0.1...v0.0.2
Initial release