Skip to content

Releases: bobvanderlinden/harhar

v1.4.1

14 Sep 14:42
a125514
Compare
Choose a tag to compare

1.4.1 (2020-09-14)

Bug Fixes

  • only exit with 1 when differences are written (a125514)

v1.4.0

14 Sep 12:40
d205b5e
Compare
Choose a tag to compare

1.4.0 (2020-09-14)

Features

  • exit with 1 when diff finds differences (d205b5e)

v1.3.0

31 Aug 11:03
bc058a3
Compare
Choose a tag to compare

1.3.0 (2020-08-31)

Features

  • use binary formatting by default with exception of textual mimetypes (bc058a3)

v1.2.0

02 Jun 13:45
2c890ad
Compare
Choose a tag to compare

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

26 May 11:44
08967fe
Compare
Choose a tag to compare

1.1.1 (2020-05-26)

Bug Fixes

v1.1.0

25 May 21:04
ba34b72
Compare
Choose a tag to compare

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.3

24 May 21:37
162f703
Compare
Choose a tag to compare

1.0.3 (2020-05-24)

v1.0.2

24 May 21:32
d616903
Compare
Choose a tag to compare

1.0.2 (2020-05-24)

Bug Fixes

  • write empty response body instead of attemping to write null body (4693339)

v1.0.1

24 May 17:27
bf8ef7a
Compare
Choose a tag to compare

1.0.1 (2020-05-24)

Bug Fixes

  • use Readable.from correctly (73a77e6)
  • use StringDecoder correctly (1a135ff)