Skip to content

Commit 122ddbf

Browse files
1 parent 3854aa0 commit 122ddbf

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
## 0.2.0
22

3+
### Breaking Change
4+
5+
- Updated `commander` dependency from 13.1.0 → 14.0.0 (major version update)
6+
7+
### Change
8+
9+
- Updated contact information in package.json to use `PlayForm.Cloud` domain
10+
- Updated dependencies to latest versions:
11+
- `astro` (wildcard → ^5.9.2)
12+
- `lightningcss` (1.29.3 → 1.30.1)
13+
- `sharp` (0.33.5 → 0.34.2)
14+
- `terser` (5.39.0 → 5.42.0)
15+
- `@playform/build` (0.2.1 → 0.2.4)
16+
- `browserslist` (4.24.4 → 4.25.0)
17+
- Refactored option interfaces to use `Partial<>` type for more flexible
18+
configuration
19+
- Improved code organization in:
20+
- Image processing module (Writesharp.ts)
21+
- Core integration logic (Integration.ts)
22+
23+
### Add
24+
25+
- Enhanced JSON compression options with configurable `replacer` and `space`
26+
parameters for `JSON.stringify`
27+
328
## 0.1.9
429

530
### Add

0 commit comments

Comments
 (0)