- add new step _pypyr.steps.default_ for setting default values in context - remove custom `pypyr.log.logger.get_logger`. all code now uses standard python `logging.getLogger`.
0.9.0
- `pypyr pipelinename --context blah` is now `pypyr pipelinename blah` - `pypyr.parser.string` simple string context parser - rewire builtin echo pipeline to use pypyr.parser.string parser
0.8.2
- pypyr.parser.list context parser takes a comma delimited string and returns a list named argList.
0.8.1
- add contextmerge step. this allows you to merge context hierarchies, whereas contextset just overwrites the existing context hierarchy.
0.8.0
- Add step decorators for run, skip and swallow - You can now specify on the fly whether a step should run, be skipped or if any errors should be ignored. - string to bool type conversions now cater for TRUE/true/True/1/1.0 casting to bool True - fix bug on casting where return value is not actually cast to specified return_type
0.7.1
- Deploy error from cached build dir caused an error in previous release distributable.