Releases: bobvanderlinden/harhar
Releases · bobvanderlinden/harhar
v1.4.1
1.4.1 (2020-09-14)
Bug Fixes
- only exit with 1 when differences are written (a125514)
v1.4.0
1.4.0 (2020-09-14)
Features
- exit with 1 when diff finds differences (d205b5e)
v1.3.0
1.3.0 (2020-08-31)
Features
- use binary formatting by default with exception of textual mimetypes (bc058a3)
v1.2.0
1.2.0 (2020-06-02)
Bug Fixes
- add cookies field to output to conform to HAR spec (6e3866e)
Features
- add validate command (e9a9f4d)
- diff: only hash requestId when available (d75bfa7)
v1.1.1
1.1.1 (2020-05-26)
Bug Fixes
v1.1.0
1.1.0 (2020-05-25)
Bug Fixes
- proxy: write har with entries instead of har with har with entries (7fab9f7)
- serverreplay: pass through options correctly (5a24dce)
Features
- serverreplay: add match-request-id option (eef4f28)
- transform: add fabricate-request-ids option (ba34b72)
- transform: add multipart/form-data related options (085fc09)
v1.0.2
1.0.2 (2020-05-24)
Bug Fixes
- write empty response body instead of attemping to write null body (4693339)
v1.0.1
1.0.1 (2020-05-24)
Bug Fixes
- use Readable.from correctly (73a77e6)
- use StringDecoder correctly (1a135ff)