v0.2.0
Version 0.2.0 reflects changes in version 0.2.0 of timesnap. It removes the time handling code from timesnap and puts it into a separate package timeweb.
It also adds issue and pull request templates.
Command Line
- Additional viewport options using the format
optionKey=value, for instance `--viewport="800,600,deviceScaleRatio=2" - Using launch arguments
--force-device-scale-ratioand--device-scale-ratio(e.g.--launch-arguments="--force-device-scale-ratio=2") should now work, though it's advisable to just use deviceScaleRatio with the viewport above (see tungs/timesnap#40).
Node.js
- Adds
config.navigatePageToURLto allow for custom navigation - Adds
config.outputStreamto pipe output to a stream instead of writing to a file