aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
blob: ef63e2c35aeabe684783779d040c0a75966be157 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
v0.4.2:
    * Fix bug where all JQ filters would fail with "Incorrect filter type"
    * Mop up all clippy warnings

v0.4.1:
    * Disable filters from the command line with -F
    
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