|
| 1 | +## 0.1.5 |
| 2 | + |
1 | 3 | ## 0.1.4 |
2 | 4 |
|
3 | 5 | ### Change |
4 | 6 |
|
5 | 7 | - Updated `@types/node` from 22.13.14 to 25.0.3 |
6 | 8 | - Updated `@playform/build` from 0.2.1 to 0.2.6 |
7 | 9 | - Changed package author email from `Source/Open@PlayForm.LTD` to |
8 | | - `Source/Open@PlayForm.Cloud` |
| 10 | +`Source/Open@PlayForm.Cloud` |
9 | 11 | - Changed package author URL from `HTTPS://PlayForm.LTD` to |
10 | | - `HTTPS://PlayForm.Cloud` |
| 12 | +`HTTPS://PlayForm.Cloud` |
11 | 13 | - Replaced `Promise.all()` with `Promise.allSettled()` in pipeline execution for |
12 | | - better error resilience |
| 14 | +better error resilience |
13 | 15 |
|
14 | 16 | ## 0.1.3 |
15 | 17 |
|
|
18 | 20 | - Updated `@types/node` from 22.10.5 to 22.13.14 |
19 | 21 | - Updated `deepmerge-ts` from 7.1.3 to 7.1.5 |
20 | 22 | - Refactored core module imports to use Node.js protocol syntax (`node:url`, |
21 | | - `node:fs/promises`) |
| 23 | +`node:fs/promises`) |
22 | 24 | - Improved asynchronous pipeline handling with Promise chaining |
23 | 25 | - Optimized file system operations: |
24 | | - - Direct use of `mkdir`, `stat` and `writeFile` from `node:fs/promises` |
25 | | - - Simplified recursive directory creation logic |
| 26 | + - Direct use of `mkdir`, `stat` and `writeFile` from `node:fs/promises` |
| 27 | + - Simplified recursive directory creation logic |
26 | 28 | - Enhanced error handling and logging consistency |
27 | 29 | - Reordered interface imports and destructuring patterns |
28 | 30 | - Updated package.json metadata formatting (emoji position adjustments) |
|
50 | 52 | - Updated `.npmignore` to exclude `docs/` directory. |
51 | 53 | - Added badges for dependents to `DEPENDENTS.md`. |
52 | 54 | - Updated `README.md` to remove the summary section and point to `CHANGELOG.md` |
53 | | - for change history. |
| 55 | +for change history. |
54 | 56 | - Updated `package.json` author information: |
55 | | - - Changed author email from `Source/Open@PlayForm.Cloud` to |
56 | | - `Source/Open@PlayForm.Cloud` |
57 | | - - Changed author URL from `HTTPS://PlayForm.Cloud` to |
58 | | - `HTTPS://PlayForm.Cloud` |
| 57 | + - Changed author email from `Source/Open@PlayForm.Cloud` to |
| 58 | + `Source/Open@PlayForm.Cloud` |
| 59 | + - Changed author URL from `HTTPS://PlayForm.Cloud` to |
| 60 | + `HTTPS://PlayForm.Cloud` |
59 | 61 |
|
60 | 62 | ### Removed |
61 | 63 |
|
|
73 | 75 | ### Add |
74 | 76 |
|
75 | 77 | - Added `.npmignore` file to exclude unnecessary files from the published |
76 | | - package. |
| 78 | +package. |
77 | 79 |
|
78 | 80 | ## 0.1.0 |
79 | 81 |
|
80 | 82 | ### Change |
81 | 83 |
|
82 | 84 | - Updated version to 0.1.0 |
83 | 85 | - Updated dependencies, including `@types/node`, `deepmerge-ts`, and |
84 | | - `@playform/build` |
| 86 | +`@playform/build` |
85 | 87 | - Updated README.md with simplified language and improved formatting. |
86 | 88 | - Refactored code for better readability and consistency. |
87 | 89 |
|
|
95 | 97 |
|
96 | 98 | - Updated version to 0.0.6 |
97 | 99 | - Updated dependencies: |
98 | | - - `@types/node` to 20.14.2 |
99 | | - - `deepmerge-ts` to 7.0.3 |
| 100 | + - `@types/node` to 20.14.2 |
| 101 | + - `deepmerge-ts` to 7.0.3 |
100 | 102 | - Moved `@playform/build` from `devDependencies` to `peerDependencies`. |
101 | 103 |
|
102 | 104 | ### Add |
|
109 | 111 |
|
110 | 112 | - Updated version to 0.0.5 |
111 | 113 | - Updated dependencies: |
112 | | - - `@playform/build` to 0.0.9 |
113 | | - - `@playform/document` to 0.0.7 |
| 114 | + - `@playform/build` to 0.0.9 |
| 115 | + - `@playform/document` to 0.0.7 |
114 | 116 | - Added optional peer dependencies for `@playform/build` and |
115 | | - `@playform/document`. |
| 117 | +`@playform/document`. |
116 | 118 | - Improved code documentation and comments. |
117 | 119 |
|
118 | 120 | ## 0.0.4 |
|
121 | 123 |
|
122 | 124 | - Updated version to 0.0.4 |
123 | 125 | - Updated dependencies: |
124 | | - - `@types/node` to 20.12.12 |
125 | | - - `deepmerge-ts` to 7.0.1 |
| 126 | + - `@types/node` to 20.12.12 |
| 127 | + - `deepmerge-ts` to 7.0.1 |
126 | 128 | - Moved `@playform/build` from `devDependencies` to `peerDependencies` and |
127 | | - marked it as optional. |
| 129 | +marked it as optional. |
128 | 130 |
|
129 | 131 | ### Add |
130 | 132 |
|
|
136 | 138 |
|
137 | 139 | - Updated version to 0.0.3 |
138 | 140 | - Updated dependencies: |
139 | | - - `@types/node` to 20.12.11 |
140 | | - - `@playform/build` to 0.0.8 |
| 141 | + - `@types/node` to 20.12.11 |
| 142 | + - `@playform/build` to 0.0.8 |
141 | 143 | - Updated package description to use an em dash instead of a period. |
142 | 144 | - Updated repository URLs in `package.json` to use HTTPS. |
143 | 145 | - Updated `package.json` with new author information. |
|
0 commit comments