Skip to content

Commit c3ff893

Browse files
committed
upgrade jsdom version + 1.1.5 release
1 parent dfa182c commit c3ff893

File tree

2 files changed

+105
-57
lines changed

2 files changed

+105
-57
lines changed

CHANGELOG.md

Lines changed: 103 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,121 +1,169 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

5+
## [1.1.5] - 2020-09-08
6+
7+
### Fixed
8+
9+
- Error when installing nodes - [#15](https://github.com/bonastreyair/node-red-contrib-teachable-machine/issues/15)
10+
11+
### Changed
12+
13+
- Upgrade `jsdom` version from `16.2.2` to `16.4.0`
14+
415
## [1.1.4] - 2020-06-05
16+
517
### Fixed
6-
- Better usage of `HTMLVideoElement` class imported from `dom.window`
7-
- Better accuracy representation in the node status without decimals
18+
19+
- Better usage of `HTMLVideoElement` class imported from `dom.window`
20+
- Better accuracy representation in the node status without decimals
821

922
### Changed
10-
- Some variable types from `const` to `var`
23+
24+
- Some variable types from `const` to `var`
1125

1226
## [1.1.3] - 2020-06-05
27+
1328
### Fixed
14-
- Prediction does not work when save_image's box is checked - [#14](https://github.com/bonastreyair/node-red-contrib-teachable-machine/issues/14)
29+
30+
- Prediction does not work when save_image's box is checked - [#14](https://github.com/bonastreyair/node-red-contrib-teachable-machine/issues/14)
1531

1632
### Changed
17-
- Dependancy is now `@tensorflow/tfjs v1.3.1` instead of `@tensorflow/tfjs-node v1.4.0`, to match teachable machine correct dependencies
33+
34+
- Dependancy is now `@tensorflow/tfjs v1.3.1` instead of `@tensorflow/tfjs-node v1.4.0`, to match teachable machine correct dependencies
1835

1936
## [1.1.2] - 2020-05-03
37+
2038
### Added
21-
- PayPal donation badge in `README` file
39+
40+
- PayPal donation badge in `README` file
2241

2342
### Fixed
24-
- `className` key (when `Best prediction` option) fixed to `class` in the results
25-
- Refinements on `README` file
26-
- Alignment HTML icons in node configuration
43+
44+
- `className` key (when `Best prediction` option) fixed to `class` in the results
45+
- Refinements on `README` file
46+
- Alignment HTML icons in node configuration
2747

2848
## [1.1.1] - 2020-04-24
49+
2950
### Added
30-
- New configuration checkbox to pass through the input image in `msg.image`
51+
52+
- New configuration checkbox to pass through the input image in `msg.image`
3153

3254
### Changed
33-
- `probability` key changed to `score` in the results
34-
- Updated example with new configuration parameter
55+
56+
- `probability` key changed to `score` in the results
57+
- Updated example with new configuration parameter
3558

3659
### Fixed
37-
- Selecting `Best prediction` option made the `Name` disappear
60+
61+
- Selecting `Best prediction` option made the `Name` disappear
3862

3963
## [1.1.0] - 2020-04-22
64+
4065
### Changed
41-
- Updated image on how to use Teachable Machine and configuration node on Step 3
42-
- Use standard image treatment for `README` instead of HTML
43-
- Upgraded to `@tensorflow/tfjs-node v1.4.0` to enable coexistantce with [tfjs-nodes](https://github.com/dceejay/tfjs-nodes) nodes - [#8](https://github.com/bonastreyair/node-red-contrib-teachable-machine/issues/8)
66+
67+
- Updated image on how to use Teachable Machine and configuration node on Step 3
68+
- Use standard image treatment for `README` instead of HTML
69+
- Upgraded to `@tensorflow/tfjs-node v1.4.0` to enable coexistantce with [tfjs-nodes](https://github.com/dceejay/tfjs-nodes) nodes - [#8](https://github.com/bonastreyair/node-red-contrib-teachable-machine/issues/8)
4470

4571
## [1.0.1] - 2020-04-15
72+
4673
### Changed
47-
- Updated information help node
74+
75+
- Updated information help node
4876

4977
## [1.0.0] - 2020-04-15
78+
5079
### Added
51-
- Total npm downloads badge
52-
- Online/Local options in configuration node (Local still not functional)
53-
- Internal common functions to set node status
54-
- New Filters configurations when `All predictions` Output mode is selected
55-
- Threshold in % - (0 -> 100%)
56-
- Max. results - (1 -> 5)
57-
- General code optimitzations
58-
- [Mentions](https://github.com/bonastreyair/node-red-contrib-teachable-machine#mentions) section in `README` file
80+
81+
- Total npm downloads badge
82+
- Online/Local options in configuration node (Local still not functional)
83+
- Internal common functions to set node status
84+
- New Filters configurations when `All predictions` Output mode is selected
85+
- Threshold in % - (0 -> 100%)
86+
- Max. results - (1 -> 5)
87+
- General code optimitzations
88+
- [Mentions](https://github.com/bonastreyair/node-red-contrib-teachable-machine#mentions) section in `README` file
5989

6090
### Changed
61-
- Icon updated to Tensorflow 2.0 new logo
62-
- Updated configuration node
63-
- Using all `README` badges from [Shields.io](https://shields.io/)
64-
- Outputs is always an array of results even if `Best prediction` is selected
91+
92+
- Icon updated to Tensorflow 2.0 new logo
93+
- Updated configuration node
94+
- Using all `README` badges from [Shields.io](https://shields.io/)
95+
- Outputs is always an array of results even if `Best prediction` is selected
6596

6697
## [0.1.3] - 2020-04-12
98+
6799
### Added
68-
- Use of badges in `README` file
69-
- New images for _Installation_ and _Node usage_ in `README`
70-
- `JavaScript` code has been standarized following [Standard JS](https://standardjs.com/index.html)
100+
101+
- Use of badges in `README` file
102+
- New images for _Installation_ and _Node usage_ in `README`
103+
- `JavaScript` code has been standarized following [Standard JS](https://standardjs.com/index.html)
71104

72105
### Changed
73-
- Information on HTML node [#5](https://github.com/bonastreyair/node-red-contrib-teachable-machine/issues/5)
106+
107+
- Information on HTML node [#5](https://github.com/bonastreyair/node-red-contrib-teachable-machine/issues/5)
74108

75109
### Fixed
76-
- Typos on `README`
77-
- `basic` example with issues to load
78-
- Errors not shown on console or in `Node-RED`
110+
111+
- Typos on `README`
112+
- `basic` example with issues to load
113+
- Errors not shown on console or in `Node-RED`
79114

80115
## [0.1.2] - 2020-04-12
116+
81117
### Added
82-
- Improvements on `README` file
118+
119+
- Improvements on `README` file
83120

84121
### Fixed
85-
- Loading model error `response.arrayBuffer is not a function` [#3](https://github.com/bonastreyair/node-red-contrib-teachable-machine/issues/3)
122+
123+
- Loading model error `response.arrayBuffer is not a function` [#3](https://github.com/bonastreyair/node-red-contrib-teachable-machine/issues/3)
86124

87125
## [0.1.1] - 2020-04-11
126+
88127
### Added
89-
- Comments in the code
128+
129+
- Comments in the code
90130

91131
### Changed
92-
- Downgraded `@tensorflow/tfjs-node` from version `v1.4.0` to `v1.3.1` for better compatibility
93-
- Output has changed from `checkbox` to a `list`, you can now select `Best predictions` or `All predictions`
94-
- Code cleaning
132+
133+
- Downgraded `@tensorflow/tfjs-node` from version `v1.4.0` to `v1.3.1` for better compatibility
134+
- Output has changed from `checkbox` to a `list`, you can now select `Best predictions` or `All predictions`
135+
- Code cleaning
95136

96137
### Fixed
97-
- WebGL loading error in JSDOM
98-
- When installing the node -> `npm WARN @teachablemachine/image@0.8.4 requires a peer of @tensorflow/tfjs@1.3.1 but none is installed`
138+
139+
- WebGL loading error in JSDOM
140+
- When installing the node -> `npm WARN @teachablemachine/image@0.8.4 requires a peer of @tensorflow/tfjs@1.3.1 but none is installed`
99141

100142
## [0.1.1] - 2020-04-11
143+
101144
### Added
102-
- Comments in the code
145+
146+
- Comments in the code
103147

104148
### Changed
105-
- Downgraded `@tensorflow/tfjs-node` from version `v1.4.0` to `v1.3.1` for better compatibility
106-
- Output has changed from `checkbox` to a `list`, you can now select `Best predictions` or `All predictions`
107-
- Code cleaning
149+
150+
- Downgraded `@tensorflow/tfjs-node` from version `v1.4.0` to `v1.3.1` for better compatibility
151+
- Output has changed from `checkbox` to a `list`, you can now select `Best predictions` or `All predictions`
152+
- Code cleaning
108153

109154
### Fixed
110-
- WebGL loading error in JSDOM
111-
- When installing the node -> `npm WARN @teachablemachine/image@0.8.4 requires a peer of @tensorflow/tfjs@1.3.1 but none is installed`
155+
156+
- WebGL loading error in JSDOM
157+
- When installing the node -> `npm WARN @teachablemachine/image@0.8.4 requires a peer of @tensorflow/tfjs@1.3.1 but none is installed`
112158

113159
## [0.1.0] - 2020-04-11
160+
114161
### Added
115-
- Functional using Teachable Machine Online Model URL
116-
- Option to select Top-1 or all results
117-
- CHANGELOG.md file
118-
- README.md file
119162

120-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
163+
- Functional using Teachable Machine Online Model URL
164+
- Option to select Top-1 or all results
165+
- CHANGELOG.md file
166+
- README.md file
167+
168+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
121169
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "node-red-contrib-teachable-machine",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "Simplifies integration with Teachable Machine models from Google",
55
"dependencies": {
66
"@tensorflow/tfjs": "1.3.1",
77
"@teachablemachine/image": "0.8.4",
8-
"jsdom": "16.2.2",
8+
"jsdom": "16.4.0",
99
"canvas": "2.6.1"
1010
},
1111
"keywords": [

0 commit comments

Comments
 (0)