...

Text file src/github.com/logrusorgru/aurora/v3/CHANGELOG.md

Documentation: github.com/logrusorgru/aurora/v3

     1Changes
     2=======
     3
     4---
     516:05:02
     6Thursday, July 2, 2020
     7
     8Change license from the WTFPL to the Unlicense due to pkg.go.dev restriction.
     9
    10---
    1115:39:40
    12Wednesday, April 17, 2019
    13
    14- Bright background and foreground colors
    15- 8-bit indexed colors `Index`, `BgIndex`
    16- 24 grayscale colors `Gray`, `BgGray`
    17- `Yellow` and `BgYellow` methods, mark Brow and BgBrown as deprecated
    18  Following specifications, correct name of the colors are yellow, but
    19  by historical reason they are called brown. Both, the `Yellow` and the
    20  `Brown` methods (including `Bg+`) represents the same colors. The Brown
    21  are leaved for backward compatibility until Go modules production release.
    22- Additional formats
    23  + `Faint` that is opposite to the `Bold`
    24  + `DoublyUnderline`
    25  + `Fraktur`
    26  + `Italic`
    27  + `Underline`
    28  + `SlowBlink` with `Blink` alias
    29  + `RapidBlink`
    30  + `Reverse` that is alias for the `Inverse`
    31  + `Conceal` with `Hidden` alias
    32  + `CrossedOut` with `StrikeThrough` alias
    33  + `Framed`
    34  + `Encircled`
    35  + `Overlined`
    36- Add AUTHORS.md file and change all copyright notices.
    37- `Reset` method to create clear value. `Reset` method that replaces
    38  `Bleach` method. The `Bleach` method was marked as deprecated.
    39
    40---
    41
    4214:25:49
    43Friday, August 18, 2017
    44
    45- LICENSE.md changed to LICENSE
    46- fix email in README.md
    47- add "no warranty" to README.md
    48- set proper copyright date
    49
    50---
    51
    5216:59:28
    53Tuesday, November 8, 2016
    54
    55- Rid out off sync.Pool
    56- Little optimizations (very little)
    57- Improved benchmarks
    58
    59---

View as plain text