Skip to content

Releases: tungs/timesnap

v0.3.3

03 Apr 19:13
Compare
Choose a tag to compare

core-v0.3.3

03 Apr 19:14
Compare
Choose a tag to compare

v0.3.2

27 Dec 07:28
Compare
Choose a tag to compare

v0.3.2 of timesnap reflects changes in v0.2.1 of timeweb (which had some bug fixes for undocumented features and preliminary support for web workers), but shouldn't affect the behavior of timesnap.

Full Changelog: v0.3.1...v0.3.2

core-v0.3.2

27 Dec 07:26
Compare
Choose a tag to compare

v0.3.1

16 Dec 08:37
Compare
Choose a tag to compare

v0.3.1 introduces compatibility with playwright, though WebKit and Firefox browsers seem to run into issues.

v0.3.1 also uses the updated API for timeweb v0.2.0, which introduced breaking changes by removing global functions.

Full Changelog: v0.3.0...v0.3.1

core-v0.3.1

16 Dec 09:39
Compare
Choose a tag to compare

v0.3.0

14 Jun 17:29
Compare
Choose a tag to compare

Version 0.3.0 marks a migration to using ES2017 features async/await and arrow functions. They were previously avoided to maximize compatibility with earlier versions of puppeteer.

It should be functionally equivalent to v0.2.1, though there may be some unintentional bugs or side effects. Please file an issue if there is inconsistent behavior.

v0.2.1

14 Jun 03:50
Compare
Choose a tag to compare
  • Adds config.stopFunctionName and --stop-function-name is the name of a function created inside the client page to manually stop capturing.
  • Updates dependencies to address security vulnerabilities
  • Last version before adopting ES2017 features

core-v0.3.0

14 Jun 17:24
Compare
Choose a tag to compare

core-v0.2.1

14 Jun 03:45
Compare
Choose a tag to compare