generated from cjmellor/package-skeleton-laravel
-
Notifications
You must be signed in to change notification settings - Fork 48
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: cjmellor/level-up
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: cjmellor/level-up
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 17 commits
- 6 files changed
- 4 contributors
Commits on Feb 13, 2024
-
fix-(create_streak_histories_table.php)- fixed a migration problem
The $table->timestamp(column: 'ended_at') shouldbe $table->timestamp(column: 'ended_at')->nullable()
Configuration menu - View commit details
-
Copy full SHA for 8ddaf98 - Browse repository at this point
Copy the full SHA 8ddaf98View commit details -
fix - (Concerns/GiveExperience.php) - Fixed null level handling in ge…
…tLevel() & getPoints(), public function getPoints(): int { return $this->experience->experience_points ; } public function getLevel(): int { return $this->experience->status->level ; } to public function getPoints(): int { return $this->experience->experience_points ?? 0; } public function getLevel(): int { return $this->experience->status->level ?? 0; }
Configuration menu - View commit details
-
Copy full SHA for a89c97e - Browse repository at this point
Copy the full SHA a89c97eView commit details
Commits on Feb 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e2c8c94 - Browse repository at this point
Copy the full SHA e2c8c94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b9afe0 - Browse repository at this point
Copy the full SHA 3b9afe0View commit details
Commits on Mar 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b323562 - Browse repository at this point
Copy the full SHA b323562View commit details -
Configuration menu - View commit details
-
Copy full SHA for 296fc93 - Browse repository at this point
Copy the full SHA 296fc93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55ac6d5 - Browse repository at this point
Copy the full SHA 55ac6d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2695d59 - Browse repository at this point
Copy the full SHA 2695d59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63de7ef - Browse repository at this point
Copy the full SHA 63de7efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 263a5b9 - Browse repository at this point
Copy the full SHA 263a5b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3798aec - Browse repository at this point
Copy the full SHA 3798aecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fd22f2 - Browse repository at this point
Copy the full SHA 6fd22f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 500950c - Browse repository at this point
Copy the full SHA 500950cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52a8ede - Browse repository at this point
Copy the full SHA 52a8edeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0020aa - Browse repository at this point
Copy the full SHA e0020aaView commit details -
Refactor code and update documentation
The code in `GiveExperience.php` has been refactored for improved readability and consistency. In particular, changes were made to the syntax of `if` statements and the space around the NOT operator was adjusted. The `UPGRADE.md` documentation was also updated, with versions and migration details rearranged for clearer understanding.
Configuration menu - View commit details
-
Copy full SHA for 66869aa - Browse repository at this point
Copy the full SHA 66869aaView commit details -
Merge pull request #59 from joydeep-bhowmik/main
Fixed one migration problem and null level handling in getLevel() & getPoints(), causing some error
Configuration menu - View commit details
-
Copy full SHA for 8887e95 - Browse repository at this point
Copy the full SHA 8887e95View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.2.2...v1.2.3