Skip to content

Releases: opentable/spur-common

v4.0.0

10 Apr 00:17
309b900
Compare
Choose a tag to compare

What's Changed

Breaking

  • chore(colors): [RO-26515] BREAKING: Removes color dependency. Removes publishing of consoleColors by @acolchado in #106

Other changes

  • Switches testing and the build pipeline to node 20 by @acolchado in #92
  • Renames the test files to *.spec.js to prep for jest by @acolchado in #93
  • Updates renovate config to group changes and apply common rules by @acolchado in #99
  • test(jest): Switching tests to Jest runner by @acolchado in #101
  • Removes the unmainteained eslint-plugin-node package by @acolchado in #103
  • chore(lodash): [RO-26515] Removes unneeded lodash deps with native replacements by @acolchado in #105
  • chore(dependencies): [RO-26515] Updates to the latest dependencies by @acolchado in #107
  • chore(deps): lock file maintenance by @ot-renovate in #108

Full Changelog: v3.0.3...v4.0.0

v3.0.3

19 Oct 04:37
9ad0750
Compare
Choose a tag to compare

What's Changed

  • chore(timeout-errors): [RO-22835] Update spur-common to handle timeout errors to return 504 by @otrreeves in #90
  • chore(deps): update dependency spur-errors to v1.0.6 by @ot-renovate in #89

New Contributors

Full Changelog: v3.0.2...v3.0.3

v3.0.2

13 Jun 16:45
6ef34a3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.0.2

v3.0.1

13 Jun 16:33
45cefd9
Compare
Choose a tag to compare

What's Changed

  • Configure Renovate by @ot-renovate in #71
  • chore(deps): update dependency nock to v13.3.1 by @ot-renovate in #72
  • chore(deps): update dependency eslint to v8.42.0 by @ot-renovate in #73
  • chore(deps): update dependency sinon to v15.1.2 by @ot-renovate in #74
  • chore(deps): lock file maintenance by @ot-renovate in #75
  • Updates dependencies and preps for 3.0.1 release by @acolchado in #78

New Contributors

  • @ot-renovate made their first contribution in #71

Full Changelog: v3.0.0...v3.0.1

v3.0.0

24 Mar 16:36
08173ce
Compare
Choose a tag to compare

What's Changed

Breaking Change

  • superagent no longer add user-agent Header by default. So in case your application expect, please make sure to pass the additional user-agent . See details

Full Changelog: v2.1.3...v3.0.0

v3.0.0-rc.1

22 Mar 15:13
92e9a45
Compare
Choose a tag to compare
v3.0.0-rc.1 Pre-release
Pre-release

What's Changed

Full Changelog: v2.1.3...v3.0.0-rc.1

v2.1.3

16 Feb 02:44
ce6f659
Compare
Choose a tag to compare

What's Changed

  • Switches to node 18 support as the primary platform by @acolchado in #67

Full Changelog: v2.1.2...v2.1.3

v2.1.2

16 Dec 21:37
Compare
Choose a tag to compare

What's Changed

  • refactor(api): Switches from deprecated new Buffer() constructor to Buffer.from() by @acolchado in #60
  • Cleans up legacy boilerplate from test files by @acolchado in #62
  • Updates to the latest nock test lib version by @acolchado in #63
  • Adds node 18 to the pull request testing flow by @acolchado in #61
  • Updates devDependencies by @acolchado in #64
  • Updates the production dependencies by @acolchado in #65

Full Changelog: v2.1.1...v2.1.2

v2.1.1

22 May 18:40
Compare
Choose a tag to compare

What's Changed

  • chore(dependencies): Updating dependencies and verifying tests pass in node 10 by @acolchado in #55
  • Updating LTS versions: Removing node 6 and adding 12 to run tests with by @acolchado in #56
  • ci(node): [RO-13533] Runs tests with github actions, tests with node 14 and 16 by @acolchado in #57
  • docs(node): [RO-13533] Updating testing dependencies by @acolchado in #58
  • ci(node): [RO-13533] Adds NPM publish ci config by @acolchado in #59

v2.1.0

12 Aug 21:41
Compare
Choose a tag to compare

Minor

  • #55 - Updating dependencies and running tests in node 10 on top of 6 and 8