- Fixed stories to always have a minimum size of 1 point.
1.1.0
------------------
- Fixed to not crash on story parsing error, but print url of the failing story instead.
1.0.0
------------------
- Added support for config files and possibility to define epics using them. - Changed scenarios parsed from tasks to be parsed only after parsing description (to allow definition of story-level steps in description).
1.0a5
------------------
- Added support for tasks: If a story has tasks, their descriptions will be parsed for scenarios (and those will be appended) before parsing story's main description.
1.0a4
------------------
- Fixed to replace every " with ' before parsing scenario descriptions. If "s were allowed to let through, those should be escaped in test decorators, which would look ugly.
1.0a3
------------------
- Fixed package info to match with other corejet packages.