Changed
- Gherkin::VERSION is deprecated and will not be updated, use the composer runtime API if you need to identify the running version. This also changes the value used to namespace cached feature files. by @acoulton in #279
Added
- Provide
CachedArrayKeywords::withDefaultKeywords()
to create an instance without an external dependency on the path to thei18n.php
file in this repo. NOTE that paths to source files will change in the next Gherkin release - use the new constructor to avoid any impact. by @carlos-granados in #290
Internal
- Upgrade to phpunit 10 by @uuf6429 in #275
- Remove redundant files by @uuf6429 in #278
- Update documentation by @uuf6429 in #274
- Adopt PHP CS Fixer and apply code styles by @uuf6429 in #277
- Add PHPStan and improve / fix docblock annotations and type-safety within methods to achieve level 5 by @uuf6429 in #276, #281, #282, and #287