Skip to content

Releases: dylan-lang/command-line-parser

v3.2.2

06 Jan 22:36
2a69ce5
Compare
Choose a tag to compare

What's Changed

  • Better handling of "--" by @cgay in #49
  • package: bump version from 3.2.1 -> 3.2.2 by @cgay in #50

Full Changelog: v3.2.1...v3.2.2

v3.2.1 - minor bug fix and doc changes only

29 Dec 17:42
4e73ed6
Compare
Choose a tag to compare

What's Changed

  • Add missing newline when no subcommand is provided. by @abeaumont in #30
  • Merge in changes from the opendylan repository by @cgay in #32
  • docs: Use toctree instead of contents, more... by @cgay in #33
  • Integrate dylan tool by @fraya in #35
  • Remove sphinx-contrib submodule directory by @fraya in #36
  • CI: Update by @fraya in #41
  • [doc] Fix broken link to documentation in README by @fraya in #42
  • ci: Divide build and check documentation from deploy by @fraya in #44
  • doc: Hide ToC by @fraya in #46

New Contributors

Full Changelog: v3.2.0...v3.2.1

v3.2.0 - Add docs from OD and update package def

17 May 19:52
d71f886
Compare
Choose a tag to compare

What's Changed

  • Add GitHub workflow to build and test by @cgay in #26
  • Update GitHub workflow to install-opendylan@v2 by @cgay in #27
  • Copy docs from OD, update package file by @cgay in #28

Full Changelog: v3.1.1...v3.2.0

v3.1.1 - Bug fix release

17 Feb 03:07
6cb195a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0 Multi-level subcommands

28 Dec 22:35
9de50be
Compare
Choose a tag to compare
  • 1753d21 Fix <keyed-option> parsing and add test
  • 763d20d Support multi-level subcommands

v3.0.0 Subcommands bug fix and minor API change

30 Jun 02:46
18bc948
Compare
Choose a tag to compare
  • a72ab27 Fix bug in subcommand option parsing
  • c411843 Update some TODO comments
  • 7dbde06 Rename print-synopsis to print-help

Added subcommand parsing

06 Apr 05:41
014c500
Compare
Choose a tag to compare

This release adds subcommands and the ability to fully specify positional arguments rather than accessing them all via positional-options.

Initial tagged release

17 Jan 17:21
Compare
Choose a tag to compare

Starting to tag releases so that the package manager can reference them.