You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#111 - We now officially support all LTS node.js versions + the latest current
Added Prettier as our formatting tool via eslint. Run npm run lint-fix to automatically fix any formatting issues
Added NYC for code coverage. There are currently no thresholds - we'll be adding these in the future
Q&A
Q. What happened to 2.1.0?
A. @mheap can't computer correctly and published the wrong thing to NPM. As NPM (quite rightly) doesn't let you overwrite tags, we're having to skip to 2.1.1
UPDATED: To allow errors to be programmatically useful the error callback objects has been updated to {statusCode: STATUS_CODE, body: JSON_BODY, headers: HEADERS}