Releases: Software-Hardware-Integration-Lab/ObjectID-Converter
Releases · Software-Hardware-Integration-Lab/ObjectID-Converter
2.0.0
Changelog:
- Update Dependencies
- Change CodeQL from a YAML action to a managed configuration
- Disable library imports since the APIs go unused.
- Disable comment outputs in the TS Configuration to reduce bundle size.
Breaking Change:
- Converted project from Common JS modules to ESM
1.1.1
Update Dependencies:
- eslint to
8.47.0 - @typescript-eslint/eslint-plugin to
6.4.0 - @typescript-eslint/parser to
6.4.0 - @types/node to
20.5.1
1.1.0
Changes:
- Feature: SID to Object ID converter
- Feature: Enable JS Docs in build output
- Docs: Clarify some wording on where this package can and cannot be used
1.0.2
Optimize files included in the published package to only what is needed.
1.0.1
Fix Exports and build processes.
1.0.0
Initial release of the project with Linting and SAST checks passing.
Initial functionality is limited to ObjectID to SID conversions.
TODO:
Add SID to Object ID converter support.