Skip to content

v1.1.0

Choose a tag to compare

@mgerth mgerth released this 02 Mar 16:13
· 15 commits to main since this release
78beeb5
V1.1.0 (#26)

* feat: Update copyright year and improve File Description Table (FDT) handling

- Updated copyright year in multiple files to 2026.
- Enhanced `FileDescriptionTable` class with improved FDT parsing and mapping.
- Introduced constants for FDT wire-format and option bytes.
- Refactored `getFDT` and `getMap` methods for better readability and performance.
- Added a new logger utility for improved logging capabilities.
- Introduced interfaces for better type definitions and consistency across the codebase.
- Added unit tests for `AdabasMap` to ensure correct JavaScript map generation.

* chore: Update joi to version 18.0.2 and remove deprecated @types/joi

* 1.1.0

* chore: Update @types/node to version 25.3.3 in package.json and package-lock.json

* Use Node version 22

* fix: Ensure esModuleInterop is enabled in TypeScript configuration

* fix: Change pino import to default import syntax

* fix: Update Node.js versions in CI workflow to include 20.x and 18.x

* fix: Update Node.js versions in CI workflow to include 24.x and remove 20.x, 18.x