|
2 | 2 |
|
3 | 3 | ### Changed |
4 | 4 |
|
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 |
11 | 11 |
|
12 | 12 | ## 0.1.8 |
13 | 13 |
|
14 | 14 | ### Changed |
15 | 15 |
|
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. |
22 | 22 |
|
23 | 23 | ## 0.1.7 |
24 | 24 |
|
25 | 25 | ### Changed |
26 | 26 |
|
27 | | -- Updated dependencies. |
28 | | -- Simplified documentation folder structure. |
| 27 | +- Updated dependencies. |
| 28 | +- Simplified documentation folder structure. |
29 | 29 |
|
30 | 30 | ## 0.1.6 |
31 | 31 |
|
32 | 32 | ### Changed |
33 | 33 |
|
34 | | -- Simplified build process to improve performance. |
35 | | -- Updated dependencies. |
| 34 | +- Simplified build process to improve performance. |
| 35 | +- Updated dependencies. |
36 | 36 |
|
37 | 37 | ## 0.1.5 |
38 | 38 |
|
39 | 39 | ### Changed |
40 | 40 |
|
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 |
48 | 47 |
|
49 | 48 | ### Added |
50 | 49 |
|
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. |
53 | 52 |
|
54 | 53 | ## 0.1.4 |
55 | 54 |
|
56 | 55 | ### Changed |
57 | 56 |
|
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. |
63 | 62 |
|
64 | 63 | ### Added |
65 | 64 |
|
66 | | -- Added `experimentalDecorators` option to tsconfig.json |
| 65 | +- Added `experimentalDecorators` option to tsconfig.json |
67 | 66 |
|
68 | 67 | ## 0.1.3 |
69 | 68 |
|
70 | 69 | ### Changed |
71 | 70 |
|
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 |
76 | 75 |
|
77 | 76 | ### Added |
78 | 77 |
|
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 |
81 | 80 |
|
82 | 81 | ## 0.1.2 |
83 | 82 |
|
84 | 83 | ### Changed |
85 | 84 |
|
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 |
94 | 93 |
|
95 | 94 | ### Added |
96 | 95 |
|
97 | | -- Added `provenance: true` to publishConfig in package.json |
| 96 | +- Added `provenance: true` to publishConfig in package.json |
98 | 97 |
|
99 | 98 | ## 0.1.1 |
100 | 99 |
|
101 | 100 | ### Changed |
102 | 101 |
|
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" |
105 | 104 |
|
106 | 105 | ## 0.1.0 |
107 | 106 |
|
108 | 107 | ### Changed |
109 | 108 |
|
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. |
116 | 115 |
|
117 | 116 | ### Added |
118 | 117 |
|
119 | | -- Added Watch option to Build command |
| 118 | +- Added Watch option to Build command |
120 | 119 |
|
121 | 120 | ### Removed |
122 | 121 |
|
123 | | -- Removed peerDependencies |
| 122 | +- Removed peerDependencies |
124 | 123 |
|
125 | 124 | ## 0.0.11 |
126 | 125 |
|
127 | 126 | ### Changed |
128 | 127 |
|
129 | | -- Updated dependencies |
| 128 | +- Updated dependencies |
130 | 129 |
|
131 | 130 | ## 0.0.10 |
132 | 131 |
|
133 | 132 | ### Changed |
134 | 133 |
|
135 | | -- Removed Document script |
136 | | -- Updated dependencies |
| 134 | +- Removed Document script |
| 135 | +- Updated dependencies |
137 | 136 |
|
138 | 137 | ## 0.0.9 |
139 | 138 |
|
140 | 139 | ### Changed |
141 | 140 |
|
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 |
146 | 145 |
|
147 | 146 | ### Added |
148 | 147 |
|
149 | | -- Added peerDependencies |
150 | | -- Added peerDependenciesMeta for optional dependencies |
| 148 | +- Added peerDependencies |
| 149 | +- Added peerDependenciesMeta for optional dependencies |
151 | 150 |
|
152 | 151 | ## 0.0.8 |
153 | 152 |
|
154 | 153 | ### Changed |
155 | 154 |
|
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. |
162 | 161 |
|
163 | 162 | ## 0.0.7 |
164 | 163 |
|
165 | 164 | ### Changed |
166 | 165 |
|
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 |
169 | 168 |
|
170 | 169 | ## 0.0.6 |
171 | 170 |
|
172 | 171 | ### Changed |
173 | 172 |
|
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 |
179 | 178 |
|
180 | 179 | ## 0.0.5 |
181 | 180 |
|
182 | 181 | ### Changed |
183 | 182 |
|
184 | | -- Updated version to 0.0.5 |
185 | | -- Updated package.json scripts |
| 183 | +- Updated version to 0.0.5 |
| 184 | +- Updated package.json scripts |
186 | 185 |
|
187 | 186 | ### Added |
188 | 187 |
|
189 | | -- Added @playform/document as a peer dependency |
| 188 | +- Added @playform/document as a peer dependency |
190 | 189 |
|
191 | 190 | ## 0.0.4 |
192 | 191 |
|
193 | 192 | ### Changed |
194 | 193 |
|
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 |
199 | 198 |
|
200 | 199 | ## 0.0.3 |
201 | 200 |
|
202 | 201 | ### Changed |
203 | 202 |
|
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. |
208 | 207 |
|
209 | 208 | ### Added |
210 | 209 |
|
211 | | -- Added `tsc-alias` to dependencies |
| 210 | +- Added `tsc-alias` to dependencies |
212 | 211 |
|
213 | 212 | ## 0.0.2 |
214 | 213 |
|
215 | 214 | ### Changed |
216 | 215 |
|
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`. |
228 | 227 |
|
229 | 228 | ### Added |
230 | 229 |
|
231 | | -- Added new source files and interfaces. |
| 230 | +- Added new source files and interfaces. |
232 | 231 |
|
233 | 232 | ### Removed |
234 | 233 |
|
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`. |
237 | 236 |
|
238 | 237 | ## 0.0.1 |
239 | 238 |
|
240 | 239 | ### Added |
241 | 240 |
|
242 | | -- Initial release |
| 241 | +- Initial release |
0 commit comments