Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jan 00:52

2.0.0 (2025-01-15)

Bug Fixes

  • [skip ci] Use OS specific temporary directory for atomic writes. (4df6ee2)
  • convert License service to a module (e79f51d)

Code Refactoring

  • convert codebase to TypeScript (528d3e4)
  • core: restructure codebase architecture (716ae65)

Features

  • fileUtils: implement atomic file operations (7118585)

BREAKING CHANGES

  • Project now requires TypeScript compilation step
  • Added type definitions for all components
  • Updated build process to include TypeScript compilation
  • Added tsconfig.json and necessary type dependencies
  • core: Complete restructure of the codebase architecture
    Requires updating import paths and API usage patterns