Skip to content

Latest commit

 

History

History
138 lines (85 loc) · 2.23 KB

CHANGELOG.md

File metadata and controls

138 lines (85 loc) · 2.23 KB

0.1.3

Changed

  • Updated version to 0.1.3
  • Updated dependencies:
    • @types/node from 20.14.12 to 22.0.2

Added

  • Added provenance: true to publishConfig in package.json

0.1.2

Changed

  • Updated version to 0.1.2
  • Updated dependencies:
    • @types/node to 20.14.12
    • deepmerge-ts to 7.1.0
    • typescript to "*" (latest)
  • Updated devDependencies:
    • ts-node to 11.0.0-beta.1

Added

  • Added provenance: true to publishConfig in package.json

0.1.1

Changed

  • Updated version to 0.1.1
  • Updated "Run" script to include "--Watch" option

0.1.0

Changed

  • Updated version to 0.1.0
  • Updated dependencies
  • Modified Build function to support watch mode
  • Updated TypeScript configuration

Added

  • Added watch option to Build command

Removed

  • Removed peerDependencies

0.0.9

Changed

  • Updated version to 0.0.9
  • Updated dependencies
  • Modified package.json structure

Added

  • Added peerDependenciesMeta for optional dependencies

0.0.8

Changed

  • Updated version to 0.0.8
  • Updated package description and keywords
  • Updated repository and author information
  • Updated dependencies

0.0.7

Changed

  • Updated version to 0.0.7
  • Updated repository URLs to use HTTPS

0.0.6

Changed

  • Updated version to 0.0.6
  • Updated package description
  • Updated author information
  • Updated dependencies

0.0.5

Changed

  • Updated version to 0.0.5

Added

  • Added peerDependencies

0.0.4

Changed

  • Updated version to 0.0.5 (Note: This seems to be a typo in the summary, as it should be 0.0.4)
  • Added "Document" script
  • Updated peerDependencies

0.0.3

Changed

  • Updated version to 0.0.3
  • Updated dependencies
  • Modified Build function

0.0.2

Changed

  • Major refactoring and restructuring of the project
  • Updated package name to "@playform/build"
  • Updated version to 0.0.2
  • Updated package description, keywords, and metadata
  • Updated dependencies
  • Modified source files structure and content

Added

  • Added new source files and interfaces

Removed

  • Removed several old source files and configurations

0.0.1

  • Initial release