@thi.ng/text-format
Advanced tools
Comparing version 2.2.22 to 2.2.23
# Change Log | ||
- **Last updated**: 2025-01-21T15:46:53Z | ||
- **Last updated**: 2025-01-23T13:39:11Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
All notable changes to this project will be documented in this file. | ||
Only versions published since **2022-01-01** are listed here. | ||
Please consult the Git history for older version information. | ||
See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines. | ||
@@ -65,35 +67,1 @@ | ||
- add format() / formatNone() ([41aac17](https://github.com/thi-ng/umbrella/commit/41aac17)) | ||
## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/text-format@1.1.0) (2021-11-17) | ||
#### 🚀 Features | ||
- Using workspaces for local tools ([bf7a404](https://github.com/thi-ng/umbrella/commit/bf7a404)) | ||
Improving the overall build ergonomics | ||
- introduced a tools workspaces | ||
- imported it in all needed packages/examples | ||
- inclusive project root | ||
#### ♻️ Refactoring | ||
- testrunner to binary ([4ebbbb2](https://github.com/thi-ng/umbrella/commit/4ebbbb2)) | ||
this commit reverts (partly) changes made in: | ||
ef346d7a8753590dc9094108a3d861a8dbd5dd2c | ||
overall purpose is better testament ergonomics: | ||
instead of having to pass NODE_OPTIONS with every invocation | ||
having a binary to handle this for us. | ||
### [1.0.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/text-format@1.0.1) (2021-10-13) | ||
#### ♻️ Refactoring | ||
- update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f)) | ||
- add .js suffix for all relative imports | ||
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591)) | ||
## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/text-format@0.1.0) (2021-10-12) | ||
#### 🚀 Features | ||
- extract as new pkg ([8c28655](https://github.com/thi-ng/umbrella/commit/8c28655)) | ||
- extract formatting consts & functions from [@thi.ng/text-canvas](https://github.com/thi-ng/umbrella/tree/main/packages/text-canvas) |
{ | ||
"name": "@thi.ng/text-format", | ||
"version": "2.2.22", | ||
"version": "2.2.23", | ||
"description": "Customizable color text formatting with presets for ANSI & HTML", | ||
@@ -43,11 +43,10 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.17", | ||
"@thi.ng/hex": "^2.3.61", | ||
"@thi.ng/memoize": "^4.0.7" | ||
"@thi.ng/api": "^8.11.18", | ||
"@thi.ng/hex": "^2.3.62", | ||
"@thi.ng/memoize": "^4.0.8" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.48.1", | ||
"esbuild": "^0.24.2", | ||
"typedoc": "^0.27.6", | ||
"typescript": "^5.7.2" | ||
"typescript": "^5.7.3" | ||
}, | ||
@@ -111,3 +110,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "22f6d518aed5951bb37b406c8ae85a6c3e6be517\n" | ||
"gitHead": "b92b48abda9941d608be8a2e1c83447e679a6f79\n" | ||
} |
3
47252
+ Added@thi.ng/api@8.11.18(transitive)
+ Added@thi.ng/hex@2.3.62(transitive)
+ Added@thi.ng/memoize@4.0.8(transitive)
- Removed@thi.ng/api@8.11.19(transitive)
- Removed@thi.ng/hex@2.3.63(transitive)
- Removed@thi.ng/memoize@4.0.9(transitive)
Updated@thi.ng/api@^8.11.18
Updated@thi.ng/hex@^2.3.62
Updated@thi.ng/memoize@^4.0.8