Skip to content

Commit a026493

Browse files
committed
update changelog
1 parent 6b4b68b commit a026493

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
## 🥚 ⟩ [Unreleased]
44

55
### Misc. Improvements
6-
- Decreased memory usage when drawing one canvas's contents onto another (via [drawImage][mdn_drawImage] or [drawCanvas][[drawCanvas]]).
6+
- Decreased memory usage when drawing one canvas's contents onto another (via [drawImage][mdn_drawImage] or [drawCanvas][drawCanvas]).
7+
- Reduced dependency footprint (from 294 to 22 modules when installed with `devDependencies` included):
8+
- replaced `nodemon` with `node --watch`
9+
- replaced `jest` with `node --test` for unit tests
10+
- replaced `express` with `hono` for visual tests
11+
- dropped `lodash` and `fast-glob` usage in test suite
712

813
## 📦 ⟩ [v3.0.4] ⟩ Aug 22, 2025
914

0 commit comments

Comments
 (0)