mirror of
https://github.com/muun/recovery.git
synced 2025-11-11 06:20:16 -05:00
1.5 KiB
1.5 KiB
Changes
16:05:02 Thursday, July 2, 2020
Change license from the WTFPL to the Unlicense due to pkg.go.dev restriction.
15:39:40 Wednesday, April 17, 2019
- Bright background and foreground colors
- 8-bit indexed colors
Index,BgIndex - 24 grayscale colors
Gray,BgGray YellowandBgYellowmethods, mark Brow and BgBrown as deprecated Following specifications, correct name of the colors are yellow, but by historical reason they are called brown. Both, theYellowand theBrownmethods (includingBg+) represents the same colors. The Brown are leaved for backward compatibility until Go modules production release.- Additional formats
Faintthat is opposite to theBoldDoublyUnderlineFrakturItalicUnderlineSlowBlinkwithBlinkaliasRapidBlinkReversethat is alias for theInverseConcealwithHiddenaliasCrossedOutwithStrikeThroughaliasFramedEncircledOverlined
- Add AUTHORS.md file and change all copyright notices.
Resetmethod to create clear value.Resetmethod that replacesBleachmethod. TheBleachmethod was marked as deprecated.
14:25:49 Friday, August 18, 2017
- LICENSE.md changed to LICENSE
- fix email in README.md
- add "no warranty" to README.md
- set proper copyright date
16:59:28 Tuesday, November 8, 2016
- Rid out off sync.Pool
- Little optimizations (very little)
- Improved benchmarks