2021-12-11 00:44:01 +00:00
|
|
|
# Versions
|
2021-12-08 23:12:37 +00:00
|
|
|
|
|
|
|
## 0.1.0
|
|
|
|
|
|
|
|
- Initial beta release version.
|
|
|
|
- Plugin manager: If `SPARK_PLUGINS` envvar is set, the `plugins` command will be
|
|
|
|
available to manage symlinks to the globally installed plugins.
|
2021-12-08 23:58:28 +00:00
|
|
|
- Spark will automatically chdir to the project root when loading the environment.
|
|
|
|
This makes sure scripts and plugins etc all start at a known location.
|
|
|
|
- Added makeself and pharlite in `tools`.
|
2021-12-11 00:44:01 +00:00
|
|
|
- Rewritten script runner with proper variable substitution.
|
|
|
|
- Added utility libraries for HTTP requests (Guzzle), templating (Twig) and dotenv
|
|
|
|
support (symfony/dotenv, activates with environment).
|
2022-01-06 16:20:40 +00:00
|
|
|
- PHP REPL; execute PHP code interactively.
|
|
|
|
- Development mode; script the startup and shutdown of your projects development
|
|
|
|
environment, and have it start and stop with the dedicated project shell.
|
2021-12-17 11:51:29 +00:00
|
|
|
- Plugins in beta: com.noccy.pdo, com.noccy.pdo.shell, com.noccy.watcher.
|
2022-01-06 16:20:40 +00:00
|
|
|
- Plugins in alpha: com.noccy.apiclient, com.noccy.todo.
|