Releases: opentable/spur-common
Releases · opentable/spur-common
v4.0.0
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
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
- @otrreeves made their first contribution in #90
Full Changelog: v3.0.2...v3.0.3
v3.0.2
What's Changed
- Updates deps and preps for 3.0.2 release by @acolchado in #79
Full Changelog: v3.0.1...v3.0.2
v3.0.1
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
What's Changed
Breaking Change
superagent
no longer adduser-agent
Header by default. So in case your application expect, please make sure to pass the additionaluser-agent
. See details
Full Changelog: v2.1.3...v3.0.0
v3.0.0-rc.1
v2.1.3
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
What's Changed
- refactor(api): Switches from deprecated
new Buffer()
constructor toBuffer.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
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