Skip to content

v0.10.1

Compare
Choose a tag to compare
@hymkor hymkor released this 13 Apr 20:34
· 288 commits to master since this release
  • v0.10.0
    • Change type Coloring interface
      • Init() and Next() returns ColorSequence (= int64 ) instead of int
      • ESC[0m can now be output to reset the output attribute
  • v0.10.1
    • Fix: some constants for color were broken at v0.10.0

  • v0.10.0
    • Coloring interface を変更
      • Init()Next() は int のかわりに ColorSequence (=int64) 型を返すものとした
      • ESC[0m で出力属性をリセットできるようになった
  • v0.10.1
    • v0.10.0 で色用の定数が壊れていたのを修正