loom-spinner-cli/CHANGELOG.md
2025-04-26 11:40:44 +01:00

51 lines
No EOL
1.7 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Changelog
All notable changes to this project will be documented in this file.
## [1.1.1] - 2025-04-26
### Fixed
- Fixed a critical bug where environments could not be destroyed if using a MySQL database.
- Fixed a critical bug where PDO extensions were not installed in the container, causing MySQL driver errors.
## [1.1.0] - 2025-04-24
### Added
- New database option: MySQL.
- New configuration option: `options.environment.database.rootPassword`.
### Changed
- Changed the default database for new environments to MySQL (from SQLite).
## [1.0.4] - 2025-04-24
### Fixed
- Fixed a critical autoloading issue after the package is globally installed.
## [1.0.3] - 2025-04-24
### Fixed
- Fixed typo in `composer.json` description field.
## [1.0.2] - 2025-04-24
### Added
- Added information on `spin:down` command to README.
### Changed
- Minor documentation tweak to include link to Wiki on Packagist.
## [1.0.1] - 2025-04-24
### Changed
- Minor documentation tweak to make the header image display on Packagist.
## [1.0.0] 2025-04-24
### Added
- Initial public release of **Loom Spinner CLI**.
- Command to spin up a new PHP development environment with Docker (`spin:up`).
- Commands to stop (`spin:stop`), start (`spin:start`), and destroy (`spin:down`) environments.
- Customizable environment configuration via CLI options or `spinner.yaml`.
- Support for PHP (default: 8.4), Nginx, SQLite3, and Node.js (default: 23).
- Xdebug support (enabled by default; can be disabled per environment).
- Automatic port assignment for services.
- Clear documentation for installation, configuration, usage, commands, and debugging.
---
**Note:**
This is the projects initial release. More features and database options are planned for future updates.