Skip to content

v2.0.0

Compare
Choose a tag to compare
@dhis2-bot dhis2-bot released this 25 Mar 15:05
· 582 commits to master since this release

2.0.0 (2019-03-25)

Bug Fixes

  • add 'target' to blacklisted folders (#9) (d6170b9)
  • add apply/check command to js (3da7d5c)
  • change to debug msg (5be1ad2)
  • clean up js filter mechanism (#21) (ece8c53)
  • do not put a scary error message when checking files (#27) (4cecb27)
  • make the messages more meaningful (#25) (d2ae8af)
  • only the apply command was properly whitelisted (#19) (8a7556a)
  • only whitelist js under js subcommand (9dc010a)
  • reset prettier and browserslists (d1eab91)
  • resolve cli-style path by using dirname (3a61532)
  • update help text (f820a66)
  • update pre-hook (6988cf9)
  • use reporter from helpers-engine (ef79104)
  • use the new release script (#31) (2e2e454)
  • use two-param version for pkg to identify assets (284ce0b)

Features

  • add ability to pass in files to check and apply (2e7fcdd)
  • add editorconfig (#13) (8b0c392)
  • add option to not stage formatted files (00d5bc7)
  • allow check/apply commands for commit msgs (aca257f)
  • convert to @dhis2/cli format (d95179c)
  • set an exit code if js check fails (#18) (3833bea)
  • stop auto-install of prettier and other config files (#29) (8c030b1)

BREAKING CHANGES

  • removes the binaries for code-style.js and
    commit-style.js and instead exposes a binary named d2-style which is
    the subcommand which the d2 cli will use.