Oct 21, 2017 * Changed gen_pass function to not use uri unsafe symbols.
0.2.7
Oct 21, 2017 * Added gen_user, gen_pass, and gen_token globals. * Added a whole suite of filters, see filters.py for details. * Automatically return the output of a shell command unless test=True is passed. * Automatically strip output of shell commands.
0.2.5
Aug 25, 2017 * Shell global uses delegator.py package, to print the stdout of a shell command, you will need to select the out attribute of the returned object. * Cleaned up cli logic abit.
0.2.4
Aug 22, 2017 * Added `strict` argument, when used it will raise an exception if an undefined variable is missing.
0.2.3
Feb 17, 2016 * Added dirname to globals to help with constructing relative paths to `file` global function. * Changed files argument to templates * Switched to using argparse for loading files specified in arguments * Added the --data argument for passing in data files in yaml or json * New global called data holds deserialized result of each data file passed * Passing in - or /dev/stdin as an input file now behaves correctly * Added util module to cli package * Added stderr output handler * jpath global is now jsonpath * util.get_dirs removes duplicate entries * new contextmanager for opening files writes stdin to a StringIO buffer. * Output handler now prints to stderr by default
0.2.2
Feb 13, 2016 * Added dirname to globals to help with constructing relative paths to `file` global function.