Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 912 Bytes

CHANGELOG.md

File metadata and controls

38 lines (21 loc) · 912 Bytes

CHANGELOG

v.0.13.1-alpha.0

  • Bumped puppeteer to 7.1.0
  • Bumped is-svg

Breaking changes

Fixed bugs

test

Improvments

v.0.11.0

Breaking changes

  • Config file was changed to support individual setup for the page. Property url is no longer supported, please use property page for that:
 "page": [{"url": "http://drag13.io"}]
  • IReporter interface was changed to return string as a result. Saving the result is out of scope for reporters for now.

Features

  • Added possibility to run scripts after page was loaded

Improvments

  • Updated logs