|
1 | 1 | # Changelog |
| 2 | + |
2 | 3 | All notable changes to this project will be documented in this file. |
3 | 4 |
|
| 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 | + |
4 | 15 | ## [1.1.4] - 2020-06-05 |
| 16 | + |
5 | 17 | ### 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 |
8 | 21 |
|
9 | 22 | ### Changed |
10 | | - - Some variable types from `const` to `var` |
| 23 | + |
| 24 | +- Some variable types from `const` to `var` |
11 | 25 |
|
12 | 26 | ## [1.1.3] - 2020-06-05 |
| 27 | + |
13 | 28 | ### 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) |
15 | 31 |
|
16 | 32 | ### 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 |
18 | 35 |
|
19 | 36 | ## [1.1.2] - 2020-05-03 |
| 37 | + |
20 | 38 | ### Added |
21 | | - - PayPal donation badge in `README` file |
| 39 | + |
| 40 | +- PayPal donation badge in `README` file |
22 | 41 |
|
23 | 42 | ### 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 |
27 | 47 |
|
28 | 48 | ## [1.1.1] - 2020-04-24 |
| 49 | + |
29 | 50 | ### 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` |
31 | 53 |
|
32 | 54 | ### 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 |
35 | 58 |
|
36 | 59 | ### Fixed |
37 | | - - Selecting `Best prediction` option made the `Name` disappear |
| 60 | + |
| 61 | +- Selecting `Best prediction` option made the `Name` disappear |
38 | 62 |
|
39 | 63 | ## [1.1.0] - 2020-04-22 |
| 64 | + |
40 | 65 | ### 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) |
44 | 70 |
|
45 | 71 | ## [1.0.1] - 2020-04-15 |
| 72 | + |
46 | 73 | ### Changed |
47 | | - - Updated information help node |
| 74 | + |
| 75 | +- Updated information help node |
48 | 76 |
|
49 | 77 | ## [1.0.0] - 2020-04-15 |
| 78 | + |
50 | 79 | ### 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 |
59 | 89 |
|
60 | 90 | ### 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 |
65 | 96 |
|
66 | 97 | ## [0.1.3] - 2020-04-12 |
| 98 | + |
67 | 99 | ### 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) |
71 | 104 |
|
72 | 105 | ### 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) |
74 | 108 |
|
75 | 109 | ### 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` |
79 | 114 |
|
80 | 115 | ## [0.1.2] - 2020-04-12 |
| 116 | + |
81 | 117 | ### Added |
82 | | - - Improvements on `README` file |
| 118 | + |
| 119 | +- Improvements on `README` file |
83 | 120 |
|
84 | 121 | ### 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) |
86 | 124 |
|
87 | 125 | ## [0.1.1] - 2020-04-11 |
| 126 | + |
88 | 127 | ### Added |
89 | | - - Comments in the code |
| 128 | + |
| 129 | +- Comments in the code |
90 | 130 |
|
91 | 131 | ### 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 |
95 | 136 |
|
96 | 137 | ### 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` |
99 | 141 |
|
100 | 142 | ## [0.1.1] - 2020-04-11 |
| 143 | + |
101 | 144 | ### Added |
102 | | - - Comments in the code |
| 145 | + |
| 146 | +- Comments in the code |
103 | 147 |
|
104 | 148 | ### 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 |
108 | 153 |
|
109 | 154 | ### 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` |
112 | 158 |
|
113 | 159 | ## [0.1.0] - 2020-04-11 |
| 160 | + |
114 | 161 | ### 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 |
119 | 162 |
|
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/), |
121 | 169 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
0 commit comments