Releases: tungs/timesnap
Releases · tungs/timesnap
v0.0.4
- Option to overwrite
Math.random
with a seedable pseudorandom number generator (xorshift128+), via the--unrandomize
option from command line orconfig.unrandomize
from node.js. - Option to provide launch arguments used by Puppeteer / Chromium via the
--launch-arguments
option orconfig.launchArguments
from node.js
v0.0.3
The time-handling functions have been updated to follow their original counterparts more closely:
requestAnimationFrame
now passes a time argument to its callbacksetTimeout
andsetInterval
can be now passed a string to evaluate instead of a function
Additionally, if any of the dimensions of the capture area are negative or zero then an error will be thrown.
v0.0.2
Some command line options are renamed:
--even-width
is now --round-to-even-width
--even-height
is now --round-to-even-height
--stdout
is now --output-stdout
Likewise, configuration properties are also renamed in the Node.js library:
config.evenWidth
is now config.roundToEvenWidth
config.evenHeight
is now config.roundToEvenHeight
(there is no stdout
option for the JS library).
Initial Release
v0.0.1 v0.0.1-release