|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file.
|
4 | 4 |
|
5 |
| -## [Unreleased](https://github.com/laravel/wayfinder/compare/v0.1.4...main) |
| 5 | +## [Unreleased](https://github.com/laravel/wayfinder/compare/v0.1.5...main) |
| 6 | + |
| 7 | +## [v0.1.5](https://github.com/laravel/wayfinder/compare/v0.1.4...v0.1.5) - 2025-05-07 |
| 8 | + |
| 9 | +### What's Changed |
| 10 | + |
| 11 | +* Grammar Check of README.md by [@j3ns3n](https://github.com/j3ns3n) in https://github.com/laravel/wayfinder/pull/43 |
| 12 | +* php 8.2 support by [@emhashef](https://github.com/emhashef) in https://github.com/laravel/wayfinder/pull/42 |
| 13 | +* Update README.md to improve integration by [@nckrtl](https://github.com/nckrtl) in https://github.com/laravel/wayfinder/pull/35 |
| 14 | +* Improve docs by [@timacdonald](https://github.com/timacdonald) in https://github.com/laravel/wayfinder/pull/47 |
| 15 | +* Add support for generating route while routes are cached by [@timacdonald](https://github.com/timacdonald) in https://github.com/laravel/wayfinder/pull/45 |
| 16 | +* Test it can import storage routes by [@timacdonald](https://github.com/timacdonald) in https://github.com/laravel/wayfinder/pull/46 |
| 17 | +* Blade + TypeScript clean up by [@joetannenbaum](https://github.com/joetannenbaum) in https://github.com/laravel/wayfinder/pull/52 |
| 18 | +* Handle namespaced routes correctly by [@joetannenbaum](https://github.com/joetannenbaum) in https://github.com/laravel/wayfinder/pull/51 |
| 19 | +* Fix: Use forward slashes in docblock paths by [@istiak-tridip](https://github.com/istiak-tridip) in https://github.com/laravel/wayfinder/pull/56 |
| 20 | +* Fix for PostgreSQL ID typing by [@joetannenbaum](https://github.com/joetannenbaum) in https://github.com/laravel/wayfinder/pull/58 |
| 21 | +* Don't escape forward slashes in URI by [@joetannenbaum](https://github.com/joetannenbaum) in https://github.com/laravel/wayfinder/pull/60 |
| 22 | + |
| 23 | +### Potential Minor Breaking Change |
| 24 | + |
| 25 | +The changes to how Wayfinder writes barrel files in v0.1.3 were largely reverted. Sorry for the back and forth there, still refining the DX. |
| 26 | + |
| 27 | +### New Contributors |
| 28 | + |
| 29 | +* [@j3ns3n](https://github.com/j3ns3n) made their first contribution in https://github.com/laravel/wayfinder/pull/43 |
| 30 | +* [@emhashef](https://github.com/emhashef) made their first contribution in https://github.com/laravel/wayfinder/pull/42 |
| 31 | +* [@nckrtl](https://github.com/nckrtl) made their first contribution in https://github.com/laravel/wayfinder/pull/35 |
| 32 | +* [@istiak-tridip](https://github.com/istiak-tridip) made their first contribution in https://github.com/laravel/wayfinder/pull/56 |
| 33 | + |
| 34 | +**Full Changelog**: https://github.com/laravel/wayfinder/compare/v0.1.4...v0.1.5 |
6 | 35 |
|
7 | 36 | ## [v0.1.4](https://github.com/laravel/wayfinder/compare/v0.1.3...v0.1.4) - 2025-04-07
|
8 | 37 |
|
|
0 commit comments