@visulima/fmt 2.0.0-alpha.1 → 2.0.0-alpha.11
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 +124 -0
- package/LICENSE.md +1 -1
- package/README.md +32 -14
- package/dist/index.cjs +1 -656
- package/dist/index.d.cts +8 -7
- package/dist/index.d.mts +8 -7
- package/dist/index.d.ts +8 -7
- package/dist/index.mjs +1 -651
- package/package.json +4 -6
- package/dist/inspect-colors.d.cts +0 -12
- package/dist/inspect-colors.d.mts +0 -12
- package/dist/inspect-colors.d.ts +0 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,127 @@
|
|
|
1
|
+
## @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)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **storage-client:** percent-encode user fields in defaultFingerprint ([7c78a0f](https://github.com/visulima/visulima/commit/7c78a0f9512e2a673b941d80839e9f1e86b7b5d0))
|
|
6
|
+
|
|
7
|
+
### Miscellaneous Chores
|
|
8
|
+
|
|
9
|
+
* **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))
|
|
10
|
+
* **fmt:** housekeeping cleanup ([e7c78e7](https://github.com/visulima/visulima/commit/e7c78e769fac5174d21806a0a90fc816884fba24))
|
|
11
|
+
* **fmt:** upgrade packem to 2.0.0-alpha.76 ([a138bde](https://github.com/visulima/visulima/commit/a138bdedc81c831a1729ee412081e0dbce2df36f))
|
|
12
|
+
* sorted package.json ([b47c545](https://github.com/visulima/visulima/commit/b47c545591600fdab17d5cd3a3fbc68b61e199da))
|
|
13
|
+
* **terminal:** apply prettier and eslint formatting sweep ([15fd89c](https://github.com/visulima/visulima/commit/15fd89c677eea60866e08e4fd5f5a6bc8f3bd2e5))
|
|
14
|
+
|
|
15
|
+
### Tests
|
|
16
|
+
|
|
17
|
+
* **repo:** add dist runtime + types integration tests ([32ee300](https://github.com/visulima/visulima/commit/32ee300b7184117a0ddf9f9d390f75f8932d5ed9))
|
|
18
|
+
|
|
19
|
+
### Continuous Integration
|
|
20
|
+
|
|
21
|
+
* integrate codspeed for benchmark tracking ([e758f3d](https://github.com/visulima/visulima/commit/e758f3da491cc00d3f8bbf10d7ba3fdf8deb5325))
|
|
22
|
+
|
|
23
|
+
## @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)
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* Remove JSR configuration generation script and generated jsr.json files ([#616](https://github.com/visulima/visulima/issues/616)) ([533744b](https://github.com/visulima/visulima/commit/533744b103b74896941db5b727173e617a27a63b))
|
|
28
|
+
|
|
29
|
+
### Miscellaneous Chores
|
|
30
|
+
|
|
31
|
+
* bump engines.node to ^22.14.0 || >=24.10.0 ([c3d0931](https://github.com/visulima/visulima/commit/c3d0931d1504e4f21ebf50ea680cfa7ce4ba15ce))
|
|
32
|
+
* fixed jsr.json ([5d85e51](https://github.com/visulima/visulima/commit/5d85e5179de38e284ec433b14d77c71a1619c8d6))
|
|
33
|
+
* **fmt:** apply pending changes ([587102a](https://github.com/visulima/visulima/commit/587102a3ebdfe4aaf965f4277c1bf7a9f96f6084))
|
|
34
|
+
|
|
35
|
+
## @visulima/fmt [2.0.0-alpha.9](https://github.com/visulima/visulima/compare/@visulima/fmt@2.0.0-alpha.8...@visulima/fmt@2.0.0-alpha.9) (2026-04-15)
|
|
36
|
+
|
|
37
|
+
### Bug Fixes
|
|
38
|
+
|
|
39
|
+
* **fmt:** export CssObject type and type previousCss explicitly ([e1e7e53](https://github.com/visulima/visulima/commit/e1e7e5357c9920945d3cbe49f073291f1f104208))
|
|
40
|
+
* **terminal:** resolve eslint and formatting issues ([8f30389](https://github.com/visulima/visulima/commit/8f30389deb9ff81e7afce0aa064ef11fcb179f23))
|
|
41
|
+
|
|
42
|
+
## @visulima/fmt [2.0.0-alpha.8](https://github.com/visulima/visulima/compare/@visulima/fmt@2.0.0-alpha.7...@visulima/fmt@2.0.0-alpha.8) (2026-04-08)
|
|
43
|
+
|
|
44
|
+
### Bug Fixes
|
|
45
|
+
|
|
46
|
+
* **fmt:** resolve eslint errors ([45181b2](https://github.com/visulima/visulima/commit/45181b24520bcb2ee766497e677f7fcd6f8182d8))
|
|
47
|
+
|
|
48
|
+
### Miscellaneous Chores
|
|
49
|
+
|
|
50
|
+
* **fmt:** add tsconfig.eslint.json for type-aware linting ([d47f7c0](https://github.com/visulima/visulima/commit/d47f7c0068c69d0f9de86c2d6653ba5d3b55ab48))
|
|
51
|
+
* **fmt:** apply prettier formatting ([1e9c241](https://github.com/visulima/visulima/commit/1e9c241d498a92740cb9d6b5ff040d200738669a))
|
|
52
|
+
* **fmt:** migrate .prettierrc.cjs to prettier.config.js ([c699d91](https://github.com/visulima/visulima/commit/c699d916dd5c9a00bcec10f2ae073774d932cb3d))
|
|
53
|
+
* **terminal:** remove empty dependency objects from package.json ([562c704](https://github.com/visulima/visulima/commit/562c704e5d90aa2d13eae942ebbdcfeb787c2b46))
|
|
54
|
+
|
|
55
|
+
## @visulima/fmt [2.0.0-alpha.7](https://github.com/visulima/visulima/compare/@visulima/fmt@2.0.0-alpha.6...@visulima/fmt@2.0.0-alpha.7) (2026-03-26)
|
|
56
|
+
|
|
57
|
+
### Features
|
|
58
|
+
|
|
59
|
+
* **web:** auto-generate packages page from workspace metadata ([623e520](https://github.com/visulima/visulima/commit/623e5207693a7fe720f5f2f179593a3654c880e3))
|
|
60
|
+
|
|
61
|
+
### Miscellaneous Chores
|
|
62
|
+
|
|
63
|
+
* update homepage URLs to visulima.com/packages/ format ([be42968](https://github.com/visulima/visulima/commit/be42968129df85fb074224435e33135ff44cab91))
|
|
64
|
+
|
|
65
|
+
## @visulima/fmt [2.0.0-alpha.6](https://github.com/visulima/visulima/compare/@visulima/fmt@2.0.0-alpha.5...@visulima/fmt@2.0.0-alpha.6) (2026-03-26)
|
|
66
|
+
|
|
67
|
+
### Bug Fixes
|
|
68
|
+
|
|
69
|
+
* **web:** improve build setup with incremental stats caching and prod install ([fe33e75](https://github.com/visulima/visulima/commit/fe33e75827586779b4b3a0c6d57b39f889ee6207))
|
|
70
|
+
|
|
71
|
+
### Miscellaneous Chores
|
|
72
|
+
|
|
73
|
+
* **fmt:** migrate deps to pnpm catalogs ([92bf4f0](https://github.com/visulima/visulima/commit/92bf4f07f6e64923f5739bd4cfe0d84349f17752))
|
|
74
|
+
* **fmt:** update dependencies ([3e7b109](https://github.com/visulima/visulima/commit/3e7b1098a0403211311e49bc9e22c7523c39cfc7))
|
|
75
|
+
* visulima website ([#591](https://github.com/visulima/visulima/issues/591)) ([59ab2e2](https://github.com/visulima/visulima/commit/59ab2e2befb03e51cd2088956f83d9b87de6d033))
|
|
76
|
+
|
|
77
|
+
### Code Refactoring
|
|
78
|
+
|
|
79
|
+
* **docs:** migrate Nextra components to fumadocs-ui, remove Nextra stripping ([484878f](https://github.com/visulima/visulima/commit/484878f01879363ef5e9a0282904dc4627d6060c))
|
|
80
|
+
|
|
81
|
+
## @visulima/fmt [2.0.0-alpha.5](https://github.com/visulima/visulima/compare/@visulima/fmt@2.0.0-alpha.4...@visulima/fmt@2.0.0-alpha.5) (2026-03-06)
|
|
82
|
+
|
|
83
|
+
### Bug Fixes
|
|
84
|
+
|
|
85
|
+
* **fmt:** update packem to 2.0.0-alpha.54 ([78a1680](https://github.com/visulima/visulima/commit/78a1680cde1175bd5867b21bda9b732a9acdc6aa))
|
|
86
|
+
|
|
87
|
+
### Documentation
|
|
88
|
+
|
|
89
|
+
* **bytes,deep-clone,ansi,fmt,find-cache-dir:** add comprehensive Fumadocs documentation ([dfe0116](https://github.com/visulima/visulima/commit/dfe0116ebd26fe38f94f77b8ed4dadc3ff45ba91))
|
|
90
|
+
|
|
91
|
+
### Miscellaneous Chores
|
|
92
|
+
|
|
93
|
+
* **fmt:** update dependencies ([4a8264c](https://github.com/visulima/visulima/commit/4a8264c88fb9dbb3c05044a1cb9e739e47b6d179))
|
|
94
|
+
* **fmt:** update dependencies ([17eded3](https://github.com/visulima/visulima/commit/17eded3dc12040ecfb92ad675f99d5eccee74245))
|
|
95
|
+
* **terminal:** update dependencies ([a5bb91a](https://github.com/visulima/visulima/commit/a5bb91a66f2be2ade485d586156a54c347a23cc9))
|
|
96
|
+
* update lock file maintenance ([d83e716](https://github.com/visulima/visulima/commit/d83e71697b75d24704185b66bb521a934d2db02d))
|
|
97
|
+
* year update ([47f4105](https://github.com/visulima/visulima/commit/47f410596ce7190cfea36a073db32e0cec50bbcd))
|
|
98
|
+
|
|
99
|
+
## @visulima/fmt [2.0.0-alpha.4](https://github.com/visulima/visulima/compare/@visulima/fmt@2.0.0-alpha.3...@visulima/fmt@2.0.0-alpha.4) (2025-12-27)
|
|
100
|
+
|
|
101
|
+
### Bug Fixes
|
|
102
|
+
|
|
103
|
+
* **fmt:** update package files ([d8a3655](https://github.com/visulima/visulima/commit/d8a36557d4a7ad72645d8ad96118ee0bd09ddd39))
|
|
104
|
+
|
|
105
|
+
### Miscellaneous Chores
|
|
106
|
+
|
|
107
|
+
* fixed project.json names and schema path ([964722f](https://github.com/visulima/visulima/commit/964722f691db205c7edb9aa6db29e849a647500b))
|
|
108
|
+
|
|
109
|
+
## @visulima/fmt [2.0.0-alpha.3](https://github.com/visulima/visulima/compare/@visulima/fmt@2.0.0-alpha.2...@visulima/fmt@2.0.0-alpha.3) (2025-12-11)
|
|
110
|
+
|
|
111
|
+
### Bug Fixes
|
|
112
|
+
|
|
113
|
+
* update package OG images across multiple packages ([f08e4dd](https://github.com/visulima/visulima/commit/f08e4dd2b105ccb29c8412020a9c2be36d6c1e9e))
|
|
114
|
+
|
|
115
|
+
## @visulima/fmt [2.0.0-alpha.2](https://github.com/visulima/visulima/compare/@visulima/fmt@2.0.0-alpha.1...@visulima/fmt@2.0.0-alpha.2) (2025-12-06)
|
|
116
|
+
|
|
117
|
+
### Bug Fixes
|
|
118
|
+
|
|
119
|
+
* add new package image, fixed readme rendering on npm, fixed building of packages ([b790ba2](https://github.com/visulima/visulima/commit/b790ba253ea07fef83528fd822a678facf021b5f))
|
|
120
|
+
|
|
121
|
+
### Miscellaneous Chores
|
|
122
|
+
|
|
123
|
+
* update @anolilab/semantic-release-pnpm and @anolilab/semantic-release-preset to versions 3.2.2 and 12.1.2 across multiple package.json files for improved compatibility ([3921626](https://github.com/visulima/visulima/commit/3921626141fe5da398749bf0ba675f1596f18afb))
|
|
124
|
+
|
|
1
125
|
## @visulima/fmt [2.0.0-alpha.1](https://github.com/visulima/visulima/compare/@visulima/fmt@1.1.21...@visulima/fmt@2.0.0-alpha.1) (2025-12-04)
|
|
2
126
|
|
|
3
127
|
### ⚠ BREAKING CHANGES
|
package/LICENSE.md
CHANGED
package/README.md
CHANGED
|
@@ -1,15 +1,24 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
<!-- START_PACKAGE_OG_IMAGE_PLACEHOLDER -->
|
|
2
|
+
|
|
3
|
+
<a href="https://www.anolilab.com/open-source" align="center">
|
|
4
|
+
|
|
5
|
+
<img src="__assets__/package-og.svg" alt="fmt" />
|
|
6
|
+
|
|
7
|
+
</a>
|
|
8
|
+
|
|
9
|
+
<h3 align="center">Util.format-like string formatting utility.</h3>
|
|
10
|
+
|
|
11
|
+
<!-- END_PACKAGE_OG_IMAGE_PLACEHOLDER -->
|
|
7
12
|
|
|
8
13
|
<br />
|
|
9
14
|
|
|
10
15
|
<div align="center">
|
|
11
16
|
|
|
12
|
-
[![typescript-image]
|
|
17
|
+
[![typescript-image][typescript-badge]][typescript-url]
|
|
18
|
+
[![mit licence][license-badge]][license]
|
|
19
|
+
[![npm downloads][npm-downloads-badge]][npm-downloads]
|
|
20
|
+
[![Chat][chat-badge]][chat]
|
|
21
|
+
[![PRs Welcome][prs-welcome-badge]][prs-welcome]
|
|
13
22
|
|
|
14
23
|
</div>
|
|
15
24
|
|
|
@@ -127,14 +136,23 @@ If you would like to help take a look at the [list of issues](https://github.com
|
|
|
127
136
|
- [Daniel Bannert](https://github.com/prisis)
|
|
128
137
|
- [All Contributors](https://github.com/visulima/visulima/graphs/contributors)
|
|
129
138
|
|
|
139
|
+
## Made with ❤️ at Anolilab
|
|
140
|
+
|
|
141
|
+
This is an open source project and will always remain free to use. If you think it's cool, please star it 🌟. [Anolilab](https://www.anolilab.com/open-source) is a Development and AI Studio. Contact us at [hello@anolilab.com](mailto:hello@anolilab.com) if you need any help with these technologies or just want to say hi!
|
|
142
|
+
|
|
130
143
|
## License
|
|
131
144
|
|
|
132
|
-
The visulima fmt is open-sourced software licensed under the [MIT][license
|
|
145
|
+
The visulima fmt is open-sourced software licensed under the [MIT][license]
|
|
133
146
|
|
|
134
|
-
|
|
147
|
+
<!-- badges -->
|
|
135
148
|
|
|
136
|
-
[
|
|
137
|
-
[license
|
|
138
|
-
[
|
|
139
|
-
[npm-
|
|
140
|
-
[
|
|
149
|
+
[license-badge]: https://img.shields.io/npm/l/@visulima/fmt?style=for-the-badge
|
|
150
|
+
[license]: https://github.com/visulima/visulima/blob/main/LICENSE
|
|
151
|
+
[npm-downloads-badge]: https://img.shields.io/npm/dm/@visulima/fmt?style=for-the-badge
|
|
152
|
+
[npm-downloads]: https://www.npmjs.com/package/@visulima/fmt
|
|
153
|
+
[prs-welcome-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge
|
|
154
|
+
[prs-welcome]: https://github.com/visulima/visulima/blob/main/.github/CONTRIBUTING.md
|
|
155
|
+
[chat-badge]: https://img.shields.io/discord/932323359193186354.svg?style=for-the-badge
|
|
156
|
+
[chat]: https://discord.gg/TtFJY8xkFK
|
|
157
|
+
[typescript-badge]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
|
|
158
|
+
[typescript-url]: https://www.typescriptlang.org/
|