Skip to content

Latest commit

 

History

History
80 lines (41 loc) · 4.29 KB

CHANGELOG.md

File metadata and controls

80 lines (41 loc) · 4.29 KB

1.4.0 (2021-10-15)

Features

1.3.2 (2021-05-13)

Bug Fixes

  • master -> main [ci_release] (a0dafd6)

1.3.1 (2021-04-21)

Bug Fixes

1.3.0 (2021-04-13)

Bug Fixes

  • change build target for backwards compat (#25) (87cbbd3)
  • ci: make filepaths correct (9299fc0)

Features

Performance Improvements

1.2.1 (2021-04-07)

Bug Fixes

1.2.0 (2021-04-07)

Bug Fixes

  • PetitioResponse: support non-ascii json responses (#11) (d8344e4)

Features

  • add support for stream (c706801)
  • add text encoding option & tests (7f6f5c6)

Performance Improvements

  • remove spread operators and callback loops (#12) (3bf48cc)

1.1.0 (2021-03-22)

Features

  • add _parseHeaders to PetitioResponse (188bf94)
  • add docs and adjust types [ci_release] (76e8bf9)
  • ci: test workflow (c8e101d)
  • tests: 100% coverage 🚀 (27d9f0b)
  • tests: finalize petitioresponse tests (e0a770a)
  • add client method (b257087)
  • proper import mapping (410e534)
  • type the dispatch funcs (c630078)