- Updated
@types/nodefrom 25.0.3 to* - Updated
@playform/buildfrom 0.2.6 to 0.3.1 - Updated homepage URL
- Added
rootDirtotsconfig.json - Updated
.npmignoreto excludeConfiguration/,DEPENDENTS.md, andDocumentation/
- Updated
@types/nodefrom 22.13.14 to 25.0.3 - Updated
@playform/buildfrom 0.2.1 to 0.2.6 - Changed package author email from
Source/[email protected]toSource/[email protected] - Changed package author URL from
HTTPS://PlayForm.LTDtoHTTPS://PlayForm.Cloud - Replaced
Promise.all()withPromise.allSettled()in pipeline execution for better error resilience
- Updated
@types/nodefrom 22.10.5 to 22.13.14 - Updated
deepmerge-tsfrom 7.1.3 to 7.1.5 - Refactored core module imports to use Node.js protocol syntax (
node:url,node:fs/promises) - Improved asynchronous pipeline handling with Promise chaining
- Optimized file system operations:
- Direct use of
mkdir,statandwriteFilefromnode:fs/promises - Simplified recursive directory creation logic
- Direct use of
- Enhanced error handling and logging consistency
- Reordered interface imports and destructuring patterns
- Updated package.json metadata formatting (emoji position adjustments)
- New file update tracking system with
Currentpromise chain - Explicit directory creation before file writes
- Improved logging conditional checks for failed/accomplished operations
- Updated
@types/nodefrom 22.5.0 to 22.10.5 - Updated
deepmerge-tsfrom 7.1.0 to 7.1.3 - Updated
fast-globfrom 3.3.2 to 3.3.3 - Updated
@playform/buildfrom 0.1.4 to 0.2.1 - Minor code formatting changes
- Added
Interfacetype imports to multiple files. - Added a
DEPENDENTS.mdfile to track dependent repositories. - Updated
.npmignoreto excludedocs/directory. - Added badges for dependents to
DEPENDENTS.md. - Updated
README.mdto remove the summary section and point toCHANGELOG.mdfor change history. - Updated
package.jsonauthor information:- Changed author email from
Source/[email protected]toSource/[email protected] - Changed author URL from
HTTPS://PlayForm.CloudtoHTTPS://PlayForm.Cloud
- Changed author email from
- Removed
Summary.mdfile. - Removed
Documentation/directory.
- Updated
@types/nodefrom 20.14.12 to 22.5.0 - Updated
@playform/buildfrom 0.1.2 to 0.1.4 - Minor code formatting changes
- Added
.npmignorefile to exclude unnecessary files from the published package.
- Updated version to 0.1.0
- Updated dependencies, including
@types/node,deepmerge-ts, and@playform/build - Updated README.md with simplified language and improved formatting.
- Refactored code for better readability and consistency.
- Added
Runscript topackage.jsonfor easier development workflow.
- Updated version to 0.0.6
- Updated dependencies:
@types/nodeto 20.14.2deepmerge-tsto 7.0.3
- Moved
@playform/buildfromdevDependenciestopeerDependencies.
- Added more detailed usage examples in README.md.
- Updated version to 0.0.5
- Updated dependencies:
@playform/buildto 0.0.9@playform/documentto 0.0.7
- Added optional peer dependencies for
@playform/buildand@playform/document. - Improved code documentation and comments.
- Updated version to 0.0.4
- Updated dependencies:
@types/nodeto 20.12.12deepmerge-tsto 7.0.1
- Moved
@playform/buildfromdevDependenciestopeerDependenciesand marked it as optional.
- Added
Documentscript to package.json
- Updated version to 0.0.3
- Updated dependencies:
@types/nodeto 20.12.11@playform/buildto 0.0.8
- Updated package description to use an em dash instead of a period.
- Updated repository URLs in
package.jsonto use HTTPS. - Updated
package.jsonwith new author information. - Updated README.md with new repository links.
- Updated code to use
@Functionprefix for imports.
- Added
javascriptandplayformkeywords topackage.json.
- Updated version to 0.0.2.
- Added the
Documentscript topackage.json.
- Added
@playform/documentas a dependency.
- Initial release.