|
| 1 | +## 0.1.4 |
| 2 | + |
1 | 3 | ## 0.1.3 |
2 | 4 |
|
3 | 5 | ### Changed |
4 | 6 |
|
5 | | -- Updated `cloudflare/wrangler-action` to v3.12.1 in `Cloudflare.ts`. |
6 | | -- Updated `actions/setup-node` to v4.1.0 in `Node.ts` and `NPM.yml`. |
7 | | -- Updated `actions/cache` to v4.1.2 in `Rust.ts`. |
8 | | -- Updated `actions/checkout` to v4.2.2 in multiple workflow files |
9 | | - (`Cloudflare.yml`, `codeql.yml`, `Node.yml`, `NPM.yml`, `Rust.yml`). |
10 | | -- Updated `github/codeql-action` to v3.27.4 in `codeql.yml`. |
| 7 | +- Updated `cloudflare/wrangler-action` to v3.12.1 in `Cloudflare.ts`. |
| 8 | +- Updated `actions/setup-node` to v4.1.0 in `Node.ts` and `NPM.yml`. |
| 9 | +- Updated `actions/cache` to v4.1.2 in `Rust.ts`. |
| 10 | +- Updated `actions/checkout` to v4.2.2 in multiple workflow files |
| 11 | + (`Cloudflare.yml`, `codeql.yml`, `Node.yml`, `NPM.yml`, `Rust.yml`). |
| 12 | +- Updated `github/codeql-action` to v3.27.4 in `codeql.yml`. |
11 | 13 |
|
12 | 14 | ## 0.1.2 |
13 | 15 |
|
14 | 16 | ### Added |
15 | 17 |
|
16 | | -- Added `Action.sh` script for managing GitHub Actions. |
17 | | -- Added import statements for `Files` type in various command files. |
| 18 | +- Added `Action.sh` script for managing GitHub Actions. |
| 19 | +- Added import statements for `Files` type in various command files. |
18 | 20 |
|
19 | 21 | ### Changed |
20 | 22 |
|
21 | | -- Updated `.npmignore` to replace `Documentation/` with `docs/` and |
22 | | - `Summary.md` with `Action.sh`. |
23 | | -- Updated `package.json`: |
24 | | - - Bumped version from 0.1.1 to 0.1.2. |
25 | | - - Updated email to `Source/Open@PlayForm.LTD`. |
26 | | - - Updated URL to `HTTPS://PlayForm.LTD`. |
27 | | - - Updated `deepmerge-ts` to version 7.1.3. |
28 | | - - Updated `@octokit/types` to version 13.6.1. |
29 | | - - Updated `@playform/build` to version 0.1.8. |
30 | | - - Updated `@types/node` to version 22.9.0. |
31 | | -- Updated various GitHub Actions and workflows: |
32 | | - - Updated `cloudflare/wrangler-action` to v3.9.0 in `Cloudflare.ts`. |
33 | | - - Updated `actions/setup-node` to v4.0.4 in `Node.ts` and `NPM.yml`. |
34 | | - - Updated `actions/upload-artifact` to v4.4.3 in `Node.ts`. |
35 | | - - Updated `actions/cache` to v4.1.1 in `Rust.ts`. |
36 | | - - Updated `actions/checkout` to v4.2.1 in multiple workflow files. |
37 | | - - Updated `github/codeql-action` to v3.26.13 in `codeql.yml`. |
38 | | -- Improved code formatting and consistency across various TypeScript files. |
| 23 | +- Updated `.npmignore` to replace `Documentation/` with `docs/` and `Summary.md` |
| 24 | + with `Action.sh`. |
| 25 | +- Updated `package.json`: |
| 26 | + - Bumped version from 0.1.1 to 0.1.2. |
| 27 | + - Updated email to `Source/Open@PlayForm.LTD`. |
| 28 | + - Updated URL to `HTTPS://PlayForm.LTD`. |
| 29 | + - Updated `deepmerge-ts` to version 7.1.3. |
| 30 | + - Updated `@octokit/types` to version 13.6.1. |
| 31 | + - Updated `@playform/build` to version 0.1.8. |
| 32 | + - Updated `@types/node` to version 22.9.0. |
| 33 | +- Updated various GitHub Actions and workflows: |
| 34 | + - Updated `cloudflare/wrangler-action` to v3.9.0 in `Cloudflare.ts`. |
| 35 | + - Updated `actions/setup-node` to v4.0.4 in `Node.ts` and `NPM.yml`. |
| 36 | + - Updated `actions/upload-artifact` to v4.4.3 in `Node.ts`. |
| 37 | + - Updated `actions/cache` to v4.1.1 in `Rust.ts`. |
| 38 | + - Updated `actions/checkout` to v4.2.1 in multiple workflow files. |
| 39 | + - Updated `github/codeql-action` to v3.26.13 in `codeql.yml`. |
| 40 | +- Improved code formatting and consistency across various TypeScript files. |
39 | 41 |
|
40 | 42 | ## 0.1.1 |
41 | 43 |
|
42 | 44 | ### Changed |
43 | 45 |
|
44 | | -- Updated `@playform/build` to version 0.1.3 |
45 | | -- Updated `@types/node` to version 22.5.0 |
46 | | -- Updated `zod` to version 3.23.8 |
47 | | -- Updated `actions/upload-artifact` to v4.3.6 in Node.ts |
| 46 | +- Updated `@playform/build` to version 0.1.3 |
| 47 | +- Updated `@types/node` to version 22.5.0 |
| 48 | +- Updated `zod` to version 3.23.8 |
| 49 | +- Updated `actions/upload-artifact` to v4.3.6 in Node.ts |
48 | 50 |
|
49 | 51 | ## 0.1.0 |
50 | 52 |
|
51 | 53 | ### Changed |
52 | 54 |
|
53 | | -- Updated `deepmerge-ts` to version 7.1.0 |
54 | | -- Updated `@playform/build` to version 0.1.2 |
55 | | -- Updated `@types/node` to version 20.14.12 |
56 | | -- Updated `zod` to the latest version |
57 | | -- Updated `Run` script to use `Build 'Source/**/*.ts' --Watch` |
58 | | -- Added `provenance: true` to `package.json` |
| 55 | +- Updated `deepmerge-ts` to version 7.1.0 |
| 56 | +- Updated `@playform/build` to version 0.1.2 |
| 57 | +- Updated `@types/node` to version 20.14.12 |
| 58 | +- Updated `zod` to the latest version |
| 59 | +- Updated `Run` script to use `Build 'Source/**/*.ts' --Watch` |
| 60 | +- Added `provenance: true` to `package.json` |
59 | 61 |
|
60 | 62 | ## 0.0.8 |
61 | 63 |
|
62 | 64 | ### Changed |
63 | 65 |
|
64 | | -- Updated version to 0.0.8 |
65 | | -- Updated `deepmerge-ts` to version 7.0.3 |
66 | | -- Updated `@playform/build` to version 0.1.0 |
67 | | -- Updated `@types/node` to version 20.14.10 |
68 | | -- Updated project description to "🔧 Maintain —" |
| 66 | +- Updated version to 0.0.8 |
| 67 | +- Updated `deepmerge-ts` to version 7.0.3 |
| 68 | +- Updated `@playform/build` to version 0.1.0 |
| 69 | +- Updated `@types/node` to version 20.14.10 |
| 70 | +- Updated project description to "🔧 Maintain —" |
69 | 71 |
|
70 | 72 | ### Fixed |
71 | 73 |
|
72 | | -- Fixed evolving type errors by adding |
73 | | - `// biome-ignore lint/nursery/noEvolvingTypes:` annotations |
| 74 | +- Fixed evolving type errors by adding |
| 75 | + `// biome-ignore lint/nursery/noEvolvingTypes:` annotations |
74 | 76 |
|
75 | 77 | ## 0.0.7 |
76 | 78 |
|
77 | 79 | ### Changed |
78 | 80 |
|
79 | | -- Updated version to 0.0.8 |
80 | | -- Updated `deepmerge-ts` to version 7.0.3 |
81 | | -- Updated `@playform/build` to version 0.1.0 |
82 | | -- Updated `@types/node` to version 20.14.10 |
83 | | -- Updated project description to "🔧 Maintain —" |
| 81 | +- Updated version to 0.0.8 |
| 82 | +- Updated `deepmerge-ts` to version 7.0.3 |
| 83 | +- Updated `@playform/build` to version 0.1.0 |
| 84 | +- Updated `@types/node` to version 20.14.10 |
| 85 | +- Updated project description to "🔧 Maintain —" |
84 | 86 |
|
85 | 87 | ### Fixed |
86 | 88 |
|
87 | | -- Fixed evolving type errors by adding |
88 | | - `// biome-ignore lint/nursery/noEvolvingTypes:` annotations |
| 89 | +- Fixed evolving type errors by adding |
| 90 | + `// biome-ignore lint/nursery/noEvolvingTypes:` annotations |
89 | 91 |
|
90 | 92 | ## 0.0.6 |
91 | 93 |
|
92 | 94 | ### Changed |
93 | 95 |
|
94 | | -- Updated version to 0.0.6 |
95 | | -- Updated `@playform/build` to version 0.0.10 |
| 96 | +- Updated version to 0.0.6 |
| 97 | +- Updated `@playform/build` to version 0.0.10 |
96 | 98 |
|
97 | 99 | ## 0.0.5 |
98 | 100 |
|
99 | 101 | ### Changed |
100 | 102 |
|
101 | | -- Updated version to 0.0.5 |
102 | | -- Added `@playform/build` as a peer dependency |
103 | | -- Added `peerDependenciesMeta` to mark `@playform/build` as optional |
| 103 | +- Updated version to 0.0.5 |
| 104 | +- Added `@playform/build` as a peer dependency |
| 105 | +- Added `peerDependenciesMeta` to mark `@playform/build` as optional |
104 | 106 |
|
105 | 107 | ## 0.0.4 |
106 | 108 |
|
107 | 109 | ### Changed |
108 | 110 |
|
109 | | -- Updated version to 0.0.4 |
110 | | -- Updated project description to "🔧 Maintain —" |
111 | | -- Updated homepage URL to use HTTPS |
112 | | -- Updated author information |
113 | | -- Updated dependencies: |
114 | | - - `@octokit/core` to version 6.1.2 |
115 | | - - `commander` to version 12.1.0 |
116 | | - - `deepmerge-ts` to version 7.0.1 |
117 | | - - `zod` to version 3.23.8 |
118 | | - - `@octokit/types` to version 13.5.0 |
119 | | - - `@playform/build` to version 0.0.9 |
120 | | - - `@playform/document` to version 0.0.7 |
121 | | - - `@types/node` to version 20.12.12 |
122 | | -- Improved code formatting and consistency |
123 | | -- Updated workflows to use newer versions of actions |
| 111 | +- Updated version to 0.0.4 |
| 112 | +- Updated project description to "🔧 Maintain —" |
| 113 | +- Updated homepage URL to use HTTPS |
| 114 | +- Updated author information |
| 115 | +- Updated dependencies: |
| 116 | + - `@octokit/core` to version 6.1.2 |
| 117 | + - `commander` to version 12.1.0 |
| 118 | + - `deepmerge-ts` to version 7.0.1 |
| 119 | + - `zod` to version 3.23.8 |
| 120 | + - `@octokit/types` to version 13.5.0 |
| 121 | + - `@playform/build` to version 0.0.9 |
| 122 | + - `@playform/document` to version 0.0.7 |
| 123 | + - `@types/node` to version 20.12.12 |
| 124 | +- Improved code formatting and consistency |
| 125 | +- Updated workflows to use newer versions of actions |
124 | 126 |
|
125 | 127 | ### Removed |
126 | 128 |
|
127 | | -- Removed `.env` from `.gitignore` |
| 129 | +- Removed `.env` from `.gitignore` |
128 | 130 |
|
129 | 131 | ## 0.0.3 |
130 | 132 |
|
131 | 133 | ### Changed |
132 | 134 |
|
133 | | -- Updated version to 0.0.3 |
134 | | -- Updated homepage to `HTTPS://github.com/Playform/Maintain#readme` |
135 | | -- Added `Document` script |
| 135 | +- Updated version to 0.0.3 |
| 136 | +- Updated homepage to `HTTPS://github.com/Playform/Maintain#readme` |
| 137 | +- Added `Document` script |
136 | 138 |
|
137 | 139 | ### Added |
138 | 140 |
|
139 | | -- Added `@playform/document` as a dependency |
| 141 | +- Added `@playform/document` as a dependency |
140 | 142 |
|
141 | 143 | ## 0.0.2 |
142 | 144 |
|
143 | 145 | ### Changed |
144 | 146 |
|
145 | | -- Updated version to 0.0.2 |
| 147 | +- Updated version to 0.0.2 |
146 | 148 |
|
147 | 149 | ## 0.0.1 |
148 | 150 |
|
149 | 151 | ### Added |
150 | 152 |
|
151 | | -- Initial Release |
| 153 | +- Initial Release |
0 commit comments