Releases: nickpoulos/laravel-svelte-direct
Releases · nickpoulos/laravel-svelte-direct
v0.1.0
2021-06-12
0.1.0
-
Refactor the generated bootstrap JavaScript to use the
svelte-tag
package under the hood -
Replace custom @sveltedirect Blade directive with Laravel's built-in @stack('sveltedirect')
-
Migrate Laravel Svelte Direct Mix from its own package into this one
-
Improve Regex for tag matching
-
Refactor the main ServiceProvider to have cleaner functions
-
Added several tests for the rest of the ServiceProvider functions
-
Remove Psalm
v0.0.1b
2021-05-24
0.0.1b
- Hotfix to add default values for class vars that were causing errors in some cases
v0.0.1
2021-05-20
0.0.1
- Initial proof-of-concept packages