Releases: SpringRoll/Bellhop
Releases · SpringRoll/Bellhop
3.6.0
What's Changed
- Updated node version to 20.18.0 ticket
- Dependabot updates (ticket):
- body-parser from 1.20.2 to 1.20.3
- braces from 3.0.2 to 3.0.3
- cookie from 0.4.2 to 0.7.2
- engine.io from 6.5.4 to 6.5.5
- follow-redirects from 1.15.4 to 1.15.6
- requirejs from 2.3.6 to 2.3.7
- rollup from 3.29.4 to 3.29.5
- socket.io from 4.7.3 to 4.8.0
- socket.io-adapter from 2.5.2 to 2.5.5
- webpack from 5.89.0 to 5.94.0
- ws from 8.11.0 to 8.17.1
- Updated LICENSE file copyright information ticket
Full Changelog: 3.5.0...3.6.0
3.5.0
3.4.0
What's Changed
- Added .nvmrc file and set target node version to 18.15.0
- Updated Rollup to 3.20.2
- Updated the following Rollup dependencies:
- @babel/cli to 7.21.0
- @babel/plugin-transform-runtime to 7.21.4
- @rollup/plugin-babel to 6.0.3
- @rollup/plugin-commonjs to 24.0.1
- @rollup/plugin-node-resolve to 15.0.2
- @rollup/plugin-terser to 0.4.0
- @rollup/plugin-eslint to 9.0.3
- Dependabot updates:
- minimatch from 3.0.4 to 3.1.2
- mocha from 8.4.0 to 10.2.0
- nanoid from 3.1.20 to 3.3.3
- webpack from 5.75.0 to 5.76.0
3.3.1
- Update NPM Deploy Github Action trigger to released to avoid pre-releases being deployed to NPM
- Small dependency updates
3.3.0
3.2.3
- Bumped minimist from 1.2.5 to 1.2.6.
3.2.2
- Add check to ensure target is not null before sending message in connectionRecieved method
- Fixed error in debug logging always setting recieved to false
- Changed console.error to console.warn when trying to parse JSON in postMessages to better reflect the behaviour
3.2.1
- added CHANGELOG
- added markdown linter
- nodejs workflow updated to drop 8.x support and add 14.x
- add Codeowners file
- corrected README typos and missing information
- updated packages to remove security vulnerabilities