Skip to content

Releases: dastrobu/argtree

Swift 5.7

08 Dec 11:29
56715c2
Compare
Choose a tag to compare

built with Swift 5.7 and bump dependencies

Allow compilation on all Darwin platforms

07 Feb 20:43
f00db6f
Compare
Choose a tag to compare

Imports are fixed by #24 to allow compilation on non macOS platforms supporting Darwin, e.g. iOS.

bump swift-log to 1.4.2

22 Dec 20:22
ebef0a6
Compare
Choose a tag to compare
  • bumped swift-log dependency to 1.4.2

swift-5 changes

06 Apr 09:58
20cc9b9
Compare
Choose a tag to compare
Swift 5 (#11)

* updated travis to build with swift 5.

* fixed compiler warnings from swift 5.

reference cycle fix

11 Dec 21:54
231d8ae
Compare
Choose a tag to compare
1.5.1

fixed strong reference cycles in value converter. (#9)

Support for autogenerated help on commands.

07 Dec 15:58
11e9242
Compare
Choose a tag to compare
Command generated help (#8)

* made init of Command public.

* updated for swift 4.2

* added discardable result.

* moved createTable to Help class.

* fixed config to runt with Swift 4.0 as well.

* updated xcode build image for travis.

* added automated help for commands and support for multiline help texts.

* fixed lint issue

Updates for Swift 4.2 and minor fixes.

05 Dec 15:36
add50ec
Compare
Choose a tag to compare
Swift 4 2 (#7)

* made init of Command public.

* updated for swift 4.2

* added discardable result.

* moved createTable to Help class.

* fixed config to runt with Swift 4.0 as well.

* updated xcode build image for travis.

Fix for Public Command Visibility

05 Dec 12:23
ad2779a
Compare
Choose a tag to compare
1.3.2

made init of Command public. (#6)

Fixed Accessibility of Option Constructor

04 Dec 15:40
4fc9362
Compare
Choose a tag to compare
1.3.1

made option constructor public. (#4)

Updated Logging Dependencies

04 Dec 15:13
b48b2c9
Compare
Choose a tag to compare
1.3.0

updated docs on logger and updated dependencies for logging. (#3)