Skip to content

Commit 0fe9774

Browse files
barryvdhgithub-actions[bot]
authored andcommittedJan 6, 2025
Update CHANGELOG
1 parent 030f6f1 commit 0fe9774

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
 

‎CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## v3.5.0 - 2025-01-06
4+
5+
### What's Changed
6+
7+
* Add phpstorm meta argument hints by @barryvdh in https://github.com/barryvdh/laravel-ide-helper/pull/1640
8+
* Add meta override for user return types by @barryvdh in https://github.com/barryvdh/laravel-ide-helper/pull/1642
9+
* Use forked ContextFactory by @barryvdh in https://github.com/barryvdh/laravel-ide-helper/pull/1643
10+
* Remove php parser by @barryvdh in https://github.com/barryvdh/laravel-ide-helper/pull/1644
11+
* Also add eloquent template tags from base class by @barryvdh in https://github.com/barryvdh/laravel-ide-helper/pull/1645
12+
* Add more metadata by @barryvdh in https://github.com/barryvdh/laravel-ide-helper/pull/1646
13+
* Fixed generating PHPDoc for methods with class templates by @chack1172 in https://github.com/barryvdh/laravel-ide-helper/pull/1647
14+
* Feat guess macro types by @barryvdh in https://github.com/barryvdh/laravel-ide-helper/pull/1648
15+
* Allow adding custom Macroable classes. by @mathieutu in https://github.com/barryvdh/laravel-ide-helper/pull/1629
16+
* Add special `dev` to composer keywords by @jnoordsij in https://github.com/barryvdh/laravel-ide-helper/pull/1649
17+
18+
### New Contributors
19+
20+
* @chack1172 made their first contribution in https://github.com/barryvdh/laravel-ide-helper/pull/1647
21+
* @mathieutu made their first contribution in https://github.com/barryvdh/laravel-ide-helper/pull/1629
22+
* @jnoordsij made their first contribution in https://github.com/barryvdh/laravel-ide-helper/pull/1649
23+
24+
**Full Changelog**: https://github.com/barryvdh/laravel-ide-helper/compare/v3.4.0...v3.5.0
25+
326
## v3.4.0 - 2024-12-29
427

528
### What's Changed

0 commit comments

Comments
 (0)
Please sign in to comment.