Skip to content

Releases: dhis2/cli-style

v8.4.0

04 Jun 12:08
Compare
Choose a tag to compare

8.4.0 (2021-06-04)

Features

  • preview-pr: add workflow to preview PR on Netlify (f0b2aed)

v8.3.0

21 May 08:13
Compare
Choose a tag to compare

8.3.0 (2021-05-21)

Features

  • tools: adds add/remove commands for tools (20d2150)

v8.2.1

20 May 08:34
Compare
Choose a tag to compare

8.2.1 (2021-05-20)

Bug Fixes

  • dependabot: change defaults to 5 open prs (430c6fa)

v8.2.0

10 May 17:49
Compare
Choose a tag to compare

8.2.0 (2021-05-10)

Features

  • support multiple patterns (054881c)

v8.1.1

10 May 08:37
Compare
Choose a tag to compare

8.1.1 (2021-05-10)

Bug Fixes

  • cli-43: skip git ops when not a git repo (0617519)
  • cli-43: skip git ops when not a git repo (#398) (6488144)

v8.1.0

07 May 12:30
Compare
Choose a tag to compare

8.1.0 (2021-05-07)

Features

v8.0.1

06 May 16:24
Compare
Choose a tag to compare

8.0.1 (2021-05-06)

Bug Fixes

v8.0.0

05 May 12:06
Compare
Choose a tag to compare

8.0.0 (2021-05-05)

Bug Fixes

Code Refactoring

Features

BREAKING CHANGES

  • The verb (check/apply) is now moved to the top-level. E.g.
    "d2-style js check" becomes "d2-style check js". This is to allow all checkers
    to run with a single command: "d2-style check"
  • "d2-style install" is no longer used to set up linters. As of
    husky@5 the tool is vastly simplified and much faster. Hooks can be installed
    manually with "d2-style install", but is also run as a "post-install" script
    that we control for consistency. Configuration is added to the project with the
    "d2-style add" command.
  • Husky has been removed from cli-style. You will need to
    remove hooks that reference husky.sh in .git/hooks.

v8.0.0-alpha.10

22 Apr 08:25
Compare
Choose a tag to compare
v8.0.0-alpha.10 Pre-release
Pre-release

8.0.0-alpha.10 (2021-04-22)

Bug Fixes

v8.0.0-alpha.9

21 Apr 14:10
Compare
Choose a tag to compare
v8.0.0-alpha.9 Pre-release
Pre-release

8.0.0-alpha.9 (2021-04-21)

Bug Fixes