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
|
|
|
|
|
2024-02-22 00:31:29 +00:00
|
|
|
* 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.
|
2024-02-21 00:08:14 +00:00
|
|
|
* 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.
|
2024-02-20 00:41:39 +00:00
|
|
|
* Add `--extra-args` to pass extra arguments to the underlying command.
|
2024-02-20 00:51:11 +00:00
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
2024-02-22 19:22:42 +00:00
|
|
|
* Support multiple extra args with spaces, e.g. `versa test --testdox --filter foo`.
|
2024-02-19 13:00:00 +00:00
|
|
|
* Prevent timeout errors with `versa run`.
|
2024-02-19 12:37:15 +00:00
|
|
|
|
|
|
|
## 0.2.0
|
2024-02-19 12:24:26 +00:00
|
|
|
|
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.
|
2024-02-19 12:24:26 +00:00
|
|
|
- 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.
|