Releases: buildkite-plugins/bats-mock
Releases · buildkite-plugins/bats-mock
v2.1.1 (☕ Coffee Time)
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)
v2.0.1 (🕷️ Fixing bug )
v2.0.0 (🦇 Change argument parsing logic)
Changed the way arguments are parsed to allow for multi-line matching. This will probably result in differences on how matching is reported so it is not guaranteed to be backwards-compatible.
If you are using multi-line strings for matching, you probably want to use $'LONG STRING WITH NEWLINES'