Skip to content

Commit be806dc

Browse files
authored
Update CHANGELOG.md
1 parent 800e234 commit be806dc

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

CHANGELOG.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
# Changelog
22

3-
All notable changes to this project will be documented in this file.
3+
## 3.2.1 - 2024-10-28
44

5-
[Next release](https://github.com/barryvdh/laravel-ide-helper/compare/v3.2.0...master)
6-
--------------
5+
### What's Changed
6+
* chore: Fix the description of unused option by @KentarouTakeda in https://github.com/barryvdh/laravel-ide-helper/pull/1600
7+
* feat(pivot): add support for multiple pivot types when using the same accessor by @pataar in https://github.com/barryvdh/laravel-ide-helper/pull/1597
8+
* Add support for `AsCollection::using` and `AsEnumCollection::of` casts by @uno-sw in https://github.com/barryvdh/laravel-ide-helper/pull/1577
9+
* Smarter reset by @barryvdh in https://github.com/barryvdh/laravel-ide-helper/pull/1603
10+
* feat: use `numeric` type on fields with `decimal` casts by @ekisu in https://github.com/barryvdh/laravel-ide-helper/pull/1583
711

8-
### Changed
9-
- Add support for multiple pivot types when using the same accessor.
10-
- Smarter reset, keep tags that IDE helper doesn't use
11-
- Use `numeric` type on fields with `decimal` casts
12+
### New Contributors
13+
* @uno-sw made their first contribution in https://github.com/barryvdh/laravel-ide-helper/pull/1577
14+
* @ekisu made their first contribution in https://github.com/barryvdh/laravel-ide-helper/pull/1583
1215

16+
**Full Changelog**: https://github.com/barryvdh/laravel-ide-helper/compare/v3.2.0...v3.2.1
1317

14-
2024-10-18, 3.2.0
15-
--------------
18+
## 3.2.0 - 2024-10-18
1619

1720
### Fixed
1821
- Fix type of hashed model property to `string`
@@ -25,8 +28,7 @@ All notable changes to this project will be documented in this file.
2528

2629
- Add support for AsCollection::using and AsEnumCollection::of casts [#1577 / uno-sw](https://github.com/barryvdh/laravel-ide-helper/pull/1577)
2730

28-
2024-07-12, 3.1.0
29-
------------------
31+
## 3.1.0 - 2024-07-12
3032

3133
### Fixed
3234
- Fix return value of query scopes from parent class [#1366 / sforward](https://github.com/barryvdh/laravel-ide-helper/pull/1366)
@@ -39,8 +41,7 @@ All notable changes to this project will be documented in this file.
3941
- Add support for AsEnumCollection casts [#1557 / Braunson](https://github.com/barryvdh/laravel-ide-helper/pull/1557)
4042
- Support for Attribute class in attributes [#1567 / stefanScrumble](https://github.com/barryvdh/laravel-ide-helper/pull/1567)
4143

42-
2024-03-01, 3.0.0
43-
------------------
44+
## 3.0.0 - 2024-03-01
4445

4546
### Added
4647
- Support for Laravel 11 [#1520 / KentarouTakeda](https://github.com/barryvdh/laravel-ide-helper/pull/1520)

0 commit comments

Comments
 (0)