Skip to content

Releases: ralvarezdev/go-flags

removed value parameter from the main flag struct, and now the flag isn't initialized on package import

09 Oct 21:09
8cca9a2

Choose a tag to compare

v0.3.8

refactor: removed value parameter from the main flag struct, and now …

make allowed list optional

09 Oct 20:53
5bc934e

Choose a tag to compare

v0.3.7

refactor: make allowed list optional

renamed "m" flag to "mode"

09 Oct 20:44
23bec64

Choose a tag to compare

v0.3.6

refactor: renamed "m" flag to "mode"

increased nil type safety on pointer receivers and added Setup mode

04 Oct 02:24
7de3b13

Choose a tag to compare

v0.3.5

refactor: increased nil type safety on pointer receivers and added Se…

improved documentation and added SetFlag method

03 Aug 21:28
88800c0

Choose a tag to compare

v0.3.4

docs: improved documentation and added SetFlag method

added migrate mode flag

11 Feb 17:39
c2039e8

Choose a tag to compare

v0.3.3

feat: added migrate mode flag

removed redundant code

28 Jan 00:03
9e59c1c

Choose a tag to compare

v0.3.2

refactor: removed redundant code

removed init function with flag parse function call

05 Jan 19:49
96026f2

Choose a tag to compare

v0.3.1

refactor: removed init function with flag parse function call

removed 'github.com/ralvarezdev/go-logger'

05 Jan 17:45
171b2c3

Choose a tag to compare

v0.3.0

refactor: removed 'github.com/ralvarezdev/go-logger'

upgraded dependencies

05 Jan 00:06
8dd72bc

Choose a tag to compare

v0.2.6

chore: upgraded dependencies