Skip to content

v1.1.0 - 2020-05-20

Compare
Choose a tag to compare
@qtc-de qtc-de released this 20 May 06:41
· 414 commits to master since this release
2c8534a

Added

  • Add additional operations:
    • LineExtractor (Extracts a specific line from a HTTP request/response).
    • LineSetter (Sets a specific line in a HTTP request/response).
    • RandomNumber (Simply generates a random number).
    • SetIfEmpty (Sets a value if the incoming data is empty).
    • SplitAndSelect (Splits the input string and selects one item).

Changed

  • Change variable prefix to $ (from previously §)
  • Update workflow demonstration (GIF inside README.md)