Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

Releases: opentable/spur-mockserver

v2.0.1

22 May 16:26
Compare
Choose a tag to compare

What's Changed

  • v2.0.0: Switching from transpiled es6 to Node 6 native es6 by @acolchado in #25
  • Updating LTS versions: Removing node 6 and adding 10 and 12 to run tests with by @acolchado in #26
  • ci(node): [RO-13533] Runs tests with github actions, tests w/ node 14 and 16, updates devDeps by @acolchado in #27
  • docs(node): [RO-13533] Updates readme by @acolchado in #28
  • ci(node): [RO-13533] Adds NPM publish ci config by @acolchado in #29

Full Changelog: v2.0.0...v2.0.1

v2.0.0

26 Oct 02:44
Compare
Choose a tag to compare

Breaking Changes

  • Requires Node 6+

Other

  • #23 - Switching to non-transpiled es6 code that is node6 friendly and optim…
  • #22 - Adding changelog link
  • #24 - 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:

v2.0.0-rc.1: Switching to non-transpiled es6 code that is node6 friendly and optimization

26 Aug 17:37
Compare
Choose a tag to compare
v2.0.0-rc.1: Switching to non-transpiled es6 code that is node6 frien…

…dly and optimization

v1.0.0

13 Jan 23:12
Compare
Choose a tag to compare
  • 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.0.12

22 Dec 07:05
Compare
Choose a tag to compare
  • Porting over the tests to es6 and adding under the “unit” directory
  • Updating examples

v0.0.11

15 Dec 19:55
Compare
Choose a tag to compare

Changes:

  • Adding v3 fixtures with andReturnJSON option (More details in PR #15)

v0.0.10

04 Dec 02:46
Compare
Choose a tag to compare
  • Adding publishing config url
  • Removing grunt tasks that are not needed
  • Adding node versions to tests on
  • Updating versions and fixing tests