-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
45 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,78 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. Please note that this changelog was added in version 4.0 so documentation on versions prior to that are incomplete. | ||
|
||
## [5.0.0] - 2024-04-18 | ||
|
||
### Changed | ||
|
||
- The java dependency was replaced with java-bridge. | ||
- main was move from dist/lib/jt400.js to dist/index.js | ||
- Q promises replaced with native promises | ||
|
||
## [4.3.0] - 2021-08-01 | ||
|
||
### Added | ||
- Options parameter added to the query function. Trimming values is now configurable, but still defaults to true. Issue [#22](https://github.com/tryggingamidstodin/node-jt400/issues/22). | ||
|
||
- Options parameter added to the query function. Trimming values is now configurable, but still defaults to true. Issue [#22](https://github.com/tryggingamidstodin/node-jt400/issues/22). | ||
|
||
## [4.2.0] - 2021-07-30 | ||
|
||
### Added | ||
- Support for BLOB column (not only clob). See [#66](https://github.com/tryggingamidstodin/node-jt400/pull/66) | ||
|
||
- Support for BLOB column (not only clob). See [#66](https://github.com/tryggingamidstodin/node-jt400/pull/66) | ||
|
||
## [4.1.0] - 2021-03-12 | ||
|
||
### Added | ||
- asIterable function added for async iterable support. See [#60](https://github.com/tryggingamidstodin/node-jt400/pull/60). | ||
- new types and interfaces added. | ||
|
||
- asIterable function added for async iterable support. See [#60](https://github.com/tryggingamidstodin/node-jt400/pull/60). | ||
- new types and interfaces added. | ||
|
||
## [4.0.0] - 2019-10-15 | ||
|
||
### Added | ||
- All errors wrapped in [oops-error](https://github.com/tryggingamidstodin/oops-error). | ||
- Created CHANGELOG.md. | ||
|
||
- All errors wrapped in [oops-error](https://github.com/tryggingamidstodin/oops-error). | ||
- Created CHANGELOG.md. | ||
|
||
### Changed | ||
- Removed System.err logs in Java code. | ||
- deprecated message for .pgm changed | ||
|
||
- Removed System.err logs in Java code. | ||
- deprecated message for .pgm changed | ||
|
||
## [3.1.3] - 2019-07-10 | ||
|
||
### Added | ||
- ccsid option for program calls. See [#39](https://github.com/tryggingamidstodin/node-jt400/pull/39). | ||
|
||
- ccsid option for program calls. See [#39](https://github.com/tryggingamidstodin/node-jt400/pull/39). | ||
|
||
### Changed | ||
- ccsid defaults to ccsid from as400 system. | ||
|
||
- ccsid defaults to ccsid from as400 system. | ||
|
||
## [3.0.0] - 2018-11-30 | ||
|
||
### Added | ||
- defineProgram function. | ||
- Default timeout on program calls set to 3 sec to avoid programs halting. | ||
- Optional timeout parameter set to program calls. | ||
|
||
- defineProgram function. | ||
- Default timeout on program calls set to 3 sec to avoid programs halting. | ||
- Optional timeout parameter set to program calls. | ||
|
||
### Changed | ||
- Function .pgm was deprecated in favour of defineProgram. | ||
|
||
- Function .pgm was deprecated in favour of defineProgram. | ||
|
||
## [2.0.0] - 2018-10-8 | ||
### Added | ||
|
||
### Added | ||
|
||
### Changed | ||
- Only supports node verison 8 and higher. | ||
|
||
- Only supports node verison 8 and higher. | ||
|
||
## [1.5.4] - 2017-10-24 | ||
|
||
### Added | ||
- Support for CLOB data type | ||
|
||
- Support for CLOB data type |
Binary file not shown.