diff options
author | Guillaume Pasquet <dev@etenil.net> | 2022-03-26 06:52:02 +0000 |
---|---|---|
committer | Guillaume Pasquet <dev@etenil.net> | 2022-03-26 06:52:02 +0000 |
commit | 6d60900a0bfb41a47744048c7980eefa15c572c8 (patch) | |
tree | 6c09dc2d6924813af55ceec4f3b2959801287d31 | |
parent | 3560f1c755d432858fe25e5edeb02317ddbbc025 (diff) |
Added changelog
-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 |