Skip to content

Releases: polyvariant/colorize-scala

v0.3.2

10 Oct 18:52
Compare
Choose a tag to compare

What's Changed

  • Add Colorize typeclass by @iRevive in #9
  • Add missing Colorize[String] instance, add stripMargin by @kubukoz in #10

Full Changelog: v0.3.1...v0.3.2

v0.3.0 - RGB support

09 Oct 17:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

06 Oct 13:00
Compare
Choose a tag to compare

What's Changed

  • Support string escapes in interpolator by @kubukoz in #4

This is a breaking change, because the 0.1.x interpolator ignored escape sequences.

Full Changelog: v0.1.1...v0.2.0

v0.1.1

26 Sep 00:17
Compare
Choose a tag to compare

What's Changed

  • Allow multiple modifiers on a single chunk of text by @kubukoz in #3

Full Changelog: v0.1.0...v0.1.1