We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b4b68b commit a026493Copy full SHA for a026493
CHANGELOG.md
@@ -3,7 +3,12 @@
3
## 🥚 ⟩ [Unreleased]
4
5
### Misc. Improvements
6
-- Decreased memory usage when drawing one canvas's contents onto another (via [drawImage][mdn_drawImage] or [drawCanvas][[drawCanvas]]).
+- 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
12
13
## 📦 ⟩ [v3.0.4] ⟩ Aug 22, 2025
14
0 commit comments