Releases: opentable/spur-common
Releases · opentable/spur-common
v2.0.0
Breaking Changes
- Requires Node 6+
- #48 - Optimizing the lodash usage and no longer exposing as an injectable dependency
- #49 - Removing moment dependencies and DateTimeUtils
- #50 - Removing the joi dependency
** You will now need to make this dependency local to your application if needed. Not many projects use some of these dependencies, so the changes make the package and others that use it much lighter.
Other
- #45 - Switching from transpiled es6 to Node 6 native es6, removing the need for babel
- #46 - Adding changelog link
- #47 - Delete .babelrc
- #52 - Fixing false positive in test that wasn't waiting for a promise to re…
- #53 - Updating spur packages to the latest non RC versions
Related
This package depends on the following packages, you should check out the release notes for breaking changes:
- spur-ioc v1.0.0 (release notes)
- spur-config v2.0.0 (release notes)
- spur-common v1.0.0 (release notes)
v1.0.1
Patch for adding built lib for updating dependencies release (v1.0.0)
Original notes:
- Updating dependencies: lodash, superagent, bluebird, joi
- Deprecating support for node 0.10 and 0.12
- Verification for node 4 and 6
- Remove winston dependency
- Fixed issues caused by updates
More details: https://github.com/opentable/spur-common/milestone/1?closed=1
Note: No signatures have changed. This is breaking change for changes in dependencies.
v1.0.0
- Updating dependencies: lodash, superagent, bluebird, joi
- Deprecating support for node 0.10 and 0.12
- Verification for node 4 and 6
- Remove winston dependency
- Fixed issues caused by updates
More details: https://github.com/opentable/spur-common/milestone/1?closed=1
Note: No signatures have changed. This is breaking change for changes in dependencies.
v0.3.1
v0.3.0
v0.2.0
- Adding unit tests to verify that headers set through super agent are being passed all th way down to the final request
- Adding coverall test instrumentation
- EditorConfig note update
- Fixing coveralls coverage report
- Reverting the coverall support until I find a way that will cover dependency injected code
- Upgrading super-agent and fixing the way error handling works with the updated way of triggering http errors.
v0.1.16
- Updating to common repo configurations
- Adding node version 4.2.x to the engines used to test
- Package updating of versions to the latest spur versions
- Updating readme information
- Adding module dependency lists
- Renaming the UncaughtHandler to fix the typo
- API documentation