Skip to content

Releases: azur1s/vari

v0.2.1

15 Jan 19:03
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Features

  • Some features are now opt-in. "log", "colorize", "fun"

We do not talk about what happened with v0.2.0 :trollface:

v0.1.8

15 Jan 07:32
Compare
Choose a tag to compare
v0.1.8 Pre-release
Pre-release

Features

  • no_ansi() str trait for removing ANSI escape sequence.
  • log() println-ish style function for logging with file suffix.

Fix

  • Anchor splitting ignoring the string if it doesn't end with any color anchor.

v0.1.7

14 Jan 02:42
Compare
Choose a tag to compare
v0.1.7 Pre-release
Pre-release

Features

  • New hexadecimal color anchors (eg. [$#ffffff])
  • Some utility function: hex_to_rgb (Not intended to use directly but usable)