Skip to content

Releases: opentable/spur-common

v2.0.0

26 Oct 01:49
Compare
Choose a tag to compare

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:

v1.0.1

13 Jan 22:42
Compare
Choose a tag to compare

Patch for adding built lib for updating dependencies release (v1.0.0)

Original notes:

Note: No signatures have changed. This is breaking change for changes in dependencies.

v1.0.0

13 Jan 21:58
Compare
Choose a tag to compare

Note: No signatures have changed. This is breaking change for changes in dependencies.

v0.3.1

03 Dec 21:03
Compare
Choose a tag to compare
  • Removing coverall/coverage check

v0.3.0

03 Dec 21:01
Compare
Choose a tag to compare
  • Ported code from coffee-script to es6
  • Ported tests from coffee-script to es6
  • Retained coffee-script tests to verify the ported code works with the old tests

v0.2.0

03 Dec 21:00
Compare
Choose a tag to compare
  • 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

03 Dec 20:57
Compare
Choose a tag to compare
  • 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

v0.1.15

03 Dec 20:54
Compare
Choose a tag to compare
  • Adding colors to the console delegate
  • Adding a logger that will only be used for debugging purposes for simple logging.

v0.1.13

03 Dec 20:52
Compare
Choose a tag to compare
  • Updating Timer to the use of hrtime for calcurating the duration of a process

v0.1.12

03 Dec 20:51
Compare
Choose a tag to compare
  • Adding support to add single HTTP plugins