Releases: enindu/palette
Releases · enindu/palette
v1.3.2
- Make
Print
method concurrently safe
v1.3.0
- Clean code.
- Fix background text color issue in new lines.
- Make printer fields private.
- Reduce allocations and improve performance by adding
bytes.Buffer
to concatenate strings.
- Add package test file.
v1.2.0
- Add
io.Writer
alias.
- Fix background color issue with new lines.
- Fix typos.
- Add new pre-defined printer.
- Beautify formats insertion.
v1.1.0
- Add pre-defined printers.