Skip to content

Releases: Sammyjo20/lasso

Version v2.0.2

05 Apr 17:49
6c6d074
Compare
Choose a tag to compare

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

23 Jan 22:15
Compare
Choose a tag to compare

Changes

  • Removed version from composer.json

v2.0.0

23 Jan 22:13
baa4b79
Compare
Choose a tag to compare

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

Full Changelog: v1.2.8...v2.0.0

Version 1.2.8

29 Jan 01:14
51e32e8
Compare
Choose a tag to compare

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

16 Dec 18:03
Compare
Choose a tag to compare
  • Added support for PHP 8! 🎉

Version 1.2.6

28 Nov 23:24
a5ec3b6
Compare
Choose a tag to compare
  • Added orchestra test bench
  • Added code formatter

Version 1.2.5

18 Nov 17:09
Compare
Choose a tag to compare
  • 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)

21 Oct 05:04
c5cdf24
Compare
Choose a tag to compare

Changes

  • Fixed an issue on Windows OS where file directories weren't being created correctly. (#36)

Version 1.2.3 (Beta)

26 Sep 17:12
5faa784
Compare
Choose a tag to compare

Changes

  • Added exit codes to Artisan Commands (#24)
  • Added security policy
  • Added files for editing

Version 1.2.2 (Beta)

20 Sep 10:14
Compare
Choose a tag to compare
  • Added "hot" directory to globally excluded directories.