Skip to content

v.0.2.0 - debug support + unit tests

Compare
Choose a tag to compare
@kwhitley kwhitley released this 19 Sep 20:31
· 295 commits to master since this release

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