You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-3Lines changed: 16 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,31 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [1.2.1] - 2020-10-24
6
+
7
+
### Added
8
+
9
+
-`package-lock.json` to ensure always exact versions during installation
10
+
11
+
### Fixed
12
+
13
+
- Output API was changed by mistake, now msg.payload still outputs `class` and `score` keys for each classification as in `v1.1.0+` releases
14
+
- When selecting all predictions without filter only one result was showing up
15
+
5
16
## [1.2.0] - 2020-10-23
6
17
7
18
### Added
8
19
9
20
- Compatibility with official Node-RED Dockerized image based on [Alpine](https://hub.docker.com/_/alpine) image
10
21
- Compatibility with Raspberry Pi
11
-
-[`pureimage`](https://www.npmjs.com/package/pureimage) package dependency to manage buffer images using pure javascript - [#17](https://github.com/bonastreyair/node-red-contrib-teachable-machine/issues/17)
12
-
-[`node-fetch`](https://www.npmjs.com/package/node-fetch) package dependency to manage http request to obtain the model info
22
+
-[`pureimage`](https://www.npmjs.com/package/pureimage)npm package dependency to manage buffer images using pure javascript - [#17](https://github.com/bonastreyair/node-red-contrib-teachable-machine/issues/17)
23
+
-[`node-fetch`](https://www.npmjs.com/package/node-fetch)npm package dependency to manage http request to obtain the model info
13
24
14
25
### Removed
15
26
16
-
-`@teachablemachine/image`, `jsdom` and `canvas` npm packages
0 commit comments