Skip to content

Commit e2186ec

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent 90dc7d6 commit e2186ec

File tree

5 files changed

+258
-105
lines changed

5 files changed

+258
-105
lines changed

CHANGELOG.md

Lines changed: 104 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -2,241 +2,240 @@
22

33
### Changed
44

5-
- Updated version to 0.1.9
6-
- Updated email in package.json from "Source/[email protected]" to
7-
8-
- Updated URL in package.json from "HTTPS://PlayForm.Cloud" to
9-
"HTTPS://PlayForm.LTD"
10-
- Updated @types/node from version 22.7.7 to 22.9.0
5+
- Updated version to 0.1.9
6+
- Updated email in package.json from "Source/[email protected]" to
7+
8+
- Updated URL in package.json from "HTTPS://PlayForm.Cloud" to
9+
"HTTPS://PlayForm.LTD"
10+
- Updated @types/node from version 22.7.7 to 22.9.0
1111

1212
## 0.1.8
1313

1414
### Changed
1515

16-
- Updated dependencies.
17-
- Migrated from `deepmerge-ts`'s `deepmergeCustom` to a custom merge function
18-
for more control.
19-
- Improved the merging logic for `entryPoints` in the
20-
[ESBuild](https://esbuild.github.io/api/#plugins) configuration to prevent
21-
unwanted array flattening.
16+
- Updated dependencies.
17+
- Migrated from `deepmerge-ts`'s `deepmergeCustom` to a custom merge function
18+
for more control.
19+
- Improved the merging logic for `entryPoints` in the
20+
[ESBuild](https://esbuild.github.io/api/#plugins) configuration to prevent
21+
unwanted array flattening.
2222

2323
## 0.1.7
2424

2525
### Changed
2626

27-
- Updated dependencies.
28-
- Simplified documentation folder structure.
27+
- Updated dependencies.
28+
- Simplified documentation folder structure.
2929

3030
## 0.1.6
3131

3232
### Changed
3333

34-
- Simplified build process to improve performance.
35-
- Updated dependencies.
34+
- Simplified build process to improve performance.
35+
- Updated dependencies.
3636

3737
## 0.1.5
3838

3939
### Changed
4040

41-
- Updated @types/node to version 22.5.4
42-
- Improved build process to include CSS files.
43-
- Enhanced file path handling in the build process using path module
44-
functions.
45-
- Updated dependencies:
46-
- esbuild
47-
- ts-node
41+
- Updated @types/node to version 22.5.4
42+
- Improved build process to include CSS files.
43+
- Enhanced file path handling in the build process using path module functions.
44+
- Updated dependencies:
45+
- esbuild
46+
- ts-node
4847

4948
### Added
5049

51-
- Added the ability to exclude files/folders from the build process.
52-
- Added `ignore` option to the Build interface.
50+
- Added the ability to exclude files/folders from the build process.
51+
- Added `ignore` option to the Build interface.
5352

5453
## 0.1.4
5554

5655
### Changed
5756

58-
- Updated `@types/node` to version 22.5.0
59-
- Updated `esbuild` to version 0.23.1
60-
- Updated `typescript` to version 5.5.4
61-
- Reverted `ts-node` to version 10.9.2
62-
- Improved file path handling in the build process.
57+
- Updated `@types/node` to version 22.5.0
58+
- Updated `esbuild` to version 0.23.1
59+
- Updated `typescript` to version 5.5.4
60+
- Reverted `ts-node` to version 10.9.2
61+
- Improved file path handling in the build process.
6362

6463
### Added
6564

66-
- Added `experimentalDecorators` option to tsconfig.json
65+
- Added `experimentalDecorators` option to tsconfig.json
6766

6867
## 0.1.3
6968

7069
### Changed
7170

72-
- Updated version to 0.1.3
73-
- Updated dependencies:
74-
- @types/node from 20.14.12 to 22.0.2
75-
- Minor code formatting changes
71+
- Updated version to 0.1.3
72+
- Updated dependencies:
73+
- @types/node from 20.14.12 to 22.0.2
74+
- Minor code formatting changes
7675

7776
### Added
7877

79-
- Added `provenance: true` to publishConfig in package.json
80-
- Added `access: public` to publishConfig in package.json
78+
- Added `provenance: true` to publishConfig in package.json
79+
- Added `access: public` to publishConfig in package.json
8180

8281
## 0.1.2
8382

8483
### Changed
8584

86-
- Updated version to 0.1.2
87-
- Updated dependencies:
88-
- @types/node to 20.14.12
89-
- deepmerge-ts to 7.1.0
90-
- typescript to "\*" (latest)
91-
- Updated devDependencies:
92-
- ts-node to 11.0.0-beta.1
93-
- Improved error handling in Exec function
85+
- Updated version to 0.1.2
86+
- Updated dependencies:
87+
- @types/node to 20.14.12
88+
- deepmerge-ts to 7.1.0
89+
- typescript to "\*" (latest)
90+
- Updated devDependencies:
91+
- ts-node to 11.0.0-beta.1
92+
- Improved error handling in Exec function
9493

9594
### Added
9695

97-
- Added `provenance: true` to publishConfig in package.json
96+
- Added `provenance: true` to publishConfig in package.json
9897

9998
## 0.1.1
10099

101100
### Changed
102101

103-
- Updated version to 0.1.1
104-
- Updated "Run" script to include "--Watch" option instead of "-W"
102+
- Updated version to 0.1.1
103+
- Updated "Run" script to include "--Watch" option instead of "-W"
105104

106105
## 0.1.0
107106

108107
### Changed
109108

110-
- Updated version to 0.1.0
111-
- Updated dependencies
112-
- Modified Build function to support watch mode
113-
- Updated TypeScript configuration
114-
- Updated command-line interface with clearer descriptions.
115-
- Expanded README.md with detailed usage instructions and examples.
109+
- Updated version to 0.1.0
110+
- Updated dependencies
111+
- Modified Build function to support watch mode
112+
- Updated TypeScript configuration
113+
- Updated command-line interface with clearer descriptions.
114+
- Expanded README.md with detailed usage instructions and examples.
116115

117116
### Added
118117

119-
- Added Watch option to Build command
118+
- Added Watch option to Build command
120119

121120
### Removed
122121

123-
- Removed peerDependencies
122+
- Removed peerDependencies
124123

125124
## 0.0.11
126125

127126
### Changed
128127

129-
- Updated dependencies
128+
- Updated dependencies
130129

131130
## 0.0.10
132131

133132
### Changed
134133

135-
- Removed Document script
136-
- Updated dependencies
134+
- Removed Document script
135+
- Updated dependencies
137136

138137
## 0.0.9
139138

140139
### Changed
141140

142-
- Updated version to 0.0.9
143-
- Updated package.json metadata
144-
- Updated dependencies
145-
- Modified package.json structure
141+
- Updated version to 0.0.9
142+
- Updated package.json metadata
143+
- Updated dependencies
144+
- Modified package.json structure
146145

147146
### Added
148147

149-
- Added peerDependencies
150-
- Added peerDependenciesMeta for optional dependencies
148+
- Added peerDependencies
149+
- Added peerDependenciesMeta for optional dependencies
151150

152151
## 0.0.8
153152

154153
### Changed
155154

156-
- Updated version to 0.0.8
157-
- Updated package description and keywords
158-
- Updated homepage and repository URLs
159-
- Updated repository and author information
160-
- Updated dependencies
161-
- Improved command-line interface descriptions.
155+
- Updated version to 0.0.8
156+
- Updated package description and keywords
157+
- Updated homepage and repository URLs
158+
- Updated repository and author information
159+
- Updated dependencies
160+
- Improved command-line interface descriptions.
162161

163162
## 0.0.7
164163

165164
### Changed
166165

167-
- Updated version to 0.0.7
168-
- Updated repository URLs to use HTTPS
166+
- Updated version to 0.0.7
167+
- Updated repository URLs to use HTTPS
169168

170169
## 0.0.6
171170

172171
### Changed
173172

174-
- Updated version to 0.0.6
175-
- Updated package description
176-
- Updated author information
177-
- Updated dependencies
178-
- Removed @playform/document from devDependencies
173+
- Updated version to 0.0.6
174+
- Updated package description
175+
- Updated author information
176+
- Updated dependencies
177+
- Removed @playform/document from devDependencies
179178

180179
## 0.0.5
181180

182181
### Changed
183182

184-
- Updated version to 0.0.5
185-
- Updated package.json scripts
183+
- Updated version to 0.0.5
184+
- Updated package.json scripts
186185

187186
### Added
188187

189-
- Added @playform/document as a peer dependency
188+
- Added @playform/document as a peer dependency
190189

191190
## 0.0.4
192191

193192
### Changed
194193

195-
- Updated version to 0.0.4 (corrected from 0.0.5 in the summary)
196-
- Added "Document" script
197-
- Updated peerDependencies
198-
- Minor code formatting changes
194+
- Updated version to 0.0.4 (corrected from 0.0.5 in the summary)
195+
- Added "Document" script
196+
- Updated peerDependencies
197+
- Minor code formatting changes
199198

200199
## 0.0.3
201200

202201
### Changed
203202

204-
- Updated version to 0.0.3
205-
- Updated dependencies
206-
- Modified Build function to incorporate `tsc-alias`.
207-
- Set `logLevel` in ESBuild configuration to "debug" for enhanced debugging.
203+
- Updated version to 0.0.3
204+
- Updated dependencies
205+
- Modified Build function to incorporate `tsc-alias`.
206+
- Set `logLevel` in ESBuild configuration to "debug" for enhanced debugging.
208207

209208
### Added
210209

211-
- Added `tsc-alias` to dependencies
210+
- Added `tsc-alias` to dependencies
212211

213212
## 0.0.2
214213

215214
### Changed
216215

217-
- Major refactoring and restructuring of the project.
218-
- Updated package name to "@playform/build".
219-
- Updated version to 0.0.2.
220-
- Updated package description, keywords, and metadata.
221-
- Updated dependencies.
222-
- Modified source files structure and content.
223-
- Changed main and types file paths.
224-
- Updated scripts in package.json.
225-
- Simplified configuration by integrating `TypeScript.json` settings into
226-
`tsconfig.json`.
227-
- Removed `esbuild-plugin-copy`.
216+
- Major refactoring and restructuring of the project.
217+
- Updated package name to "@playform/build".
218+
- Updated version to 0.0.2.
219+
- Updated package description, keywords, and metadata.
220+
- Updated dependencies.
221+
- Modified source files structure and content.
222+
- Changed main and types file paths.
223+
- Updated scripts in package.json.
224+
- Simplified configuration by integrating `TypeScript.json` settings into
225+
`tsconfig.json`.
226+
- Removed `esbuild-plugin-copy`.
228227

229228
### Added
230229

231-
- Added new source files and interfaces.
230+
- Added new source files and interfaces.
232231

233232
### Removed
234233

235-
- Removed several old source files and configurations.
236-
- Removed `TypeScriptESBuild.ts` and shifted core logic to `Build.ts`.
234+
- Removed several old source files and configurations.
235+
- Removed `TypeScriptESBuild.ts` and shifted core logic to `Build.ts`.
237236

238237
## 0.0.1
239238

240239
### Added
241240

242-
- Initial release
241+
- Initial release

0 commit comments

Comments
 (0)