Changelog
2.1.1 / 2024-09-24
prettier --write
in the whole project (with endOfLine: 'lf'
).@typescript-eslint/no-unused-expressions
rule in code.eslint
breakpoint version (v8 to v9).ES2020
.oro-functions-client
from v2.3.1
to v2.3.2
.ssh2-sftp-client
from v10.0.3
to v11.0.0
.@babel/core
from v7.24.9
to v7.25.2
.@babel/preset-env
from v7.24.8
to v7.25.4
.@eslint/js
from v9.7.0
to v9.11.1
.@types/jest
from v29.5.12
to v29.5.13
.@types/ssh2-sftp-client
from v9.0.3
to v9.0.4
.eslint
from v8.57.0
to v9.11.1
.eslint-plugin-jest
from v28.6.0
to v28.8.3
.eslint-plugin-unicorn
from v54.0.0
to v55.0.0
.globals
from v15.8.0
to v15.9.0
.husky
from v9.1.1
to v9.1.6
.nodemon
from v3.1.4
to v3.1.7
.tsup
from v8.2.2
to v8.3.0
.typescript-eslint
from v7.17.0
to v8.7.0
.Changelog
2.1.0 / 2024-07-23
package-lock.json
.eslint.config.js
.OSftp.list
to return always a sortened list by name.actions/--@v3
by actions/--@v4
, and replacing npm install
to npm ci
.export
declarations in index files.printWidth: 120
tsup.config.ts
.src
and simplified *.test.ts
.987%
of coverage (yay!).fs-extra
from v11.1.1
to v11.2.0
.oro-functions
from v2.0.2
to v2.3.1
.ssh2-sftp-client
from v9.1.0
to v10.0.3
.@eslint/js
@trivago/prettier-plugin-sort-imports
eslint-config-prettier
eslint-plugin-jest
globals
nodemon
typescript-eslint
@babel/core
from v7.23.3
to v7.24.9
.@babel/preset-env
from v7.23.
to v7.24.8
.@babel/preset-typescript
from v7.23.3
to v7.24.7
.@types/jest
from v29.5.10
to v29.5.12
.eslint
from v8.54.0
to v^^8.57.0
.eslint-plugin-unicorn
from v49.0.0
to v54.0.0
.husky
from v8.0.3
to v9.1.1
.prettier
from v3.1.0
to v3.3.3
.tsup
from v8.0.1
to v8.2.2
.typescript
from v5.2.2
to v5.5.4
.@typescript-eslint/eslint-plugin
removed.@typescript-eslint/parser
removed.eslint-config-alloy
removed.Changelog
2.0.2 / 2023-11-02
npm_publish_on_pr_merge_to_master
.fs-extra
to v11.1.1
.oro-functions
from v2.0.0
to v2.0.2
.@babel/core
from v7.23.2
to v7.23.3
.@babel/preset-env
from v7.23.2
to v7.23.3
.@babel/preset-typescript
from v7.23.2
to v7.23.3
.@types/fs-extra
from v11.0.3
to v11.0.4
.@types/jest
from v29.5.7
to v29.5.10
.@types/ssh2-sftp-client
from v9.0.2
to v9.0.3
.@typescript-eslint/eslint-plugin
from v6.9.1
to v6.12.0
.@typescript-eslint/parser
from v6.9.1
to v6.12.0
.eslint
from v8.52.0
to v8.54.0
.prettier
from v3.0.3
to v3.1.0
.tsup
from v7.2.0
to v8.0.1
.@nearst/ftp
.Changelog
2.0.0 / 2023-11-02
NOTE:<br>
⚠️ It's not valid anymore:<br>const OSFtp = require('oro-sftp')
,<br>
✔️ use the following instead:<br>const { OSFtp } = require('oro-sftp')
./index.js
to ./src/index.ts
.type: "module"
.tsup
and now package is compiled to cjs
(common) and mjs
(module).validate_pr_to_master
npm_publish_on_pr_merge_to_master
.husky
(to ensure only valid commits).eslint
(and applied it).prettier
(and applied it).oro-functions
to v2.0.0
.@babel/core
to v7.23.2
.@babel/preset-env
to v7.23.2
.@babel/preset-typescript
to v7.23.2
.@types/jest
to v29.5.7
.@types/fs-extra
to v11.0.3
.@types/promise-ftp
to v1.3.7
.babel-jest
to v29.7.0
.jest
to v29.7.0
.Changelog
1.1.0 / 2023-07-04
TS
support.package-lock.json
.code
in responseKO error.delete
allowing to remove folder (as rmdir
) when it's empty.oro-functions
to v1.3.2
.ssh2-sftp-client
to v9.1.0
.jest
to v29.5.0
.