Skip to content

Releases: tungs/timesnap

v0.0.4

05 May 17:25
Compare
Choose a tag to compare
  • Option to overwrite Math.random with a seedable pseudorandom number generator (xorshift128+), via the --unrandomize option from command line or config.unrandomize from node.js.
  • Option to provide launch arguments used by Puppeteer / Chromium via the --launch-arguments option or config.launchArguments from node.js

v0.0.3

23 Apr 07:33
Compare
Choose a tag to compare

The time-handling functions have been updated to follow their original counterparts more closely:

  • requestAnimationFrame now passes a time argument to its callback
  • setTimeout and setInterval 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

01 Mar 03:53
Compare
Choose a tag to compare

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

28 Feb 04:28
Compare
Choose a tag to compare
v0.0.1

v0.0.1-release