v.0.2.0 - debug support + unit tests
Changelog
- added debug implementation, with standard
console.log
output when.options({ debug: true })
is explicitly set (backwards compatibility). New [and preferred] method to enable debugging/output of apicache is through DEBUG environment variable.
$ export DEBUG=apicache
- added some basic unit tests, will extend
$ npm run test
$ npm run test:watch