Releases: biiiiiigmonster/hasin
Releases · biiiiiigmonster/hasin
v5.0.1
What's Changed
- build(deps): bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot[bot] in #56
- build(deps): bump aglipanci/laravel-pint-action from 2.5 to 2.6 by @dependabot[bot] in #58
- fix: solve PHP explicit nullable type deprecation by @biiiiiigmonster in #60
- build(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot[bot] in #57
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #59
Full Changelog: v5.0.0...v5.0.1
Release v5.0.0!
What's Changed
- Adapt to laravel v12.
- build(deps): bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in #53
- build(deps): bump aglipanci/laravel-pint-action from 2.4 to 2.5 by @dependabot in #54
Full Changelog: v4.0.1...v5.0.0
v4.0.1
What's Changed
- build(deps): bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in #47
- build(deps): bump dependabot/fetch-metadata from 1.6.0 to 2.1.0 by @dependabot in #48
- build(deps): bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #50
- fixed
HasOneThroughrelationship on laravel-11's change. by @biiiiiigmonster in #52
Full Changelog: v4.0.0...v4.0.1
v4.0.0
What's Changed
- Update Laravel dependency to ^11.0 by @AlexGodbehere in #43
New Contributors
- @AlexGodbehere made their first contribution in #43
v3.1.0
What's Changed
- Use instanceof instead of $this::class by @27pchrisl in #40
- Fix issue with the previous PR - relationship ordering by @27pchrisl in #41
New Contributors
- @27pchrisl made their first contribution in #40
v3.0.2
Add file export-ignore
v3.0.1
Add file export-ignore
v3.0.0
Match laravel 10.
v2.2.0
Fixed
- Wrong result when
HasOneuseofMany.
Quality more.
add github action.