- Update examples and readme
- Update to @hapi/hoek v9
- Replace istanbul with nyc for coverage
- 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
- Added a new option for stats
maxSamples
which restricts sample length.
- Add custom error message for timeout and circuit open
- added name and code to timeout error: