Releases: pwwang/pipda
Releases · pwwang/pipda
0.2.4: Merge pull request #5 from pwwang/dev
- Allow extra attributes to be registered together with funcs/verbs
0.2.3: Merge pull request #4 from pwwang/dev
- Allow sole data argument function to be called normally but return a Function object
- Allow context to be not set if necessary
0.2.2: Merge pull request #3 from pwwang/dev
- Fix
have_expr
0.2.1
0.2.0
- Allow verb/function called directly with Expression objects as arguments
- Allow context passed to _context argument of function to be registered
- Add astnode_fail_warning to register_verb/func to whether warn when ast node not be able to detect
- Add verb_arg_only for register_func to restrict registered func to be just an argument of a verb
- Allow extra_contexts for specific arguments for register_verb/func
- Add debug for evaluating
- Allow inplace piping