Releases: opentable/spur-web
Releases · opentable/spur-web
v4.0.0
What's Changed
Breaking
- chore(dependencies): [RO-26514] BREAKING: Cleaned-up dependencies. Removes colors as a published dependency by @otrreeves in #85
Other changes
- chore(deps): lock file maintenance by @ot-renovate in #58
- Switches testing and the build pipeline to node 20 by @acolchado in #68
- Renames the test files to *.spec.js to prep for jest by @acolchado in #69
- chore(jest): [RO-26531] Migrated test runner to Jest by @otrreeves in #76
- chore(tests): [RO-26598] Improve test coverage by @otrreeves in #83
- chore(deps): lock file maintenance by @ot-renovate in #86
- chore(version): [RO-26514] Bump Major Version by @otrreeves in #89
New Contributors
- @otrreeves made their first contribution in #76
Full Changelog: v3.0.4...v4.0.0
v3.0.4
What's Changed
- Cleans up test boilerplates and removes unneed lodash dependencies by @acolchado in #57
Full Changelog: v3.0.3...v3.0.4
v3.0.3
What's Changed
- Updates dependencies and preps for 3.0.3 version by @acolchado in #53
- Configure Renovate by @ot-renovate in #52
New Contributors
- @ot-renovate made their first contribution in #52
Full Changelog: v3.0.2...v3.0.3
v3.0.2
v3.0.1
What's Changed
- Switches to node 18 support as the primary platform by @acolchado in #48
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
Breaking changes
- Breaking change: Removes the EJS dependency by @acolchado in #46
Other changes
- chore(dependencies): Updating devDependencies by @acolchado in #42
- Bump ejs from 2.7.4 to 3.1.7 by @dependabot in #40
- chore(dependencies): Updates non-breaking dependencies by @acolchado in #43
- chore(dependencies): Updates winston while not breaking the logging f… by @acolchado in #44
- refactor(injections): Reformatting the injection items by @acolchado in #45
Full Changelog: v2.0.1...v3.0.0
v2.0.1
What's Changed
- Updating LTS versions: Removing node 6 and adding 10 and 12 to run tests with by @acolchado in #37
- ci(node): [RO-13533] Runs tests with github actions, tests w/ node 14 and 16, updates devDeps by @acolchado in #39
- ci(node): [RO-13533] Adds NPM publish ci config by @acolchado in #41
Full Changelog: v2.0.0...v2.0.1
v2.0.0
Breaking Changes
- Requires Node 6+
Other
- #33 - Switching from transpiled es6 to Node 6 native es6, removing the need for babel
- #32 - Adding changelog link
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-common v2.0.0 (release notes)
- spur-config v2.0.0 (release notes)
v2.0.0-rc.1: Switching to non-transpiled es6 code that is node6 friendly
v2.0.0-rc.1: Switching to non-transpiled es6 code that is node6 frien…