Releases: CXwudi/comp5903-easy-cucumber
Releases · CXwudi/comp5903-easy-cucumber
0.5.0
Probably the final release within the COMP5903 period
What's Changed
- Migrate to use official gherkin parser and cucumber expression parser by @CXwudi in #32
- some minor improvement by @CXwudi in #33
Full Changelog: 0.4.0...0.5.0
0.4.0
This one has breaking change as it renamed the package name of @JGivenStep
and etc.
This release mainly added support of Hooks, see README for more information
What's Changed
- revert back the logger implementation version in test deps by @CXwudi in #20
- Hooks impl by @CXwudi in #30
Full Changelog: 0.3.4...0.4.0
0.3.4
A maintenance release that just fixed a small issue #14
Also clarified the enforced keyword check in the README.md
Full Changelog: 0.3.3...0.3.4
0.3.1
Fixed a bug due to my misunderstanding of Java Regex. .find(0)
doesn't find string at index 0, it finds string at index >=0 instead.
0.3.0
This iteration focused on documentation and implementation of some convenience enhancements #4 and #5
Full Changelog: 0.2.0...0.3.0