Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

v0.7.0

Compare
Choose a tag to compare
@felixSchl felixSchl released this 02 Jul 19:32
· 318 commits to development since this release

This release is compromised mostly of performance improvements, but there are some compatibility changes. Read on below:

  • Better error message for unknown options - ff0e439
  • Neodoc now parses option arguments repeatedly, unless enclosed in a group - 628e9e3
  • Fixed #55, where adjacent singleton group was not bound as argument - d11ad84
  • Neodoc now parses optional args from the options section, i.e. -f, --foo [ARG] - 560a0cb
  • Performance has drastically improved since 0.6, but could still be better in some areas