Skip to content

Releases: Delta456/cli_badges

v0.1.1

19 Sep 05:31
Compare
Choose a tag to compare

This is a bump release to work with Deno v1.4.0 and std@0.69.0 as it is a breaking release.

Changes

  • unexport StyleTypes and ColorTypes 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

06 Sep 08:06
152ac87
Compare
Choose a tag to compare

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 to badge
  • Tests for CI
  • Deno style of Docs and Code
  • changed index.ts to mod.ts in favor to the above
  • export Color, Style, ColorTypes and StyleTypes for testing and explicitly defining types
  • README.md updated
  • Change Format to Style and FormatTypes to StyleTypes
  • Add tests for styles, 8 bit and custom colors

v0.0.5

01 Sep 15:05
2493171
Compare
Choose a tag to compare
  • Custom Color support for label and message
  • Fixed a bug when default colors weren't used if opts didn't have those
  • Add is_8bit flag for supporting 8 bits Colors

v0.0.4

31 Aug 08:20
Compare
Choose a tag to compare
  • More Type Strict checking
  • Fixed a bug where blue was the default TextColor of label and msg instead of white
  • Code is a lot more better and formatted
  • GitHub Actions for monitoring the code and examples (tests soon)

v0.0.3 Release

29 Aug 15:58
Compare
Choose a tag to compare
  • Add support for bright foreground and background colors denoland/deno#7241
  • Fix default argument for labelBg and textBg
  • More docs
  • Remove unnecessary code

v0.0.2 Release

29 Aug 14:03
9bd900a
Compare
Choose a tag to compare

A version bump for deno.land

Initial Release

29 Aug 13:52
9bd900a
Compare
Choose a tag to compare
v0.0.1

dev: 0.0.1 release (#2)