Skip to content

Releases: CXwudi/comp5903-easy-cucumber

0.5.0

07 Jan 00:25
Compare
Choose a tag to compare

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

27 Nov 22:14
Compare
Choose a tag to compare

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

27 Oct 04:48
Compare
Choose a tag to compare

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.3

27 Oct 03:01
Compare
Choose a tag to compare

fixes #12, thanks saurabhsjoshi

Full Changelog: 0.3.2...0.3.3

0.3.2

26 Oct 22:31
Compare
Choose a tag to compare

A maintenance release that just fixed #8

Full Changelog: 0.3.1...0.3.2

0.3.1

26 Oct 19:56
Compare
Choose a tag to compare

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

18 Sep 19:27
Compare
Choose a tag to compare

This iteration focused on documentation and implementation of some convenience enhancements #4 and #5

Full Changelog: 0.2.0...0.3.0

0.2.0

15 Aug 17:33
Compare
Choose a tag to compare

Added tag supports

0.1.0

01 Aug 00:51
Compare
Choose a tag to compare

Initial Release