Skip to content

Releases: dastrobu/argtree

Updated Documentation

05 May 11:17
1aa514d
Compare
Choose a tag to compare
1.2.1

added section on architecture.

Added Logging while parsing via LoggerAPI

05 May 10:59
87a28a3
Compare
Choose a tag to compare
Implemented Logging for parsing arguments. (#2)

* added logger and some log statements.

* excluding .build dir for linting.

* added test with logging

* fixed lint errors

* fixed code formatting.

* fixed formatting

Added backwards compatibility for Swift 4.0

05 May 09:41
ab3ab05
Compare
Choose a tag to compare
Swift 4.0 compatibility (#1)

* made swift 4.0 compatible

* added Swift 4.0 to .travis.yml

* added backport of compactMap for swift 4.0

* changed extension to Array

* handling swift version inline instead of trying to backport.

fixed handling of defaultAction

05 May 08:55
Compare
Choose a tag to compare
1.0.3

added missing return statements after default action was called.

adjusted order of generated help flags

03 May 17:54
Compare
Choose a tag to compare

generated help flags are inserted as first parser.

fixed issue with flags parsed twice on multiflags.

01 May 19:34
Compare
Choose a tag to compare
1.0.1

fixed issue with flags parsed twice on multiflags.

First fully functional release

01 May 18:49
Compare
Choose a tag to compare

Some docs are still missing.
Logging is not implemented for debugging the parse process.