0.3.0
This release primarily adds support for colon characters in completions.
BC break: public methods on CompletionHandler
that allowed reading of command-line contents have been moved to CompletionContext
. A completion handler's context is accessible through CompletionHandler::getContext()
.