Releases: dastrobu/argtree
Releases · dastrobu/argtree
Swift 5.7
Allow compilation on all Darwin platforms
Imports are fixed by #24 to allow compilation on non macOS platforms supporting Darwin, e.g. iOS.
bump swift-log to 1.4.2
- bumped
swift-log
dependency to 1.4.2
swift-5 changes
Swift 5 (#11) * updated travis to build with swift 5. * fixed compiler warnings from swift 5.
reference cycle fix
1.5.1 fixed strong reference cycles in value converter. (#9)
Support for autogenerated help on commands.
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.
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
1.3.2 made init of Command public. (#6)
Fixed Accessibility of Option Constructor
1.3.1 made option constructor public. (#4)
Updated Logging Dependencies
1.3.0 updated docs on logger and updated dependencies for logging. (#3)