UNPKG

2.79 kBMarkdownView Raw
1# Changelog
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8## [3.6.0] - 2024-10-25
9
10### Changed
11
12- Updated node version to 20.18.0 [ticket](https://pbskids.atlassian.net/browse/SR-6)
13- Dependabot updates ([ticket](https://pbskids.atlassian.net/browse/SR-7)):
14 - body-parser from 1.20.2 to 1.20.3
15 - braces from 3.0.2 to 3.0.3
16 - cookie from 0.4.2 to 0.7.2
17 - engine.io from 6.5.4 to 6.5.5
18 - follow-redirects from 1.15.4 to 1.15.6
19 - requirejs from 2.3.6 to 2.3.7
20 - rollup from 3.29.4 to 3.29.5
21 - socket.io from 4.7.3 to 4.8.0
22 - socket.io-adapter from 2.5.2 to 2.5.5
23 - webpack from 5.89.0 to 5.94.0
24 - ws from 8.11.0 to 8.17.1
25- Updated LICENSE file copyright information [ticket](https://pbskids.atlassian.net/browse/SR-19)
26
27## [3.5.0] - 2024-01-16
28
29### Changed
30
31- Updated package-lock to include more recent versions of dependencies flagged by dependabot [ticket](https://www.pivotaltracker.com/story/show/186244911)
32- Update to Readme based on Github Issue [link](https://github.com/SpringRoll/Bellhop/issues/91)
33
34
35## [3.4.0] - 2023-04-19
36
37### Changed
38
39- Added .nvmrc file and set target node version to 18.15.0
40- Updated Rollup to 3.20.2
41- Updated the following Rollup dependencies:
42 - @babel/cli to 7.21.0
43 - @babel/plugin-transform-runtime to 7.21.4
44 - @rollup/plugin-babel to 6.0.3
45 - @rollup/plugin-commonjs to 24.0.1
46 - @rollup/plugin-node-resolve to 15.0.2
47 - @rollup/plugin-terser to 0.4.0
48 - @rollup/plugin-eslint to 9.0.3
49- Dependabot updates:
50 - minimatch from 3.0.4 to 3.1.2
51 - mocha from 8.4.0 to 10.2.0
52 - nanoid from 3.1.20 to 3.3.3
53 - webpack from 5.75.0 to 5.76.0
54
55## [3.3.1] - 2023-03-07
56
57### Changed
58
59- Update NPM Deploy Github Action trigger to released to avoid pre-releases being deployed to NPM
60- Small dependency updates
61
62## [3.3.0] - 2021-06-02
63
64### Fixed
65
66- Fixed bug that prevented changing the data returned when passing a function to the `respond()` function
67
68## [3.2.3] - 2022-05-05
69
70### Changed
71
72- Bump minimist from 1.2.5 to 1.2.6
73
74## [3.2.2] - 2021-03-09
75
76### Fixed
77
78- Add check to ensure target is not null before sending message in connectionRecieved method
79- fixed error in debug logging always setting `recieved` to `false`
80
81### Changed
82
83- Changed console.error to console.warn when trying to parse JSON in postMessages to better reflect the behaviour
84
85## [3.2.1] - 2021-10-07
86
87### Added
88
89- This CHANGELOG
90- added markdown linter
91
92### Changed
93
94- nodejs workflow updated to drop 8.x support and add 14.x
95- add Codeowners file
96- corrected README typos and missing information
97- updated packages to remove security vulnerabilities