- Fixed another issue in camelcaseify, added tests
- Fixed bug in camelcaseify function, added tests
- Add shared examples
- Fix crash when steps contain optional matching groups and one of them doesn't match
- printing the steps is case-insensitive order
- Calling printStepDefinitions now returns the steps even if you haven't run any yet. Previously this would only output the steps after the first step had run
- Make console color default disabled
- Allow concurrent tests to work using associated objects instead of global state
- Add support for native feature files
- Initial release