Skip to content

Latest commit

 

History

History
158 lines (100 loc) · 3.14 KB

CHANGELOG.md

File metadata and controls

158 lines (100 loc) · 3.14 KB

0.1.4

Added

  • Added DEPENDENTS.md file to track dependents.

Changed

  • Updated version in package.json to 0.1.4.
  • Updated contact email in package.json from Source/[email protected] to Source/[email protected].
  • Updated URL in package.json from HTTPS://PlayForm.Cloud to HTTPS://PlayForm.LTD.
  • Updated commander to version 13.0.0.
  • Updated fast-glob to version 3.3.3.
  • Updated typedoc to version 0.27.6.
  • Updated typedoc-plugin-mdn-links to version 4.0.7.
  • Updated typedoc-plugin-merge-modules to version 6.1.0.
  • Updated typedoc-plugin-rename-defaults to version 0.7.2.
  • Updated typedoc-plugin-zod to version 1.3.1.
  • Updated @playform/build to version 0.2.1.
  • Removed unnecessary type annotations in Document.ts and JSON.ts.

0.1.3

Changed

  • Updated version in package.json to 0.1.3.
  • Updated contact email in package.json from Source/[email protected] to Source/[email protected].
  • Updated URL in package.json from HTTPS://PlayForm.Cloud to HTTPS://PlayForm.LTD.
  • Updated typedoc to version 0.26.11.
  • Updated typedoc-plugin-mdn-links to version 3.3.8.
  • Updated typedoc-plugin-merge-modules to version 6.0.3.
  • Updated @playform/build to version 0.1.9.

0.1.2

Changed

  • Renamed Documentation folder to docs
  • Updated typedoc to version 0.26.7
  • Updated typedoc-plugin-mdn-links to version 3.3.1
  • Updated typedoc-plugin-merge-modules to version 6.0.1
  • Updated @playform/build to version 0.1.6
  • Added option to specify output folder for documentation

0.1.1

Changed

  • Updated typedoc to version 0.26.6
  • Updated typedoc-plugin-mdn-links to version 3.2.10
  • Updated typedoc-plugin-zod to version 1.2.1
  • Updated @playform/build to version 0.1.3

0.1.0

Added

  • Added Run script to package.json
  • Added provenance field to package.json

Changed

  • Updated dependencies
  • Updated code to resolve TODOs

0.0.12

Added

  • Added CLI usage instructions to README.md

Changed

  • Updated dependencies
  • Minor code changes

0.0.11

Changed

  • Updated dependencies

0.0.10

Changed

  • Moved @playform/build from peerDependencies to devDependencies

0.0.9

Changed

  • Removed Document script from package.json
  • Updated dependencies

0.0.8

Changed

  • Improved logic for determining git remote
  • Updated error handling in Exec function

0.0.7

Changed

  • Updated package description, keywords, homepage, and repository URLs
  • Updated dependencies
  • Moved @playform/build to peerDependencies

0.0.6

Added

  • Added Document script to package.json

Changed

  • Updated @playform/build dependency

0.0.5

Changed

  • Updated code to use dynamic path resolution for --customCss option

0.0.4

Changed

  • Updated @playform/build dependency
  • Removed Document script from package.json

0.0.3

Changed

  • Renamed TypeScriptDocument to Document
  • Updated package description and keywords
  • Updated dependencies
  • Removed ESBuild configuration files
  • Updated README.md

0.0.2

Changed

  • Updated Document script in package.json

0.0.1

Added

  • Initial release