Releases: angrykoala/wendigo
Wendigo 3.0.2
This is a maintenance release, which updates all dependencies, including puppeteer (updating from v11 to v13)
Changelog
- Update Puppeteer to v13
- Update dependencies
Wendigo 3.0.1
Updates dependencies and minor fixes. Note that this is a patch release without any API changes. However, several dependencies, including Puppeteer, have been updated with major changes, this may lead to unexpected changes if you rely on Puppeteer's core
Changelog
- Error serializing improved
- Puppeteer updated to 11.0
- Dependencies updated
- Querystring deprecated in favor URLSearchParams
- Travis removed from CI suite
Wendigo 3.0
This release do not contain breaking changes in wendigo behavior, but due to the big leap in puppeteer update, and several internal changes, some incompatibilities may happen, particularly if you use typescript or access puppeteer methods directly.
Changelog
- Puppeteer update to v8
- WaitFor uses specific methods under the hood
- Overhaul of types to comply with Puppeteer changes
- Browser.coreBrowser added to access Puppeteer's browser class
Wendigo 2.15.0
Warning: This updates changes the License from GPL-3 to MIT. The new license is intended to be more permissive and should not cause compatibility issues with any project using or modifying wendigo (OS or private)
Changelog
- License moved to a more permissive MIT
- Dependencies updated
- Minor typings fixes
Wendigo 2.14.0
Changelog
- Update Dockerfile to recommended Puppeteer setup
- Docs updated
- Tslint deprecated in favor of eslint
- Minor typings improvements and fixes
- Typescript version locked until Promise types are fixed
- Dependencies updated
- Fix in publish git workflow
Wendigo 2.13.2
Changelog
- Minor fix in Dockerfile
- Puppeteer updated to 5.3.1
- RegExp parameters checks fixed when using vm
- Dependencies updated
Wendigo 2.13.1
Changelog
- Fixes Dockerfile
- Error messages improved for timeout errors
- Updates dependencies
Wendigo 2.13.0
Changelog
Warning: This release does not include any breaking changes, however puppeteer dependency has been updated to a new major change and could cause some behaviour changes from previous version
- Puppeteer updated to 5.0
- Dependencies updated
- Fixed parameters signature for textContains and not.textContains assertions
- Fixed publish release action
Wendigo 2.12.1
Changelog
- Dependencies updated
- Minor wrapper to puppeteer launch
Wendigo 2.12.0
Warning: Pupppeteer updated to v3. No changes in Wendigo API but some unexpected change in behavior may occur
Changelog
- Puppeteer updated to v3
- DragAndDrop method
- Minor fix in types
- Dependencies updated