Skip to content

Tags: cirruslabs/echelon

Tags

v1.9.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Introduce DescriptionLinesWhenSkipped (#26)

v1.8.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Helper method to simplify passing Logger as io.Writer (#25)

* Make Logger comply with io.Writer

Alternative to #24

* Fixed SimpleRenderer

* Format message upon log entry creation

* Reorder fields

* Introduce AsWriter method

v1.7.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
added VisibleDescriptionLines parameter (#23)

v1.7.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Expose renderer + SimpleRenderer RenderRawMessage method (#22)

* Annotations support + SimpleRenderer RenderRawMessage method

* Remove annotations and expose the renderer

v1.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add no color schema (#18)

v1.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Introduce FinishWithType() method for Logger (#17)

* Introduce FinishWithType() method for Logger

* .golangci.yml: copy Cirrus CLI's config

* .golangci.yml: disable ifshort linter

* Use fast-forward emoji for skipped status

v1.4.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use lock only for public methods (#15)

* Use lock only for public methods

* Fixed new lint issues

v1.4.0

NewDefaultEmojiRenderingConfig

v1.3.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
flush buffer when stopping renderer (#13)

Otherwise the last few bytes might not get written

v1.3.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
clean up autowrap (#12)