diff options
-rw-r--r-- | CHANGELOG | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..07f0f43 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,37 @@ +v0.4.0: + * Added limited support for barb file dependencies + +v0.3.1: + * Default placeholder values + +v0.3.0: + * Add and default to JSONPath for filters + * Make JQ optional + +v0.2.2: + * Extract filter output as named variables + * Support multiple filters + +v0.2.1 + * Source .env files + +v0.2.0 + * Add JSON syntax colouring + * Colour output + +v0.1.5 + * Print request line + +v0.1.4 + * Support JQ filtering + +v0.1.2 + * FIX: Don't print headers with `-b` switch + +v0.1.1 + * FIX: Read list of files to execute from command line + +v0.1.0 + * Initial release + * Support execution context + * Execute basic requests
\ No newline at end of file |