Releases: tungs/timesnap
v0.3.3
core-v0.3.3
TBD
Full Changelog: core-v0.3.2...core-v0.3.3
v0.3.2
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
TBD
Full Changelog: core-v0.3.1...core-v0.3.2
v0.3.1
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
TBD
Full Changelog: core-v0.3.0...core-v0.3.1
v0.3.0
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
- 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
TBD
core-v0.2.1
TBD