This commit is contained in:
Alexander Cerutti
2020-09-06 02:11:39 +02:00
parent 3559b41f85
commit 0e10e6a2ba
3 changed files with 9 additions and 6 deletions

View File

@@ -3,14 +3,17 @@
Since every new minor, major or patch version is pushed in the repository with the npm autogenerated commit for version update, a history become needed.
The lists won't include the npm autogenerated commit.
## 2.0.5 - 05/09/20
## 2.0.5 - 06/09/20
Replaced deprecated dependencies @hapi/joi with Sideway's joi
Replaced deprecated dependencies @hapi/joi with Sideway's joi;
Generic dependencies update;
Generic code improvements (vscode-autofixes included);
Bumped minimum Node.JS supported version to 10 (moved from `util.promisify` approach to `fs.promises`);
## 2.0.4 - 14/12/19
Typescript strict configuration fixes
Improved specifications
Typescript strict configuration fixes;
Improved specifications;
## 2.0.3 - 06/12/19