Releases: dhis2/cli-utils-cypress
Releases · dhis2/cli-utils-cypress
v5.1.1
5.1.1 (2021-01-28)
Bug Fixes
- address lifecycle and response type bugs (CLI-25) (#131) (7a849d2)
v5.1.0
5.1.0 (2021-01-07)
Features
v5.0.3
5.0.3 (2021-01-06)
Bug Fixes
- commands: move jscodeshift to regular dependencies (#122) (05d9909)
v5.0.2
5.0.2 (2021-01-06)
Bug Fixes
- build both commands and plugins when running yarn build (#125) (1153358)
v5.0.1
5.0.1 (2021-01-06)
Bug Fixes
- commands: add
-W
to yarn add
when in yarn workspaces root (#121) (6c5a369)
- commands: adjust generated code changes (#124) (2c6de92)
v5.0.0
5.0.0 (2020-12-18)
Code Refactoring
- install cmd: restructure options & improve code maintainability (6b83b9a)
Features
- plugins: create own package (19c0bf8)
BREAKING CHANGES
- install cmd: This commit changes the way this package has to be
used as the options have changed completely
v4.1.0
4.1.0 (2020-12-16)
Features
- codemods: add codemod for transforming get/find (daca680)
- codemods: add codemod for transforming get/find (#102) (046c50d)
v4.0.0
4.0.0 (2020-11-26)
Bug Fixes
- enable auto login: preserve JSESSIONID cookie correctly after api update (402d597)
Code Refactoring
- commands: remove superfluous commands (ab58063)
BREAKING CHANGES
- commands: Removes "stubWithFixture" and "visitWhenStubbed"
commands. Usage of native cypress functions is preferred
v3.2.0
3.2.0 (2020-11-25)
Features
- auto login: add setup function for enabling autologin (cf4cd78)
v3.1.3
3.1.3 (2020-11-19)
Bug Fixes
- run command: make command exit correctly (249c587)