Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [2.0.0](v1.0.0...v2.0.0) (2022-06-18) ### Bug Fixes * Remove commander dependency, modernise project ([d68ba93](d68ba93)) * Use the same font for inputs and buttons as for the rest of the body ([be77fe0](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. * 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...
- Loading branch information