Nothing yet!
3.0.0 - 2018-01-17
This release is mainly to upgrade dependencies with security vulnerabilities. There are no yakbak API changes in this release, but if you were depending on global APIs of yakbak's dependencies (namely [email protected]) you should check out those individual changelogs for details.
- Upgrade debug dependency. Version 3.0.0 contains several breaking changes (#42)
- Upgrade ejs dependency
- Test against node 6/8/9
2.6.0 - 2017-05-03
hash
option that lets you provide your own IncomingMessage hash function if you don't want to use the default incoming-message-hash. This parameter should be a function with the signature(req, body)
and should return a unique, consistent name for the tape based on these arguments.
2.5.0 - 2016-06-22
noRecord
option that will return a 404 and log the request if yakbak receives an unrecorded request (#17)
2.4.3 - 2016-05-10
- Initial CHANGELOG.