|
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.1...HEAD) |
| 5 | +## [Unreleased](https://github.com/laravel/wayfinder/compare/v0.1.3...main) |
6 | 6 |
|
7 |
| -- Check if routable is an Eloquent model ([#8](https://github.com/laravel/wayfinder/pull/8)) |
8 |
| -- Return literal HTTP methods, fixes Inertia TypeScript error ([14](https://github.com/laravel/wayfinder/pull/14)) |
9 |
| -- Strip additional whitespace ([#12](https://github.com/laravel/wayfinder/pull/12)) |
10 |
| -- Fix: Convert Hyphenated File Names to Camel Case ([#13](https://github.com/laravel/wayfinder/pull/13)) |
| 7 | +- Check if routable is an Eloquent model ([#8](https://github.com/laravel/wayfinder/pull/8)) |
| 8 | +- Return literal HTTP methods, fixes Inertia TypeScript error ([14](https://github.com/laravel/wayfinder/pull/14)) |
| 9 | +- Strip additional whitespace ([#12](https://github.com/laravel/wayfinder/pull/12)) |
| 10 | +- Fix: Convert Hyphenated File Names to Camel Case ([#13](https://github.com/laravel/wayfinder/pull/13)) |
| 11 | + |
| 12 | +## [v0.1.3](https://github.com/laravel/wayfinder/compare/v0.1.1...v0.1.3) - 2025-04-04 |
| 13 | + |
| 14 | +### What's Changed |
| 15 | + |
| 16 | +* Do not delete directories when skipping by [@hosmelq](https://github.com/hosmelq) in https://github.com/laravel/wayfinder/pull/16 |
| 17 | +* fix: URL constructor: // is not a valid URL. by [@ArthurYdalgo](https://github.com/ArthurYdalgo) in https://github.com/laravel/wayfinder/pull/20 |
| 18 | +* docs: update Vite watcher pattern to support nested routes by [@IlyasMohetna](https://github.com/IlyasMohetna) in https://github.com/laravel/wayfinder/pull/19 |
| 19 | +* Remove trim deadspace directive for function arguments by [@joetannenbaum](https://github.com/joetannenbaum) in https://github.com/laravel/wayfinder/pull/24 |
| 20 | +* fix: build.ts on Windows by [@Niush](https://github.com/Niush) in https://github.com/laravel/wayfinder/pull/23 |
| 21 | +* Refactor contribution documentation and add support and security guidelines by [@michaelnabil230](https://github.com/michaelnabil230) in https://github.com/laravel/wayfinder/pull/17 |
| 22 | +* Expanded list of JavaScript reserved words by [@joetannenbaum](https://github.com/joetannenbaum) in https://github.com/laravel/wayfinder/pull/25 |
| 23 | +* Fix barrel files by [@joetannenbaum](https://github.com/joetannenbaum) in https://github.com/laravel/wayfinder/pull/26 |
| 24 | +* Allow chaining of reserved JavaScript words from controllers by [@joetannenbaum](https://github.com/joetannenbaum) in https://github.com/laravel/wayfinder/pull/28 |
| 25 | +* Fix typo in readme and change highlighting for notes by [@AndrewMast](https://github.com/AndrewMast) in https://github.com/laravel/wayfinder/pull/27 |
| 26 | + |
| 27 | +### Potential Minor Breaking Change |
| 28 | + |
| 29 | +The changes to how Wayfinder writes barrel files in https://github.com/laravel/wayfinder/pull/26 might affect your codebase depending on how you are currently importing actions or routes. |
| 30 | + |
| 31 | +### New Contributors |
| 32 | + |
| 33 | +* [@hosmelq](https://github.com/hosmelq) made their first contribution in https://github.com/laravel/wayfinder/pull/16 |
| 34 | +* [@ArthurYdalgo](https://github.com/ArthurYdalgo) made their first contribution in https://github.com/laravel/wayfinder/pull/20 |
| 35 | +* [@IlyasMohetna](https://github.com/IlyasMohetna) made their first contribution in https://github.com/laravel/wayfinder/pull/19 |
| 36 | +* [@Niush](https://github.com/Niush) made their first contribution in https://github.com/laravel/wayfinder/pull/23 |
| 37 | +* [@AndrewMast](https://github.com/AndrewMast) made their first contribution in https://github.com/laravel/wayfinder/pull/27 |
| 38 | + |
| 39 | +**Full Changelog**: https://github.com/laravel/wayfinder/compare/v0.1.2...v0.1.3 |
11 | 40 |
|
12 | 41 | ## [v0.1.1](https://github.com/laravel/wayfinder/compare/v0.1.0...v0.1.1)
|
13 | 42 |
|
14 |
| -- Fix middleware closure crash ([#5](https://github.com/laravel/wayfinder/pull/5)) |
| 43 | +- Fix middleware closure crash ([#5](https://github.com/laravel/wayfinder/pull/5)) |
15 | 44 |
|
16 | 45 | ## v0.1.0
|
17 | 46 |
|
18 |
| -- Initial release! |
| 47 | +- Initial release! |
0 commit comments