Skip to content

Releases: angrykoala/wendigo

Wendigo 3.0.2

11 Feb 10:36
300df70
Compare
Choose a tag to compare

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

22 Nov 22:35
1aaf965
Compare
Choose a tag to compare

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

03 Apr 17:57
bdc107a
Compare
Choose a tag to compare

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

13 Jan 17:39
053a566
Compare
Choose a tag to compare

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

23 Nov 19:40
c1ee29f
Compare
Choose a tag to compare

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

24 Oct 13:03
5caafff
Compare
Choose a tag to compare

Changelog

  • Minor fix in Dockerfile
  • Puppeteer updated to 5.3.1
  • RegExp parameters checks fixed when using vm
  • Dependencies updated

Wendigo 2.13.1

08 Aug 16:34
2067195
Compare
Choose a tag to compare

Changelog

  • Fixes Dockerfile
  • Error messages improved for timeout errors
  • Updates dependencies

Wendigo 2.13.0

24 Jul 14:55
95bc607
Compare
Choose a tag to compare

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

07 Jun 16:15
51766fd
Compare
Choose a tag to compare

Changelog

  • Dependencies updated
  • Minor wrapper to puppeteer launch

Wendigo 2.12.0

26 Apr 11:04
6ed5892
Compare
Choose a tag to compare

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