Skip to content

Latest commit

 

History

History
51 lines (27 loc) · 2.3 KB

CHANGELOG.md

File metadata and controls

51 lines (27 loc) · 2.3 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.2 (2021-01-17)

🐛 Bug Fixes

1.0.1 (2021-01-17)

🐛 Bug Fixes

  • es6 module loading problem from bin (a2bd89a)
  • npm ignore and disable ts source map (0d08544)

1.0.0 (2021-01-17)

⚠ BREAKING CHANGES

  • code base

🐛 Bug Fixes

  • content length header in case of gzipped content (93b9cfa)
  • skip empty header (0e17f7e)

🔄 Refactors

🚀 Features

  • osham headers (e35dfe2)
  • support br encoded responses (ce8c634)
  • versioning via standard version (7b9b133)

🛠 Maintenance