|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. |
| 3 | +## [1.0.1](https://github.com/IBM/nodejs-itoolkit/compare/v1.0.0...v1.0.1) (2022-10-31) |
| 4 | + |
| 5 | +- fix: Missing braces in README Example (#286) |
| 6 | +- fix: Typo in ssh transport error message (#287) |
| 7 | +- test: Remove redundant ProgramCall test (#284) |
| 8 | +- test: Constrain eslint rules |
| 9 | +- test: Fix eslint errors issues in eslintrc |
| 10 | +- test: Configure tests to use Mocha env in eslintrc |
| 11 | +- test: Adjust AirBnB rules for Mocha tests |
| 12 | +- test: Use eslint-plugin-mocha for tests |
| 13 | +- test: Remove arrow functions from mocha functions (#283) |
| 14 | +- ci: Add eslint action (#244) |
| 15 | +- docs: Update setup transport interface links (#292) |
| 16 | +- fix: Emit deprecation warning for iPgm.addReturn (#295) |
| 17 | +- build(deps-dev): bump standard-version from 7.1.0 to 8.0.1 (#299) |
| 18 | +- build(deps): bump lodash from 4.17.15 to 4.17.19 (#302) |
| 19 | +- chore: Unmark as stale if issue has been updated (#311) |
| 20 | +- fix: Make exempt labels plural for stale action (#312) |
| 21 | +- test: Check the XMLSERVICE version for QSH support (#303) |
| 22 | +- fix: Update standard-version to resolve CVE-2020-8116 (#310) |
| 23 | +- refactor: Handle optional dependencies better (#306) |
| 24 | +- test: Fix mocha/no-identical-title eslint issue (#296) |
| 25 | +- test: Fix mocha/no-hooks-for-single-case eslint issue (#297) |
| 26 | +- fix: eslint GH action failure (#336) |
| 27 | +- docs: Add comma to separate password and url key |
| 28 | +- build(deps): Update deps to the latest version (#347) |
| 29 | +- docs: Add omit as valid value for io (#346) |
| 30 | +- docs: Reference alternate XML parser (#345) |
| 31 | +- build: readthedocs build error (#349) |
| 32 | +- build(deps): Add fast-xml-parser (#351) |
| 33 | +- build(deps): Upgrade ssh2 to latest version (#355) |
| 34 | +- fix: Better optional deps handling (#353) |
| 35 | +- ci: Add npm publish action (#358) |
| 36 | +- docs: Update cosine example to pass by value (#359) |
4 | 37 |
|
5 | 38 | ## [1.0.0](https://github.com/IBM/nodejs-itoolkit/compare/1.0.0-alpha.1...1.0.0) (2020-05-08)
|
6 | 39 |
|
|
0 commit comments