Skip to content

Releases: yunseo-h68/lips

Release v1.0.0

06 Sep 02:05
Compare
Choose a tag to compare

I think my library is ready to be used for my other projects. So I'm distributing this 1.0.0 release.

See README for features and usage in this release.

Release v0.1.6

04 Sep 11:38
Compare
Choose a tag to compare

Release v0.1.6 :

Updated as below.

  • Fix other_args parsing errors starting with '-', not option

Release v0.1.5

04 Sep 04:29
Compare
Choose a tag to compare

Release v0.1.5 :

Updated as below.

  • Set only the argument that comes first among subcommands to subcommand.
  • The arguments, neither option nor subcommand, are stored in the other_args field.

Besides, I refactored the code.

Release v0.1.3

28 Aug 07:26
Compare
Choose a tag to compare

This release has slightly improved the previous version.

first, I added functions to get option value. These functions allow you to get the 'hello' value from '-t=hello' or '--test=hello'.

second, I prevented a memory leak. There was a dynamic allocated memory that I missed.

finally, I fixed subcommand name parsing error when argument contains '='

Release v0.1.0

26 Aug 10:51
Compare
Choose a tag to compare

This release is the first release of this library.

This version is never perfect, and there may be an error I didn't think of.