Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 719 Bytes

CHANGELOG.md

File metadata and controls

23 lines (17 loc) · 719 Bytes

Unreleased

  • Update examples and readme
  • Update to @hapi/hoek v9
  • Replace istanbul with nyc for coverage

v1.5.0

  • Allow Levee to pass the return variable of the executed function to the circuit callback on timeout
  • Update to hoek@^6: #19
  • Update all out of date dependencies via greenkeeper update: #28
  • Pass return object of executed function to circuit callback: #25

v1.4.0

  • Added a new option for stats maxSamples which restricts sample length.

v1.3.0

  • Add custom error message for timeout and circuit open

v1.2.1