Skip to content

Tags: skovtunenko/graterm

Tags

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Clarify package documentation (#100)

* change comment

* rename parameter name for better clarity

* add clarification comment for `Wait()` method

* rewrite package documentation to avoid duplication of examples

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add more documentation for method and types (#79)

* Updated package Godoc

* Updated go code to specify that `WithName()` method is optional

* Added formatting in README.md

* Updated godoc for `WithName()` method

* Updated godoc for `NewWithSignals()` constructor

* Updated app example to use rootCtx

* Updated godoc for `Register()` constructor

* Updated godoc for `Hook` type

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added README.md section about versioning (#73)

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Measure time for the Hook execution (#71)

* Measured time for Hook execution

* Updated Example with panic inside the Hook

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added godoc references in documentation (#66)

* Shrunk package Godoc examples

* Added godoc links for other types

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated go package documentation (#65)

* Fixed code formatting in README.md

* Updated package godoc

* Updated NewWithSignals() godoc

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add examples for `Hook` type (#53)

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add full-fledged example application with HTTP server (#47)

* Added full-fledged runnable example

* Added instructions on how to run the example application

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added async server starter example (#34)

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Inlined `waitWG()` utility function (#31)