Releases: atao60/fse-cli
Releases · atao60/fse-cli
Release v0.0.63
Release v0.0.62
Changes about this release
Features
- test: add debug entry to make.sh (f7fd324)
Bug Fixes
- build: restore working husky (v6) hooks (44af08d)
Code Refactoring
- more precise interface JobDef (sequel) (2d87dd0)
- esm: split named import-s (0fdd002)
- more precise interface JobDef (ff94353)
- esm: add file extension .js in import-s (0faf646)
- esm: set explicit format cjs of config files (cf30b02)
Docs
- update README & CONTRIBUTING (5ed5a0b)
Release v0.0.61
Release v0.0.60
Changes about this release
Styling
- comments: minor changes (ecca4e1)
Tests
- add test of fse-cli as global npm package (c97cf9c)
- run tests under each main version of Node (using Docker) (928fae9)
Build System
- deps: allow running
npm i
even w/o package-lock.json (3080bba) - deps: minor updating (4033fe8)
- deps: upgrade fs-extra (39434cf)
- deps: upgrade mocha to version 9 (056c9ad)
- deps: upgrade ts-node & ts typing (354339f)
Docs
- add warning about next release dropping support to Node 10 (cc3d279)
Release v0.0.59
Release v0.0.58
Release v0.0.57
Changes about this release
Others
- dependencies: update dependencies' versions (bef1134)
Build System
- deps: bump browserslist from 4.16.1 to 4.16.6 (f2fe4d2)
- deps: bump handlebars from 4.7.6 to 4.7.7 (7471b0b)
- deps: bump hosted-git-info from 2.8.8 to 2.8.9 (0e83013)
- deps-dev: bump lodash from 4.17.20 to 4.17.21 (b4e2c8f)
- doc: check and update if needed the copyright years before each release (19631cb)
Docs
Release v0.0.56
Changes about this release
Features
- add option 'quiet': only query command messages and error messages are displayed (65d7219), closes #9
Performance Improvements
- github action: remove "displaying" file '.npmrc' (ee646d0)
Styling
- doc: fix spelling in CONTRIBUTING.md (21e07d0)
- doc & comments: fix spelling and comment length (a58526e)
Build System
- vsc: force vsc editor to use workspace TS version (d26f174)
Others
- vsc: update spelling data for vsc (a9681d5)
Code Refactoring
- ts: enforce typing (35c9a32)
Docs
- enhance CONTRIBUTING.md about code overview and 'npm link' (aa5f7cb)