Skip to content

v2.0.3

Choose a tag to compare

@brettski brettski released this 17 Aug 22:02
· 109 commits to master since this release
afe18b1

v2.0.0

BREAKING CHANGE:
Removes access to requestLogger and InfluxDB. Event lifecycle access removed. These references will not be there for current api's using them.

  • All dependencies update to latest versions including structure changes needed.
  • Dev dependencies update including structure changes needed.
  • New husky structure in place
  • Removed InfluxDB, event lifecycle call
  • Removed unneeded environment variables

Note: access to requestLogger only removed from index as a future version will add back a different logger.

v2.0.3

Moves husky install from npm prepare script to postinstall. This way the git hooks are still set in place on installation and husky doesn't try to run during publish, which we don't want.