Skip to content

Releases: dhis2/cli-utils-cypress

v5.1.1

28 Jan 15:47
Compare
Choose a tag to compare

5.1.1 (2021-01-28)

Bug Fixes

  • address lifecycle and response type bugs (CLI-25) (#131) (7a849d2)

v5.1.0

07 Jan 16:11
Compare
Choose a tag to compare

5.1.0 (2021-01-07)

Features

v5.0.3

06 Jan 12:13
Compare
Choose a tag to compare

5.0.3 (2021-01-06)

Bug Fixes

  • commands: move jscodeshift to regular dependencies (#122) (05d9909)

v5.0.2

06 Jan 11:55
Compare
Choose a tag to compare
v5.0.2 Pre-release
Pre-release

5.0.2 (2021-01-06)

Bug Fixes

  • build both commands and plugins when running yarn build (#125) (1153358)

v5.0.1

06 Jan 11:48
Compare
Choose a tag to compare
v5.0.1 Pre-release
Pre-release

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

18 Dec 08:34
Compare
Choose a tag to compare

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

16 Dec 09:39
Compare
Choose a tag to compare

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

26 Nov 08:49
Compare
Choose a tag to compare

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

25 Nov 13:03
Compare
Choose a tag to compare

3.2.0 (2020-11-25)

Features

  • auto login: add setup function for enabling autologin (cf4cd78)

v3.1.3

19 Nov 12:54
Compare
Choose a tag to compare

3.1.3 (2020-11-19)

Bug Fixes

  • run command: make command exit correctly (249c587)