Skip to content

Releases: sttk/cliargs-java

0.2.0

12 Oct 13:10
77a83f3
Compare
Choose a tag to compare

⚠️ BREAKING CHANGES

  • update!: made overall changes to align the API with cliargs-rust by @sttk in #22

Docs

  • doc: corrected mistakes in README by @sttk in #20

Supports

  • Release talks for 0.2.0 by @sttk in #23

Full Changelog: 0.1.0...0.2.0

0.1.0

07 May 13:19
Compare
Choose a tag to compare

Chanages

  • new: added CliArgs.parse by @sttk in #2
  • new: added CliArgs.parseWith by @sttk in #3
  • deps,update: upgrade ReasonedException and other dependencies by @sttk in #4
  • chore,fix: upgrade maven plugins for building JDK22, etc. by @sttk in #6
  • new: added Postparser to OptCfg by @sttk in #7
  • update!: change defaults to not empty list but null if not specified by @sttk in #8
  • new: added CliArgs.parseFor by @sttk in #9
  • new: added Help class that prints a help text by @sttk in #11
  • new: added CliArgs.findFirstArg by @sttk in #12
  • update: use blank option names in OptCfg as indent in help by @sttk in #16
  • update: added toString method to Cmd and OptCfg class by @sttk in #18

Docs

  • doc: added README.md by @sttk in #13
  • doc: added the description of reflection config for object stores to README by @sttk in #19

Supports

  • chore: created build environment by @sttk in #1
  • chore: used javac option --release instead of -source and -target by @sttk in #5
  • chore: removed trace test for native in default task in build.sh by @sttk in #14
  • cicd: copied resource-config.json to native-image directory for test by @sttk in #15

Full Changelog: https://github.com/sttk/cliargs-java/commits/0.1.0