Releases: FaisalBudiono/laravel-boilerplate
Releases · FaisalBudiono/laravel-boilerplate
v1.7.0
What's Changed
- Add helper assertion for testing relationship by @FaisalBudiono in #97
- Add Performance Debugging using Telescope by @FaisalBudiono in #98
- Make eloquent stricter by @FaisalBudiono in #99
- Convert All ID Resource to String So Client Can be Agnostic by @FaisalBudiono in #106
- Add IP in Logging by @FaisalBudiono in #107
- Add example for caprover deployment by @FaisalBudiono in #109
- Make The RequestID Persisting Across Queue And Job From HTTP Request by @FaisalBudiono in #110
- Refactor Log Director by @FaisalBudiono in #112
- Optimize Dockerfile by @FaisalBudiono in #116
- Add github actions dependabot by @FaisalBudiono in #117
Bug Fix
- Fix set priority for Logging before ModelBinding middleware by @FaisalBudiono in #115
Chore
- Change Workflow Step Name by @FaisalBudiono in #125
- build(deps): bump laravel/framework from 10.39.0 to 10.42.0 by @dependabot in #121
- build(deps): bump docker/build-push-action from 4 to 5 by @dependabot in #118
- build(deps): bump GitGuardian/ggshield-action from 1.14.4 to 1.23.0 by @FaisalBudiono in #126
- build(deps): bump GitGuardian/ggshield-action from 1.14.4 to 1.23.0 by @dependabot in #123
- build(deps): bump docker/setup-buildx-action from 2 to 3 by @dependabot in #122
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #119
Full Changelog: v1.6.0...v1.7.0
v1.6.0
What's Changed
- Refactor Policy by @FaisalBudiono in #90
- Add register endpoint example by @FaisalBudiono in #91
- Add Postman Link in README.md by @FaisalBudiono in #92
- build(deps): bump laravel/framework from 10.37.3 to 10.39.0 by @dependabot in #82
- Add example for event listener by @FaisalBudiono in #94
Full Changelog: v1.5.1...v1.6.0
v1.5.1
What's Changed
- Change query param to use snake case by @FaisalBudiono in #85
- Refactor Test Suite Error Handling by @FaisalBudiono in #86
- Add more detail in log director for exception by @FaisalBudiono in #88
Full Changelog: v1.5.0...v1.5.1
v1.5.0
What's Changed
- Implement strict type in all files by @FaisalBudiono in #77
- Change Case Contract and Make All Files Strict by @FaisalBudiono in #78
- Refactor Logger to Use Builder Pattern by @FaisalBudiono in #79
- build(deps-dev): bump mockery/mockery from 1.6.6 to 1.6.7 by @dependabot in #70
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- chore(db): change spatie/laravel-permission migration to new one by @FaisalBudiono in #41
- fix(auth): fix typo in auth config not resolving right user model by @FaisalBudiono in #54
- Refactor Test Suites by @FaisalBudiono in #67
- Add policy example by @FaisalBudiono in #68
Full Changelog: v1.3.1...v1.4.0
v1.3.1
What's Changed
- build(pipeline): Remove unused trunk branch by @FaisalBudiono in #38
- Bump laravel/pint from 1.13.3 to 1.13.5 by @dependabot in #37
- Bump phpunit/phpunit from 10.4.1 to 10.4.2 by @dependabot in #36
- Chore(test): Fix test suite mark as empty by @FaisalBudiono in #40
- Chore(deps): Remove Sail Dependency by @FaisalBudiono in #39
- Bump laravel/framework from 10.28.0 to 10.29.0 by @dependabot in #33
- Bump spatie/laravel-permission from 5.11.0 to 6.0.0 by @dependabot in #32
New Contributors
- @dependabot made their first contribution in #37
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- build: Add Dockerfile for pipeline usage by @FaisalBudiono in #30
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- Add ENV for configuring API throttle by @FaisalBudiono in #20
- Change try-catch handler to use Throwable instead of Exception by @FaisalBudiono in #21
- Make code testing workflow running secret scanning by @FaisalBudiono in #22
- Change README.md by @FaisalBudiono in #23
- Enable all routes for CORS by @FaisalBudiono in #25
- Add more badges in README.md by @FaisalBudiono in #26
- Change JWT TTL from minute to second by @FaisalBudiono in #27
- Implement refresh token graceful period by @FaisalBudiono in #28
Full Changelog: v1.1.2...v1.2.0
v1.1.2
What's Changed
- Add Github Workflow for Code Testing by @FaisalBudiono in #16
- Bump dependencies version by @FaisalBudiono in #17
- Add dependabot.yml by @FaisalBudiono in #18
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- Fix exception handling in logging middleware by @FaisalBudiono in #14
Full Changelog: v1.1.0...v1.1.1