Releases: Delta456/cli_badges
Releases · Delta456/cli_badges
v0.1.1
This is a bump release to work with Deno v1.4.0
and std@0.69.0
as it is a breaking release.
Changes
- un
export
StyleTypes
andColorTypes
as they were redundant. README.md
is updated with more info and examples.- CI now uses
^1.3.2
for more easy and flexible testing. Warning ⚠️
added for terminals having custom themes.
v0.1.0
Note
This is a very heavy and also breaking changes release. It is recommended to update all the versions of the module to v0.1.0
for the best experience and easiness for this module.
Changes
- Hyperlink Support
badges
changed tobadge
- Tests for CI
- Deno style of Docs and Code
- changed
index.ts
tomod.ts
in favor to the above - export
Color
,Style
,ColorTypes
andStyleTypes
for testing and explicitly defining types README.md
updated- Change
Format
toStyle
andFormatTypes
toStyleTypes
- Add tests for
styles
,8 bit
andcustom
colors
v0.0.5
v0.0.4
v0.0.3 Release
- Add support for bright foreground and background colors denoland/deno#7241
- Fix default argument for
labelBg
andtextBg
- More docs
- Remove unnecessary code
v0.0.2 Release
A version bump for deno.land
Initial Release
v0.0.1 dev: 0.0.1 release (#2)