Release v0.3 for branch base (2018-07-24)
As the base of krep
, it starts to support Python 3.x. Within this release, it includes:
Improvements:
- Python: Support both v2.7.x and v3.6.x
- Hook: Support to provide a directory containing hook files and add environment variable
KREP_HOOK_PATH
- Option: Support binary number with the prefix
0b
- Option: Implement extra options for tools used inside sub-commands
- Option: Support
global-option
likeglobal_option
- topics: Support to export Python methods
- SubCmd: Expand
~
as user home directory - Pattern: Support to load XML files containing patterns
- README: many update to
REAME.md
Fixes:
- Command: Fix to normal a command with dash
- Logger: Correct to make logger work well
- Pattern: Lots of fixes to pattern implementations
- krep: Correct
try-run
with the right namedry-run
- topics: Fix the order of importing stuffs