Releases: tungs/timecut
v0.3.3
core-v0.3.3
TBD
Full Changelog: core-v0.3.2...core-v0.3.3
v0.3.2
core-v0.3.2
TBD
v0.3.1
v0.3.1 of timecut reflects the underlying changes in v0.3.1 of timesnap, which introduced compatibility with playwright, though WebKit and Firefox browsers seem to run into issues.
v0.3.1 of timesnap 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 as v0.2.1, though there may be some unintentional bugs or side effects.
v0.2.1
Reflects changes made in timesnap 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