Skip to content

Releases: NielsSteensma/Dhalang

V0.4.0

29 Oct 20:39
7a49d72
Compare
Choose a tag to compare

Features

Other things

  • Usage of deprecated waitFor Puppeteer method was replaced with waitForTimeout

V0.3.1

28 Jun 08:01
Compare
Choose a tag to compare
  • Fix for error "The "path" argument must be of type string. Received type undefined" on line 38 of dhalang.js

V0.3.0

09 Jun 19:00
b8b0dda
Compare
Choose a tag to compare

Dhalang v0.3.0

Features

  • When creating PDF's or screenshots, Dhalang now waits until the whole page was loaded, including all dependent resources such as stylesheets and images.

V0.2.0

10 Mar 22:29
c878e07
Compare
Choose a tag to compare

Dhalang v0.2.0

Features

  • Added functionality to make a PNG screenshot of a given weburl.
  • Added functionality to make a JPEG screenshot of a given weburl.

V0.1.0

10 Mar 22:01
a57f5e2
Compare
Choose a tag to compare

Dhalang v0.1.0

Features

  • Pdf's can now be generated given a weburl.
  • Pdf's can now be generated given a string of html ( external sources are supported )