Skip to content

Latest commit

 

History

History
183 lines (99 loc) · 6.13 KB

CHANGELOG.md

File metadata and controls

183 lines (99 loc) · 6.13 KB

Changelog

All notable changes to level-up will be documented in this file.

v1.2.0 - 2024-02-21

What's Changed

  • build(deps): Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in cjmellor#51
  • fix: Support foreign key configuration throughout by @cjmellor in cjmellor#52
  • build(deps): Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in cjmellor#56
  • Update run-tests.yml by @imabulhasan99 in cjmellor#62
  • Update composer.json for Laravel 11 support by @imabulhasan99 in cjmellor#61

New Contributors

  • @imabulhasan99 made their first contribution in cjmellor#62

Full Changelog: https://github.com/cjmellor/level-up/compare/v1.1.0...v1.2.0

v1.1.0 - 2023-10-08

What's Changed

  • feat: Conditional Multipliers by @cjmellor in cjmellor#50

Full Changelog: https://github.com/cjmellor/level-up/compare/v1.0.1...v1.1.0

v1.0.1 - 2023-10-04

What's Changed

  • fix: update level_id in experiences table when levelled up by @7OMI in cjmellor#48

New Contributors

Full Changelog: https://github.com/cjmellor/level-up/compare/v1.0.0...v1.0.1

v1.0.0 - 2023-10-02

Package seems stable enough to tag v1.

Full Changelog: https://github.com/cjmellor/level-up/compare/v0.0.14...v1.0.0

v0.0.14 - 2023-09-23

What's Changed

  • build(deps): Bump actions/checkout from 3 to 4 by @dependabot in cjmellor#40
  • Update README.md by @mohamedalwhaidi in cjmellor#42
  • Add Listener for PointsDecreased Event by @cjmellor in cjmellor#46

New Contributors

  • @mohamedalwhaidi made their first contribution in cjmellor#42

Full Changelog: https://github.com/cjmellor/level-up/compare/v0.0.13...v0.0.14

v0.0.13 - 2023-08-31

What's Changed

  • Fire Multiple Levelled Up Events by @cjmellor in cjmellor#39

Full Changelog: https://github.com/cjmellor/level-up/compare/v0.0.12...v0.0.13

v0.0.12 - 2023-08-30

What's Changed

  • Add level calculation and event dispatch on initial experience gain by @cjmellor in cjmellor#38

Full Changelog: https://github.com/cjmellor/level-up/compare/v0.0.11...v0.0.12

v0.0.11 - 2023-08-28

What's Changed

  • Add custom expectation for Carbon instances and level cap validation by @cjmellor in cjmellor#37

Full Changelog: https://github.com/cjmellor/level-up/compare/v0.0.10...v0.0.11

v0.0.10 - 2023-08-23

What's Changed

Full Changelog: https://github.com/cjmellor/level-up/compare/v0.0.9...v0.0.10

v0.0.9 - 2023-08-21

What's Changed

  • Adds a feature to freeze a streak by @cjmellor in cjmellor#32

Full Changelog: https://github.com/cjmellor/level-up/compare/v0.0.8...v0.0.9

v0.0.8 - 2023-08-20

What's Changed

  • Possible nextLevelAt() Bug by @cjmellor in cjmellor#26
  • Missing Test by @cjmellor in cjmellor#27
  • fix: prevent grant of secret achievement twice by @ibrunotome in cjmellor#31

Full Changelog: https://github.com/cjmellor/level-up/compare/v0.0.7...v0.0.8

v0.0.7 - 2023-08-18

What's Changed

  • fix: set timestamps when creating achievements by @ibrunotome in cjmellor#28
  • Streaks by @cjmellor in cjmellor#29

New Contributors

  • @ibrunotome made their first contribution in cjmellor#28

Full Changelog: https://github.com/cjmellor/level-up/compare/v0.0.6...v0.0.7

v0.0.6 - 2023-08-01

What's Changed

  • fix: Return correct value on next level check by @cjmellor in cjmellor#22

Full Changelog: https://github.com/cjmellor/level-up/compare/v0.0.5...v0.0.6

v0.0.5 - 2023-07-31

What's Changed

New Contributors

  • @QuintenJustus made their first contribution in cjmellor#18

Full Changelog: https://github.com/cjmellor/level-up/compare/v0.0.4...v0.0.5

0.0.4 - 2023-07-24

What's Changed

  • Adding configurable user's table to level relationship migration. by @matthewscalf in cjmellor#16

New Contributors

  • @matthewscalf made their first contribution in cjmellor#16

Full Changelog: https://github.com/cjmellor/level-up/compare/v0.0.3...0.0.4

v0.0.3 - 2023-07-22

What's Changed

  • build(deps-dev): Update rector/rector requirement from ^0.16.0 to ^0.17.6 by @dependabot in cjmellor#7
  • build(deps-dev): Update driftingly/rector-laravel requirement from ^0.17.0 to ^0.21.0 by @dependabot in cjmellor#6
  • fix: Add a Default Level by @cjmellor in cjmellor#14
  • feat: Customise constraints by @cjmellor in cjmellor#13
  • fix: Bypass Multiplier Folder Check by @cjmellor in cjmellor#15

Full Changelog: https://github.com/cjmellor/level-up/compare/v0.0.2...v0.0.3

v0.0.2 - 2023-07-14

What's Changed

  • tests: Update Test Runner by @cjmellor in cjmellor#5

New Contributors

  • @cjmellor made their first contribution in cjmellor#5

Full Changelog: https://github.com/cjmellor/level-up/compare/v0.0.1...v0.0.2

v0.0.1 - 2023-07-13

Initial release