Skip to content

v2.1.0 (🥐 Great Medialuna)

Compare
Choose a tag to compare
@toote toote released this 30 Dec 20:56
· 11 commits to master since this release
f952747

What changed

  • Improvements by @Flamefire (see #7)
    • incremental stubs
    • changed the way argument parsing worked
    • --allow-missing for unstub
    • 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)