Releases: click-contrib/click-repl
Releases · click-contrib/click-repl
0.3.0
What's Changed
- Drop Python 2 support, remove six by @stianjensen in #78
 - Fix unbound memory usage growth when using prompt() function by @srfwx in #63
 - Added gh-actions YAML file and config by @GhostOps77 in #84
 - Added flake8 tests and some config files by @GhostOps77 in #85
 - Added filter for hidden commands and options by @GhostOps77 in #86
 - Merged PR #62: Pass top-level args to subcommand invocation by @GhostOps77 in #87
 - Merged #68 : Added click's autocompletion support by @GhostOps77 in #88
 - python3 on shebang by @auvipy in #89
 - Updated tests by @GhostOps77 in #90
 - Added tab-completion for Path and BOOL type arguments by @GhostOps77 in #95
 - Added 'expand environmental variables in path' feature by @GhostOps77 in #96
 - Fix for issue #92 by @flacoste in #97
 - Updated completer class and tests based on new fix#92 by @GhostOps77 in #102
 
New Contributors
- @stianjensen made their first contribution in #78
 - @srfwx made their first contribution in #63
 - @GhostOps77 made their first contribution in #84
 - @auvipy made their first contribution in #89
 - @flacoste made their first contribution in #97
 
Full Changelog: 0.2.0...0.3.0