versa/CHANGELOG.md

34 lines
1,023 B
Markdown
Raw Normal View History

2024-02-19 12:23:59 +00:00
# Changelog
2024-02-19 12:37:15 +00:00
## Unreleased
2024-02-20 00:51:11 +00:00
### Added
* Add initial JavaScript/TypeScript/Fractal support to `versa install` and `versa run`.
2024-02-21 00:41:49 +00:00
* Add a Symfony project type.
2024-02-21 00:23:36 +00:00
* 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.
2024-02-20 00:50:05 +00:00
* Add `versa build` to build a Sculpin project.
* Add `--extra-args` to pass extra arguments to the underlying command.
2024-02-20 00:51:11 +00:00
### Fixed
* Support multiple extra args with spaces, e.g. `versa test --testdox --filter foo`.
* Prevent timeout errors with `versa run`.
2024-02-19 12:37:15 +00:00
## 0.2.0
2024-02-20 00:51:11 +00:00
### Added
2024-02-19 12:35:17 +00:00
- Run `docker compose up` if there is a `docker-compose.yaml` file when running `versa run`.
2024-02-19 12:30:02 +00:00
- Add `--working-dir` to run versa in a different directory.
- Add `-t` as a shortcut for `--type`.
2024-02-19 12:23:59 +00:00
## 0.1.0
2024-02-20 00:51:11 +00:00
### Added
2024-02-19 12:23:59 +00:00
- 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.