- Fixed version resolution failure when a SNAPSHOT version is specified
- Added
GWEN_WEB_VERSION
environment variable to override version specified in package.json - Added support for specifying Gwen-Web version using semver ranges (eg.
^3.0.0
)
- Breaking change: The minimum Node version requirement has been bumped from 12 to 18
- Remove dependency on axios, using builtin fetch instead
- Miscellaneous dependency updates
- Exit with an error message if running on Node.js older than v12.0.0
- Miscellaneous dependency updates
- Add new
mavenSnapshotRepo
configuration option - Fix wrapper not returning exit code of Gwen process (#56)
- Change snapshot repo host from https://oss.sonatype.org/ to https://s01.oss.sonatype.org/
- Add new
mavenRepo
configuration option - Fix Gwen output not being coloured (#50)
- Update
xmldom
dependency to latest versionxmldom
no longer receiving updates, replaced with@xmldom/xmldom
- Initial release