Skip to content

Latest commit

 

History

History
47 lines (22 loc) · 2.43 KB

CHANGELOG.md

File metadata and controls

47 lines (22 loc) · 2.43 KB

Changelog

1.1.0 (2024-06-08)

Features

1.0.3 (2024-04-13)

Bug Fixes

  • remove the missing version:update call (22f0e9e)

1.0.2 (2024-04-13)

Bug Fixes

1.0.1 (2024-04-01)

Bug Fixes

1.0.0 (2024-04-01)

⚠ BREAKING CHANGES

  • This commit changes the behaviour how the utility is handling of responses which have a header content-encoding, from now on, these headers will be removed from the response sent, as we currently we won't be supporting gzip or brotli encoding and shouldn't be a major issue for development/testing work.

Features

Bug Fixes

  • fix issue with content-encoding in responses (#9) (89cf663)
  • prettierrc misnamed and misconfigured (#8) (e9f672e)