All Versions
70
Latest Version
Avg Release Cycle
17 days
Latest Release
14 days ago
Changelog History
Page 7
Changelog History
Page 7
-
v0.3.1 Changes
October 06, 2020Ci
- ๐ฆ only test pterm package
- ๐ฆ test all packages
๐จ Code Refactoring
- 0๏ธโฃ set default
BarFiller
to space - ๐ move tests directly into
pterm
module
๐ Documentation Changes
๐ Features
- โ add
BarFiller
toProgressbar
โ Test
- ๐ fix import cycle
- ๐ change to inbuilt
SetDefaultOutput
option - โ add more benchmarks
- โ add benchmarks
- โ add tests to
GenericPrinter
and default print methods
-
v0.3.0 Changes
October 05, 2020๐ Bug Fixes
- ๐ fix
WithXYZ(b ...bool)
to detect booleans correctly
๐จ Code Refactoring
- โ remove
Version
constant - ๐ change
WithXXX(b bool)
toWithXXX(b ...bool)
- ๐ change
SetXXX
toWithXXX
- ๐ change
Header
toDefaultHeader
๐ Documentation Changes
- demo: add
Progressbar
to demo
๐ฅ BREAKING CHANGE
โ remove
Version
constant๐ rename
SetXXX
toWithXXX
0๏ธโฃ rename
Header
toDefaultHeader
- ๐ fix
-
v0.2.4 Changes
October 04, 2020๐ Bug Fixes
- ๐จ
Printf
works again
๐ Documentation Changes
- ๐จ
-
v0.2.3 Changes
October 04, 2020๐จ Code Refactoring
- โ remove goroutine from
Progressbar
๐ Documentation Changes
๐ Features
- ๐จ automatically print above
Progressbar
- โ remove goroutine from
-
v0.2.2 Changes
October 04, 2020๐ Documentation Changes
๐ Features
- โ add
Fatal
printer
- โ add
-
v0.2.1 Changes
October 04, 2020Ci
- โ remove commit to tag
- โ remove automatic releases
- disable maligned
๐จ Code Refactoring
- โฌ๏ธ bump version to "v0.2.1"
๐ Documentation Changes
- โ add sponsor button
- add pull_request_template
- demo: fix updated timestamp
- readme:
installation
,documentation
andcontributing
sections - reamde: add emojis to sections
- reamde: update examples section link
๐ Features
- ๐ง make progressbar configurable
- โ add percentage helper
- โ add
RemoveColors
- โ add
Progressbar
(#5) - โ add
Progressbar
- โ add fatal to
PrefixPrinter
(#4) - progressbar: fade percentage color according to value
๐ Style
- format code
-
v0.2.0 Changes
September 30, 2020๐ Bug Fixes
- spinners spin evenly when multiple spinners are started
Chore
- deps: update deps
Ci
- โก๏ธ update changelog generation
- ๐ run golangci-lint on every push and pull-request
- โ add golangci linting
- ๐ make example source code expandable in main readme
- โ add multi threaded animation generation
- โ add dependabot
๐จ Code Refactoring
- โฌ๏ธ bump version to "v0.2.0"
- ๐ change
WithXXX
toSetXXX
- โ removed
Println
aliases
๐ Documentation Changes
- โ add CONTRIBUTING.md
- โ add code of conduct
- โ add unstable notice
- demo: add space between intro and spinner
- examples: update demo example
- examples: update demo example
- examples: break
demo
example into two parts
๐ Features
- ๐
change style of
Description
printer - โ add color in color support
- โ add
RemoveWhenDone
toSpinner
- โ add multiline support to
PrefixPrinter
- โ add
UpdateText
to spinner
๐ Performance Improvements
- ๐ improve spinner performance
๐ Style
- clean up code
๐ฅ BREAKING CHANGE
every
WithXXX
is renamed toSetXXX
โ remove
GetFormattedMessage
fromPrefixPrinter
โ removed
Println
aliases -
v0.1.0 Changes
September 28, 2020Ci
- โ remove go dep
- โ add go testing
- โก๏ธ update changelog config
๐จ Code Refactoring
- โฌ๏ธ bump version to "v0.1.0"
- ๐จ consistent example code for
Printo
- ๐ better comments for
Printo
- ๐จ simplify
HeaderPrinter
๐ Documentation Changes
- โ add symbols list (codepage 437)
- ๐ fix doc link
๐ Features
- โ add spinners
- ๐ shorten printer names and add builder methods to printers
- โ add
Printo
to override printed text - โ add
FullWidth
toHeaderPrinter
- โ add terminal size detection
๐ฅ BREAKING CHANGE
๐จ printer names changed
โ removed
Header
and put it's content directly intoHeaderPrinter
-
v0.0.1 Changes
September 21, 2020๐ Bug Fixes
- header should now work in CI
Chore
- gitignore: ignore experimenting directory
- idea: unexclude experimenting directory
- idea: exclude experimenting directory
Ci
- โ remove animationdata again
- ๐ fix sleep timing of animations
- โก๏ธ update commit-to-tag.yml
- โ add release system
- automatically add example code to readme files
๐จ Code Refactoring
- โฌ๏ธ bump version to "v0.0.1"
- ๐จ refactor project
- โ add comments to functions
๐ Documentation Changes
- ๐ put documentation flag in seperate line
- โ add documentation badge
- โก๏ธ update demo
- โก๏ธ update header example
- ๐ fix release badge style
- โ add readme
- readme: put demo animation under header
- readme: fix readme animation href
๐ Features
- โ add aliases to default printers
- โ add header example
- โ integrate ci
- โ add
HeaderPrinter
- โ add exported version variable
- โ add example
override-default-printer
- ๐ change prefix text color to
LightWhite
-
v0.0.0 Changes
September 18, 2020๐ Features
- โ add changelog template
- configs
- ๐ initial commit
๐ [Unreleased]: https://github.com/pterm/pterm/compare/v0.12.42...HEAD