Skip to content

Latest commit

 

History

History
58 lines (32 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

58 lines (32 loc) · 1.28 KB

Change Log

[1.0.7] (January 15, 2025)

  • Updated react dependency to ^19.0.0.

[1.0.6] (July 24, 2024)

  • Fixed security vulnerabilities.

[1.0.5] (June 11, 2024)

  • Removed chai and mocha dependencies

[1.0.4] (February 20, 2024)

  • Updated chai version to ^5.0.3.

[1.0.3] (December 20, 2023)

  • Fixed security vulnerabilities.

[1.0.2] (September 22, 2023)

  • Updated prettier version to ^3.0.1.

[1.0.1] (July 25, 2023)

  • Fixed to prevent empty .ts file generation for private modules.
  • Updated glob to the latest major version ^10.3.1 and refactored code to use promises instead of callbacks.

[1.0.0] (July 5, 2023)

  • Migrated project to ESM.
  • Updated jsonata dependency to version 2.x and refactored code to use async functions.
  • Added more options to jsdoc-to-ts CLI: ignore, importMap, output, outputPath.

[0.1.4] (March 3, 2023)

  • Added the rendering of static members for a component.
  • Fixed security vulnerabilities.

[0.1.3] (December 22, 2022)

  • Fixed security vulnerabilities.

[0.1.2] (May 31, 2022)

  • Updated the lockfileVersion of package-lock file to v2.
  • Updated dependencies includes React 18.

[0.1.1] (December 28, 2021)

  • Fixed security vulnerabilities.

[0.1.0] (January 15, 2021)

  • Initial release.