From 97c318a3ffbd673fd5ed5c84380d1d30e146961b Mon Sep 17 00:00:00 2001 From: Danny Date: Thu, 24 Apr 2025 13:55:47 +0100 Subject: [PATCH] Add CHANGELOG --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9feea08 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [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 project’s initial release. More features and database options are planned for future updates. \ No newline at end of file