Skip to content

Commit

Permalink
change log + rebuild java
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobrun committed Apr 18, 2024
1 parent 80e02e4 commit ab30a5d
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 17 deletions.
62 changes: 45 additions & 17 deletions CHANGELOG.md
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 modified java/lib/jt400wrap.jar
Binary file not shown.

0 comments on commit ab30a5d

Please sign in to comment.