- Updated version to 0.2.1
- Updated @types/node from 22.10.1 to 22.10.5
- Updated commander from 12.1.0 to 13.0.0
- Updated esbuild from 0.24.0 to 0.24.2
- Updated fast-glob from 3.3.2 to 3.3.3
- Simplified command options naming
- Added DEPENDENTS.md
- Added .npmignore to exclude DEPENDENTS.md from published package
- Updated version to 0.2.0
- Updated
@types/node
from 22.9.0 to 22.10.1 - Updated
typescript
from 5.6.3 to 5.7.2 - Simplified code in
Source/Function/Build.ts
by removing Current variable - Improved code formatting in
Source/Function/Exec.ts
- Updated version to 0.1.9
- Updated 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
@types/node
from version 22.7.7 to 22.9.0
- Updated dependencies.
- Migrated from
deepmerge-ts
'sdeepmergeCustom
to a custom merge function for more control. - Improved the merging logic for
entryPoints
in the ESBuild configuration to prevent unwanted array flattening.
- Updated dependencies.
- Simplified documentation folder structure.
- Simplified build process to improve performance.
- Updated dependencies.
- Updated
@types/node
to version 22.5.4 - Improved build process to include CSS files.
- Enhanced file path handling in the build process using path module functions.
- Updated dependencies:
esbuild
ts-node
- Added the ability to exclude files/folders from the build process.
- Added
ignore
option to the Build interface.
- Updated
@types/node
to version 22.5.0 - Updated
esbuild
to version 0.23.1 - Updated
typescript
to version 5.5.4 - Reverted
ts-node
to version 10.9.2 - Improved file path handling in the build process.
- Added
experimentalDecorators
option to tsconfig.json
- Updated version to 0.1.3
- Updated dependencies:
@types/node
from 20.14.12 to 22.0.2
- Minor code formatting changes
- Added
provenance: true
to publishConfig in package.json - Added
access: public
to publishConfig in package.json
- Updated version to 0.1.2
- Updated dependencies:
@types/node
to 20.14.12deepmerge-ts
to 7.1.0typescript
to "*" (latest)
- Updated devDependencies:
ts-node
to 11.0.0-beta.1
- Improved error handling in Exec function
- Added
provenance: true
to publishConfig in package.json
- Updated version to 0.1.1
- Updated "Run" script to include "--Watch" option instead of "-W"
- Updated version to 0.1.0
- Updated dependencies
- Modified
Build
function to support watch mode - Updated
TypeScript
configuration - Updated command-line interface with clearer descriptions.
- Expanded
README.md
with detailed usage instructions and examples.
- Added
Watch
option toBuild
command
- Removed
peerDependencies
- Updated
dependencies
- Removed
Document
script - Updated
dependencies
- Updated version to 0.0.9
- Updated
package.json
metadata - Updated dependencies
- Modified
package.json
structure
- Added
peerDependencies
- Added
peerDependenciesMeta
for optional dependencies
- Updated version to 0.0.8
- Updated package description and keywords
- Updated homepage and repository URLs
- Updated repository and author information
- Updated dependencies
- Improved command-line interface descriptions.
- Updated version to 0.0.7
- Updated repository URLs to use HTTPS
- Updated version to 0.0.6
- Updated package description
- Updated author information
- Updated dependencies
- Removed
@playform/document
from devDependencies
- Updated version to 0.0.5
- Updated
package.json
scripts
- Added
@playform/document
as a peer dependency
- Updated version to 0.0.4 (corrected from 0.0.5 in the summary)
- Added "Document" script
- Updated
peerDependencies
- Minor code formatting changes
- Updated version to 0.0.3
- Updated dependencies
- Modified Build function to incorporate
tsc-alias
. - Set
logLevel
in ESBuild configuration to "debug" for enhanced debugging.
- Added
tsc-alias
to dependencies
- 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.
- Changed main and types file paths.
- Updated scripts in package.json.
- Simplified configuration by integrating
TypeScript.json
settings intotsconfig.json
. - Removed
esbuild-plugin-copy
.
- Added new source files and interfaces.
- Removed several old source files and configurations.
- Removed
TypeScriptESBuild.ts
and shifted core logic toBuild.ts
.
- Initial release