Releases: Sammyjo20/lasso
Releases · Sammyjo20/lasso
Version v2.0.2
What's Changed
- Switched putStream to writeStream by @Sammyjo20 in #61
- Fixes support for Laravel 9
Full Changelog: v2.0.1...v2.0.2
Version v2.0.1
Changes
- Removed version from composer.json
v2.0.0
Changes
What's Changed
- (task) corrects grammar in comments by @pusherman in #49
- Upgrade PHP-CS-Fixer to v3 by @Jhnbrn90 in #47
- Add tests for Zip Helper by @Jhnbrn90 in #48
- Updates Alex's blog post url by @alexjustesen in #55
- Feature: --use-commit flag by @gustavtrenwith in #51
- Added code to allow specifying a prefix when storing the bundles on the cloud by @gustavtrenwith in #54
- Extra compiler output by @Sammyjo20 in #57
- Dropped support for PHP 7.3 and PHP 7.4
- Dropped support for Laravel 6 & 7
- Added a new progress bar for Laravel Mix
New Contributors
- @pusherman made their first contribution in #49
- @Jhnbrn90 made their first contribution in #47
- @alexjustesen made their first contribution in #55
- @gustavtrenwith made their first contribution in #51
Full Changelog: v1.2.8...v2.0.0
Version 1.2.8
Bug fixes
- Fixed a bug where Lasso would cause Laravel's
package-discover
command to fail if the application had previously cached their config.
Other changes
- Improved README.md
Version 1.2.7
- Added support for PHP 8! 🎉
Version 1.2.6
- Added orchestra test bench
- Added code formatter
Version 1.2.5
- Disabled the "Dispatching Webhooks" message when there aren't any Webhooks listed in the config.webhooks arrays.
- Removed duplicate "success" messages on the Publish and Pull job commands.
Version 1.2.4 (Beta)
Changes
- Fixed an issue on Windows OS where file directories weren't being created correctly. (#36)
Version 1.2.3 (Beta)
Changes
- Added exit codes to Artisan Commands (#24)
- Added security policy
- Added files for editing
Version 1.2.2 (Beta)
- Added "hot" directory to globally excluded directories.