Releases: laravel/wayfinder
Releases · laravel/wayfinder
v0.1.6
What's Changed
- Wayfinder Vite plugin by @joetannenbaum in #67
- feat: Add multiple imports handling by @maicol07 in #63
New Contributors
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- Grammar Check of README.md by @j3ns3n in #43
- php 8.2 support by @emhashef in #42
- Update README.md to improve integration by @nckrtl in #35
- Improve docs by @timacdonald in #47
- Add support for generating route while routes are cached by @timacdonald in #45
- Test it can import storage routes by @timacdonald in #46
- Blade + TypeScript clean up by @joetannenbaum in #52
- Handle namespaced routes correctly by @joetannenbaum in #51
- Fix: Use forward slashes in docblock paths by @istiak-tridip in #56
- Fix for PostgreSQL ID typing by @joetannenbaum in #58
- Don't escape forward slashes in URI by @joetannenbaum in #60
Potential Minor Breaking Change
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.
New Contributors
- @j3ns3n made their first contribution in #43
- @emhashef made their first contribution in #42
- @nckrtl made their first contribution in #35
- @istiak-tridip made their first contribution in #56
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- Check possible undefined by @hosmelq in #30
- Add route prefix to reserved js keyword route names by @aktasumut34 in #32
New Contributors
- @aktasumut34 made their first contribution in #32
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- 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
Potential Minor Breaking Change
The changes to how Wayfinder writes barrel files in #26 might affect your codebase depending on how you are currently importing actions or routes.
New Contributors
- @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: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Check if routable is an Eloquent model by @joetannenbaum in #8
- Strip additional whitespace by @timacdonald in #12
- Return literal HTTP methods, fixes Inertia TypeScript error by @joetannenbaum in #14
- Fix: Convert Hyphenated File Names to Camel Case by @michaelnabil230 in #13
- Introducing GitHub Issue Template by @devajmeireles in #10
- Fix file names by @michaelnabil230 in #15
New Contributors
- @michaelnabil230 made their first contribution in #13
- @devajmeireles made their first contribution in #10
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Fix middleware closure crash by @joetannenbaum in #5
New Contributors
- @joetannenbaum made their first contribution in #5
Full Changelog: v0.1.0...v0.1.1
v0.1.0
- Initial release.