Releases: laravel/wayfinder
Releases · laravel/wayfinder
v0.1.12
What's Changed
- Parse model dockblocks as a fallback by @joetannenbaum in #93
- Handle nested root and grandchild route names by @joetannenbaum in #94
Full Changelog: v0.1.11...v0.1.12
v0.1.11
What's Changed
- Fix TypeScript reserved keyword parameters in array syntax by @pascalbaljet in #87
New Contributors
- @pascalbaljet made their first contribution in #87
Full Changelog: v0.1.10...v0.1.11
v0.1.10
What's Changed
- fix: export named routes for invokable controllers by @istiak-tridip in #84
Full Changelog: v0.1.9...v0.1.10
v0.1.9
What's Changed
- Add Postgres default int4 type to the number map by @billypoke in #81
- fix: Add missing "options" to
Method
type by @r3Fuze in #80
New Contributors
- @billypoke made their first contribution in #81
- @r3Fuze made their first contribution in #80
Full Changelog: v0.1.8...v0.1.9
v0.1.8
What's Changed
- Fix type errors for URL default methods by @joetannenbaum in #78
- CI JS code formatting by @joetannenbaum in #79
Full Changelog: v0.1.7...v0.1.8
v0.1.7
What's Changed
- feat: introduce route utility types for improved DX by @istiak-tridip in #68
- Add compatibility with strictNullChecks by @nickwelsh in #76
- feat: Adds support for providing default URL parameters via the frontend by @owenconti in #75
- Update JS packages by @SuperDJ in #73
- Resolve multiple bugs by @istiak-tridip in #72
New Contributors
- @nickwelsh made their first contribution in #76
- @owenconti made their first contribution in #75
- @SuperDJ made their first contribution in #73
Full Changelog: v0.1.6...v0.1.7
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