@visulima/fmt 2.0.0-alpha.10 → 2.0.0-alpha.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,40 @@
1
+ ## @visulima/fmt [2.0.0-alpha.12](https://github.com/visulima/visulima/compare/@visulima/fmt@2.0.0-alpha.11...@visulima/fmt@2.0.0-alpha.12) (2026-06-04)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **fmt:** 3 bug fixes ([1e631a3](https://github.com/visulima/visulima/commit/1e631a3d1f61960de5fd08f0798fa34c4867733d))
6
+
7
+ ### Miscellaneous Chores
8
+
9
+ * apply eslint + prettier autofixes across packages ([c1bb784](https://github.com/visulima/visulima/commit/c1bb7848a0d93d0dfe2960c77e3cda22239c79a0))
10
+
11
+ ### Tests
12
+
13
+ * **fmt:** cover format specifiers, browser %c path, and parseCss edge values ([5f1981f](https://github.com/visulima/visulima/commit/5f1981f9c577f71d26f5e51f0767b48b9a86894f))
14
+ * improve coverage across packages ([91bd6d3](https://github.com/visulima/visulima/commit/91bd6d3b61736e3c8bd1fc59b0b5955f76a5d323))
15
+
16
+ ## @visulima/fmt [2.0.0-alpha.11](https://github.com/visulima/visulima/compare/@visulima/fmt@2.0.0-alpha.10...@visulima/fmt@2.0.0-alpha.11) (2026-05-27)
17
+
18
+ ### Bug Fixes
19
+
20
+ * **storage-client:** percent-encode user fields in defaultFingerprint ([7c78a0f](https://github.com/visulima/visulima/commit/7c78a0f9512e2a673b941d80839e9f1e86b7b5d0))
21
+
22
+ ### Miscellaneous Chores
23
+
24
+ * **ci-stability:** green CI across vis, native, lint, tests, attw ([#651](https://github.com/visulima/visulima/issues/651)) ([d4eb684](https://github.com/visulima/visulima/commit/d4eb684b5f75c818c9251048c605a0ed54a268e3))
25
+ * **fmt:** housekeeping cleanup ([e7c78e7](https://github.com/visulima/visulima/commit/e7c78e769fac5174d21806a0a90fc816884fba24))
26
+ * **fmt:** upgrade packem to 2.0.0-alpha.76 ([a138bde](https://github.com/visulima/visulima/commit/a138bdedc81c831a1729ee412081e0dbce2df36f))
27
+ * sorted package.json ([b47c545](https://github.com/visulima/visulima/commit/b47c545591600fdab17d5cd3a3fbc68b61e199da))
28
+ * **terminal:** apply prettier and eslint formatting sweep ([15fd89c](https://github.com/visulima/visulima/commit/15fd89c677eea60866e08e4fd5f5a6bc8f3bd2e5))
29
+
30
+ ### Tests
31
+
32
+ * **repo:** add dist runtime + types integration tests ([32ee300](https://github.com/visulima/visulima/commit/32ee300b7184117a0ddf9f9d390f75f8932d5ed9))
33
+
34
+ ### Continuous Integration
35
+
36
+ * integrate codspeed for benchmark tracking ([e758f3d](https://github.com/visulima/visulima/commit/e758f3da491cc00d3f8bbf10d7ba3fdf8deb5325))
37
+
1
38
  ## @visulima/fmt [2.0.0-alpha.10](https://github.com/visulima/visulima/compare/@visulima/fmt@2.0.0-alpha.9...@visulima/fmt@2.0.0-alpha.10) (2026-04-22)
2
39
 
3
40
  ### Bug Fixes