Skip to content

Releases: Software-Hardware-Integration-Lab/ObjectID-Converter

2.0.7

29 Aug 17:42
793c138
Compare
Choose a tag to compare

Change Log:

  • Optimize production build by removing nested folder structure.
  • Emit JS Docs on the type declaration files. This improves IDE integration by providing IntelliSense integration.
  • Fix an issue where the package.json was referring to files that had their name changed to just JS/TS instead of the MJS/MTS.
  • Fix the readme so that it links properly to NPM instead of opening a new tab with the raw badge graphic.
  • Reduce surface area for attack on the CI/CD publishing environment.

2.0.6

29 Aug 16:12
adba9f7
Compare
Choose a tag to compare

Change Log:

  • Enhance Linting to latest ruleset
  • Fix Linting issue
  • Standardize CI/CD
  • Update Packages

2.0.5

14 Jun 14:16
31fb0ff
Compare
Choose a tag to compare

Changelog:

  • Reduce Bundle size by disabling declaration map file output.
  • Fix JS Doc linting false positive.

2.0.4

14 Jun 14:03
1d7cd4b
Compare
Choose a tag to compare

Changelog:

  • Update scope from @moot-inc to @shi-corp
  • Update Unit Test names to be more correct in the type of test being run
  • Update Dependencies

2.0.3

25 Mar 18:09
9e21a3d
Compare
Choose a tag to compare

Change log:

  • Enforce JS Docs via linting
  • Detect un-used linting directives and alert on them
  • Migrate to ES/TS Lint flat config
  • Update Dependencies

2.0.2

09 Feb 18:09
eb16d61
Compare
Choose a tag to compare

Change Log:

  • Enable On-Publish Code Sign to reduce supply chain risk.

2.0.1

09 Feb 17:54
28d95eb
Compare
Choose a tag to compare

Change log:

  • Update Actions to latest version.
  • Optimize bundle size further by removing source map output on production builds.

2.0.0

09 Feb 17:31
451c478
Compare
Choose a tag to compare

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

18 Aug 20:16
c8da1b8
Compare
Choose a tag to compare

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

26 Jul 14:30
8a01a9a
Compare
Choose a tag to compare

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