Releases: form8ion/cypress-scaffolder
Releases · form8ion/cypress-scaffolder
v4.0.0-alpha.1
Features
- dependencies: match new format for defining dependencies (f2f472f)
BREAKING CHANGES
- dependencies: resulting dependencies are now defined in the new format under
dependencies.javascript
v3.0.3
3.0.3 (2024-01-09)
Bug Fixes
- deps: update dependency @form8ion/core to v4 (22b00cd)
v3.0.2
3.0.2 (2023-07-15)
Bug Fixes
- module: pointed to a proper esm bundle (c6e6d03)
v3.0.1
3.0.1 (2023-07-15)
Bug Fixes
- deps: update dependency @form8ion/core to v3 (d2edf72)
- deps: update dependency make-dir to v4 (c56c7db)
v3.0.0
3.0.0 (2022-08-02)
Features
- eslint: migrated to reporting eslint results with the modern format (5565ddb)
BREAKING CHANGES
- eslint: eslint configs are no longer reported in the results as
eslintConfigs
, instead using the modern format of eslint.configs
v2.2.0
2.2.0 (2020-01-20)
Features
- canary: added a simple canary test (4055fb9)
v2.1.0
2.1.0 (2019-12-01)
Features
- eslint-config: specified the file pattern to apply to config to (c8bca2a)
v2.0.0
2.0.0 (2019-11-30)
Features
- config-file: enabled generating the
cypress.json
file (35731da)
BREAKING CHANGES
- config-file:
projectRoot
, testDirectory
, and testBaseUrl
are
now required inputs
v2.0.0-beta.1
Features
- config-file: enabled generating the
cypress.json
file (35731da)
BREAKING CHANGES
- config-file:
projectRoot
, testDirectory
, and testBaseUrl
are
now required inputs
v1.1.0-beta.1
Features
- config-file: enabled generating the
cypress.json
file (e35b8ee)