All notable changes to this project will be documented in this file.
v0.1.4 - 2025-04-07
- Check possible undefined by @hosmelq in #30
- Add route prefix to reserved js keyword route names by @aktasumut34 in #32
- @aktasumut34 made their first contribution in #32
Full Changelog: https://github.com/laravel/wayfinder/compare/v0.1.3...v0.1.4
v0.1.3 - 2025-04-04
- Check if routable is an Eloquent model (#8)
- Return literal HTTP methods, fixes Inertia TypeScript error (14)
- Strip additional whitespace (#12)
- Fix: Convert Hyphenated File Names to Camel Case (#13)
- Do not delete directories when skipping by @hosmelq in #16
- fix: URL constructor: // is not a valid URL. by @ArthurYdalgo in #20
- docs: update Vite watcher pattern to support nested routes by @IlyasMohetna in #19
- Remove trim deadspace directive for function arguments by @joetannenbaum in #24
- fix: build.ts on Windows by @Niush in #23
- Refactor contribution documentation and add support and security guidelines by @michaelnabil230 in #17
- Expanded list of JavaScript reserved words by @joetannenbaum in #25
- Fix barrel files by @joetannenbaum in #26
- Allow chaining of reserved JavaScript words from controllers by @joetannenbaum in #28
- Fix typo in readme and change highlighting for notes by @AndrewMast in #27
The changes to how Wayfinder writes barrel files in #26 might affect your codebase depending on how you are currently importing actions or routes.
- @hosmelq made their first contribution in #16
- @ArthurYdalgo made their first contribution in #20
- @IlyasMohetna made their first contribution in #19
- @Niush made their first contribution in #23
- @AndrewMast made their first contribution in #27
Full Changelog: https://github.com/laravel/wayfinder/compare/v0.1.2...v0.1.3
- Fix middleware closure crash (#5)
- Initial release!