Changelog
3.5.0-beta.1 (2024-12-23)
Changelog
3.5.0-beta.0 (2024-12-21)
GPG_TTY
to detect it as isTTY
.
NOTE: in release v3.5.1 was removed as needles.tsc
:
import ansis from 'ansis'
now works so well as import * as ansis from 'ansis'
type
with dynamic properties instead of the interface
tsc
, swc
and esbuild
compilersChangelog
3.4.0 (2024-12-14)
Changelog
3.4.0-beta.1 (2024-12-12)
Changelog
3.4.0-beta.0 (2024-12-12)
Changelog
3.3.2 (2024-07-23)
kolorist
packageChangelog
3.3.1 (2024-07-18)
index.d.ts
to reduce the size by ~200 bytes,Changelog
3.3.0 (2024-07-14)
old
named import DEPRECATED in v2.0.0
(2023-11-03).
If you update the package from v1.x
to v3.3.0
then check your code:- import { red } from 'ansis/colors';
+ import { red } from 'ansis';
CJS
- const { red } = require('ansis/colors');
+ const { red } = require('ansis');
package.json
for npm packageChangelog
3.2.1 (2024-07-12)