You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...