versa/CHANGELOG.md
Oliver Davies 18ce1e84c6 Add Fractal to versa build and automatically
...select the language if there is a `package.json` file
2024-02-22 00:36:43 +00:00

33 lines
938 B
Markdown

# Changelog
## Unreleased
### Added
* Add initial JavaScript/TypeScript/Fractal support to `versa install` and `versa run`.
* Add a Symfony project type.
* Automatically use PHPUnit or ParaTest based on `require-dev` dependencies.
* Automatically find the PHP project type (i.e. Drupal or Sculpin) based on its `composer.json` dependencies.
* Add `versa build` to build a Sculpin project.
* Add `--extra-args` to pass extra arguments to the underlying command.
### Fixed
* Prevent timeout errors with `versa run`.
## 0.2.0
### Added
- Run `docker compose up` if there is a `docker-compose.yaml` file when running `versa run`.
- Add `--working-dir` to run versa in a different directory.
- Add `-t` as a shortcut for `--type`.
## 0.1.0
### Added
- Add `install` for all projects based on the assumption it's a PHP project.
- Add `test` for all projects based on the assumption it runs PHPUnit.
- Add `run` for Sculpin projects.