Skip to content

Releases: eidolon/console

v0.3.0

13 Nov 16:14
4dbfe97
Compare
Choose a tag to compare

Options without ='s!

v0.2.2

06 Jun 12:52
Compare
Choose a tag to compare
Added a testing helper.

v0.2.1

26 Apr 09:09
Compare
Choose a tag to compare
add SetExitCode to Output to allow control of exit code within an app…

v0.2.0-alpha.1

27 Mar 23:10
Compare
Choose a tag to compare
major: Added support for environment variables. (#5)

This change affects how arguments and options are defined. The same information can be provided, but in a slightly different format (now in a struct, instead of as arguments to a function separately). This means that the number of configuration options can grow easier to allow the library to be more flexible, while maintaining backwards compatibility in the future, and while keeping configuration concise when working with simpler parameters.

0.1.0-alpha.3

22 Mar 22:40
Compare
Choose a tag to compare

Released v0.1.0-alpha.3!

0.1.0-alpha.2

20 Mar 16:03
Compare
Choose a tag to compare

Released v0.1.0-alpha.2!