You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20-22Lines changed: 20 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,26 @@
2
2
3
3
All notable changes to Condense are documented here.
4
4
5
+
## v0.3.6
6
+
7
+
## Release Summary
8
+
9
+
This patch release focuses on optimizing runtime reliability and ensuring engine compatibility for `@studioframes/condense`. The core architectural features—such as stateless, in-memory processing via Buffers and Streams, multi-format pipelines, and flexible integration deployments—remain entirely unchanged.
10
+
11
+
## Dependency Updates
12
+
13
+
We have updated underlying package to ensure seamless native module compilation.
14
+
15
+
***Updated:**`svgo` bumped from `4.0.1` to `4.0.2`
16
+
17
+
## Installation
18
+
19
+
Update or install the new version directly from the npm registry:
20
+
21
+
```bash
22
+
npm i @studioframes/condense@0.3.6
23
+
```
24
+
5
25
## v0.3.5
6
26
7
27
## Release Summary
@@ -103,8 +123,6 @@ Update or install the new version directly from the npm registry:
103
123
npm i @studioframes/condense@0.3.2
104
124
```
105
125
106
-
---
107
-
108
126
## v0.3.1
109
127
110
128
## Release Summary
@@ -163,8 +181,6 @@ Update or install the new version directly from the npm registry:
163
181
npm i @studioframes/condense@0.3.0
164
182
```
165
183
166
-
---
167
-
168
184
## v0.2.2
169
185
170
186
## Release Summary
@@ -185,8 +201,6 @@ Update or install the new version directly from the npm registry:
185
201
npm i @studioframes/condense@0.2.2
186
202
```
187
203
188
-
---
189
-
190
204
## v0.2.1
191
205
192
206
## Release Summary
@@ -208,8 +222,6 @@ Update or install the new version directly from the npm registry:
208
222
npm i @studioframes/condense@0.2.1
209
223
```
210
224
211
-
---
212
-
213
225
## v0.2.0
214
226
215
227
## Release Summary
@@ -239,8 +251,6 @@ Update or install the new version directly from the npm registry:
239
251
npm i @studioframes/condense@0.2.0
240
252
```
241
253
242
-
---
243
-
244
254
## v0.1.6
245
255
246
256
## Release Summary
@@ -282,8 +292,6 @@ Update or install the latest patch version directly from the npm registry:
282
292
npm i @studioframes/condense@0.1.6
283
293
```
284
294
285
-
---
286
-
287
295
## v0.1.5
288
296
289
297
## Release Summary
@@ -324,8 +332,6 @@ Update or install the latest patch version directly from the npm registry:
324
332
npm i @studioframes/condense@0.1.5
325
333
```
326
334
327
-
---
328
-
329
335
## v0.1.4
330
336
331
337
## Release Summary
@@ -377,8 +383,6 @@ Update or install the latest patch version directly from the npm registry:
377
383
npm i @studioframes/condense@0.1.4
378
384
```
379
385
380
-
---
381
-
382
386
## v0.1.3
383
387
384
388
## Release Summary
@@ -419,8 +423,6 @@ Update or install the latest patch version directly from the npm registry:
419
423
npm i @studioframes/condense@0.1.3
420
424
```
421
425
422
-
---
423
-
424
426
## v0.1.2
425
427
426
428
## Release Summary
@@ -463,8 +465,6 @@ npm i @studioframes/condense@0.1.2
463
465
464
466
```
465
467
466
-
---
467
-
468
468
## v0.1.1
469
469
470
470
## Release Summary
@@ -505,8 +505,6 @@ Update or install the latest patch version directly from the npm registry:
Copy file name to clipboardExpand all lines: MIGRATION_GUIDE.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,21 +4,20 @@ This guide summarizes the changes developers should expect when upgrading Conden
4
4
5
5
## Security support and upgrade priority
6
6
7
-
Before planning a migration, use the latest supported release. According to [SECURITY.md](./SECURITY.md), the recommended target for upgrades is the latest stable release, currently 0.3.4.
7
+
Before planning a migration, use the latest supported release. According to [SECURITY.md](./SECURITY.md), the recommended target for upgrades is the latest stable release, currently 0.3.6.
8
8
9
-
| Current version | Status | Recommended action |
10
-
| --- | --- | --- |
11
-
| 0.3.4 | Active | Keep using the latest stable release. |
12
-
| 0.3.3 / 0.3.2 | Unmaintained | Upgrade to 0.3.4+ as soon as practical. |
13
-
| 0.3.1 / 0.3.0 | Deprecated | Upgrade immediately; these releases contain security vulnerabilities that were patched in 0.3.2. |
14
-
| 0.2.x | Unmaintained | Upgrade to 0.3.0+ before relying on it in production. |
15
-
| 0.1.x | Deprecated | Upgrade to 0.2.0+ and re-test integrations thoroughly. |
9
+
| Version | Status | Supported | Notes |
10
+
| --- | --- | --- | --- |
11
+
|**0.3.2 - 0.3.6**|**Active**| ✅ | Always upgrade to the latest patch release for maximum security. |
12
+
|**0.3.0 - 0.3.1**|**Deprecated**| ❌ | Unsupported due to the version containing security vulnerabilities that have been patched in [v0.3.2](https://github.com/studioframes/Condense/releases/tag/v0.3.2). |
13
+
|**0.2.x**|**Active**| ⚠️ | Upgrade to v0.3.x as soon as possible. This set of version will be deprecated at the release of the next minor/major version. |
14
+
|**0.1.x**|**Deprecated**| ❌ | End of life |
16
15
17
16
If you are still on 0.3.0 or 0.3.1, treat that as a security-sensitive migration and prioritize it above normal dependency updates.
18
17
19
18
## Current version notes
20
19
21
-
### Upgrading from 0.3.x to 0.3.4
20
+
### Upgrading from 0.3.x to 0.3.6
22
21
23
22
- No breaking API changes are documented for the core optimization helpers.
24
23
- The update is a dependency refresh and should be safe for existing integrations.
0 commit comments