Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (15 loc) · 845 Bytes

CHANGELOG.md

File metadata and controls

31 lines (15 loc) · 845 Bytes

Changelog

All notable changes to this project will be documented in this file.

2.2.0 – February 16, 2018

  • ✨ Add support for optional arguments onRetry and debugRequest for the habrok.request method.

2.1.0 – September 11, 2017

  • ✨ Add support for automatic retry of ECONNRESET errors
  • ⬆️ Upgrade dependencies

2.0.2 – July 26, 2017

  • 🔨 Improve readability of response debug output of

2.0.1 – July 26, 2017

  • 📚 Clarify CHANGELOG and README examples

2.0.0 – July 26, 2017

  • 💥 Habrok#request resolves to an Object with statusCode, headers, and body properties

1.0.0 – July 25, 2017

  • 🎉 Initial release