@visulima/colorize 2.0.0-alpha.1 → 2.0.0-alpha.3

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/README.md +32 -30
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,29 @@
1
+ ## @visulima/colorize [2.0.0-alpha.3](https://github.com/visulima/visulima/compare/@visulima/colorize@2.0.0-alpha.2...@visulima/colorize@2.0.0-alpha.3) (2025-12-11)
2
+
3
+ ### Bug Fixes
4
+
5
+ * update package OG images across multiple packages ([f08e4dd](https://github.com/visulima/visulima/commit/f08e4dd2b105ccb29c8412020a9c2be36d6c1e9e))
6
+
7
+
8
+ ### Dependencies
9
+
10
+ * **@visulima/is-ansi-color-supported:** upgraded to 3.0.0-alpha.3
11
+
12
+ ## @visulima/colorize [2.0.0-alpha.2](https://github.com/visulima/visulima/compare/@visulima/colorize@2.0.0-alpha.1...@visulima/colorize@2.0.0-alpha.2) (2025-12-06)
13
+
14
+ ### Bug Fixes
15
+
16
+ * add new package image, fixed readme rendering on npm, fixed building of packages ([b790ba2](https://github.com/visulima/visulima/commit/b790ba253ea07fef83528fd822a678facf021b5f))
17
+
18
+ ### Miscellaneous Chores
19
+
20
+ * 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))
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * **@visulima/is-ansi-color-supported:** upgraded to 3.0.0-alpha.2
26
+
1
27
  ## @visulima/colorize [2.0.0-alpha.1](https://github.com/visulima/visulima/compare/@visulima/colorize@1.4.29...@visulima/colorize@2.0.0-alpha.1) (2025-12-05)
2
28
 
3
29
  ### ⚠ BREAKING CHANGES
package/README.md CHANGED
@@ -1,20 +1,24 @@
1
- <div align="center">
2
- <h3>Visulima Colorize</h3>
3
- <p>
4
- Terminal and Console string styling done right, powered by <a href="https://github.com/visulima/visulima/packages/is-ansi-color-supported">@visulima/is-ansi-color-supported</a>.
1
+ <!-- START_PACKAGE_OG_IMAGE_PLACEHOLDER -->
5
2
 
6
- Colorize stands as a sleek, lightning-fast alternative to [Chalk][chalk], boasting a plethora of additional, valuable features.<br>
7
- Elevate your terminal experience by effortlessly adding vibrant colors to your output with its clean and straightforward syntax.<br>
8
- For instance, you can use `green` to make `` green`Hello World!` `` pop, `` red`Error!` `` to signify Errors, or `` black.bgYellow`Warning!` `` to highlight warnings.
3
+ <a href="https://www.anolilab.com/open-source" align="center">
9
4
 
10
- </p>
11
- </div>
5
+ <img src="__assets__/package-og.svg" alt="colorize" />
6
+
7
+ </a>
8
+
9
+ <h3 align="center">Terminal and Console string styling done right.</h3>
10
+
11
+ <!-- END_PACKAGE_OG_IMAGE_PLACEHOLDER -->
12
12
 
13
13
  <br />
14
14
 
15
15
  <div align="center">
16
16
 
17
- [![typescript-image]][typescript-url] [![npm-image]][npm-url] [![license-image]][license-url]
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]
18
22
 
19
23
  </div>
20
24
 
@@ -919,25 +923,23 @@ Gradient:
919
923
  - [tinygradient](https://github.com/mistic100/tinygradient) - Easily generate color gradients with an unlimited number of color stops and steps.
920
924
  - [gradient-string](https://github.com/bokub/gradient-string) - Beautiful color gradients in terminal output
921
925
 
926
+ ## Made with ❤️ at Anolilab
927
+
928
+ 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!
929
+
922
930
  ## License
923
931
 
924
- The visulima colorize is open-sourced software licensed under the [MIT][license-url]
925
-
926
- [typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
927
-
928
- [typescript-url]: https://www.typescriptlang.org/ "TypeScript" "typescript"
929
- [license-image]: https://img.shields.io/npm/l/@visulima/colorize?color=blueviolet&style=for-the-badge
930
- [license-url]: LICENSE.md "license"
931
- [npm-image]: https://img.shields.io/npm/v/@visulima/colorize/latest.svg?style=for-the-badge&logo=npm
932
- [npm-url]: https://www.npmjs.com/package/@visulima/colorize/v/latest "npm"
933
- [colors.js]: https://github.com/Marak/colors.js
934
- [colorette]: https://github.com/jorgebucaran/colorette
935
- [picocolors]: https://github.com/alexeyraspopov/picocolors
936
- [cli-color]: https://github.com/medikoo/cli-color
937
- [colors-cli]: https://github.com/jaywcjlove/colors-cli
938
- [ansi-colors]: https://github.com/doowb/ansi-colors
939
- [kleur]: https://github.com/lukeed/kleur
940
- [chalk]: https://github.com/chalk/chalk
941
- [chalk-template]: https://github.com/chalk/chalk-template
942
- [ansis]: https://github.com/webdiscus/ansis
943
- [styleText]: https://nodejs.org/api/util.html#utilstyletextformat-text-options
932
+ The visulima colorize is open-sourced software licensed under the [MIT][license]
933
+
934
+ <!-- badges -->
935
+
936
+ [license-badge]: https://img.shields.io/npm/l/@visulima/colorize?style=for-the-badge
937
+ [license]: https://github.com/visulima/visulima/blob/main/LICENSE
938
+ [npm-downloads-badge]: https://img.shields.io/npm/dm/@visulima/colorize?style=for-the-badge
939
+ [npm-downloads]: https://www.npmjs.com/package/@visulima/colorize
940
+ [prs-welcome-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge
941
+ [prs-welcome]: https://github.com/visulima/visulima/blob/main/.github/CONTRIBUTING.md
942
+ [chat-badge]: https://img.shields.io/discord/932323359193186354.svg?style=for-the-badge
943
+ [chat]: https://discord.gg/TtFJY8xkFK
944
+ [typescript-badge]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
945
+ [typescript-url]: https://www.typescriptlang.org/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/colorize",
3
- "version": "2.0.0-alpha.1",
3
+ "version": "2.0.0-alpha.3",
4
4
  "description": "Terminal and Console string styling done right.",
5
5
  "keywords": [
6
6
  "256",
@@ -165,7 +165,7 @@
165
165
  "LICENSE.md"
166
166
  ],
167
167
  "dependencies": {
168
- "@visulima/is-ansi-color-supported": "3.0.0-alpha.1"
168
+ "@visulima/is-ansi-color-supported": "3.0.0-alpha.3"
169
169
  },
170
170
  "engines": {
171
171
  "node": ">=22.13 <=25.x"