Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 3.8 KB

CHANGELOG.md

File metadata and controls

59 lines (39 loc) · 3.8 KB

Changelog

All notable changes to this project will be documented in this file.

v0.1.4 - 2025-04-07

What's Changed

New Contributors

Full Changelog: https://github.com/laravel/wayfinder/compare/v0.1.3...v0.1.4

v0.1.3 - 2025-04-04

What's Changed

  • 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

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

Full Changelog: https://github.com/laravel/wayfinder/compare/v0.1.2...v0.1.3

  • Fix middleware closure crash (#5)

v0.1.0

  • Initial release!