You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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