Skip to content

Releases: SpringRoll/Bellhop

3.6.0

25 Oct 20:30
f1ca901
Compare
Choose a tag to compare

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

16 Jan 18:06
ccfc7b8
Compare
Choose a tag to compare
  • Updated package-lock to include more recent versions of dependencies flagged by dependabot ticket
  • Update to Readme based on Github Issue link

3.4.0

26 Apr 13:58
206ff45
Compare
Choose a tag to compare

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

08 Mar 18:27
15d9d9e
Compare
Choose a tag to compare
  • Update NPM Deploy Github Action trigger to released to avoid pre-releases being deployed to NPM
  • Small dependency updates

3.3.0

02 Jun 19:38
033c0f4
Compare
Choose a tag to compare

Fixed bug that prevented changing the data returned when passing a function to the respond() function (#54 )

3.2.3

06 May 00:00
bfd6f80
Compare
Choose a tag to compare
  • Bumped minimist from 1.2.5 to 1.2.6.

3.2.2

09 Mar 20:55
b710b86
Compare
Choose a tag to compare
  • 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

07 Oct 19:24
3145b2e
Compare
Choose a tag to compare
  • 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

3.2.0

07 Feb 17:33
eb75009
Compare
Choose a tag to compare

Adding a new debug mode for Bellhop for logging messages as they come through. Helpful for developers creating new SpringRoll plugins, and general debugging across the board.

3.1.0

20 Dec 16:35
Compare
Choose a tag to compare
  • respond can now properly handle promises and async functions
  • Updated CI process using GitHub actions