|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +##[2.0.1] - 2023-02-05 |
| 6 | + |
| 7 | +###Changed |
| 8 | + |
| 9 | +- Fixed all instances of improper object literal type checks |
| 10 | +- Fixed bug where terms were added to the model vocabulary when making predictions |
| 11 | +- Migrated tests from Mocha/Chai to Jest |
| 12 | + |
5 | 13 | ##[2.0.0] - 2020-08-28 |
6 | 14 |
|
7 | 15 | ###Breaking changes |
8 | 16 |
|
9 | | -* Removed`minimumConfidence` from`Model` |
| 17 | +- Removed`minimumConfidence` from`Model` |
10 | 18 |
|
11 | 19 | ##[1.0.0] - 2020-08-26 |
12 | 20 |
|
13 | 21 | Initial release |
14 | 22 |
|
| 23 | +[2.0.1]:https://github.com/andreekeberg/ml-classify-text-js/releases/tag/2.0.1 |
15 | 24 | [2.0.0]:https://github.com/andreekeberg/ml-classify-text-js/releases/tag/2.0.0 |
16 | 25 | [1.0.0]:https://github.com/andreekeberg/ml-classify-text-js/releases/tag/1.0.0 |