Changelog
4.0.0-beta.1 (2025-03-03)
\n
without escape:
red`prev\nnext`
Output:
prev
next
\n
with escape:
red`prev\\next`
Output:
prev\next
strike
style (alias for strikethrough
)
ansis.strike()
was found in public GitHub repositories.strikethrough
style name.v4
If you still use ansis.strike
, replace it with the standard ansis.strikethrough
.
Changelog
3.17.0 (2025-03-02)
typescript
< 5.6
to fix TS2526 error:
A 'this' type is available only in a non-static member of a class or interface.
NOTE: If you are already using TypeScript >= 5.6, this update is not required.Changelog
3.16.0 (2025-02-21)
Changelog
3.16.0-beta.3 (2025-02-21)
Changelog
3.16.0-beta.0 (2025-02-19)
Changelog
3.15.0 (2025-02-16)
tsup
bundler.