Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jun 09:34
· 11 commits to master since this release

2.0.0 (2022-06-18)

Bug Fixes

  • Remove commander dependency, modernise project (d68ba93)
  • Use the same font for inputs and buttons as for the rest of the body (be77fe0)

BREAKING CHANGES

  • Node.js 14.8 or newer is required. Command-line parsing
    changed, although no change on the outside is expected. API remained the
    same. Requirements on the browser didn't change.
  • The API (library) still requires Node.js 10 or newer. But the command
    line tool uses features like ES module support and global async/await.
  • Commander was replaced by a hand-written argument parser with the same
    functionality, because noch much features were needed. Although no
    changes on the outside shoudl happen, on enever knows...