v2.1.0 (🥐 Great Medialuna)
What changed
- Improvements by @Flamefire (see #7)
- incremental stubs
- changed the way argument parsing worked
--allow-missing
forunstub
- allow any amount of arguments
- more robustness in parsing of stubs and commands used internally
- lots of tests
- Solve issues with commands with characters invalid for variable names (see #9) @toote
Differences found post-release
By changing the way argument parsing worked, it corrected an untested bug:
- stubs called with extra arguments did not fail (and yet did not run the stub either)