Releases: Sammyjo20/lasso
Releases · Sammyjo20/lasso
Version 1.0 (Beta)
- Updated version in composer.json
Version 1.0 (Beta)
- Added License
Version 1.0 (Beta)
- Added "version" to composer.json
Version 1.0 (Beta)
- Release day! 🎉
Alpha Version v0.1.99
- Improved the bundler even further by using the Finder straight away instead of copying the directory first.
Alpha Version v0.1.98
- Added "storage" to excluded directories.
Alpha Version v0.1.97
- Integrated Symfony's Finder component into the Bundler process to help ignore VCS Files and Unreadable Directories.
Alpha Version v0.1.96
- Tidied up codebase.
Alpha Version v0.1.95
- When you use the "--no-git" flag on the push command, Lasso will now create a lasso-bundle.json on the Filesystem to read from. This option isn't recommended because you can't have versioning, and it's not as forgiving for bad deployments.
Alpha Version v0.1.94
- Moved the asset versioning logic to the "pull" command, instead of the "push" command - in case you make an accidental push and then need to push again in the same deployment