Skip to content

Releases: tungs/timecut

v0.3.3

03 Apr 20:04
Compare
Choose a tag to compare

TBD

What's Changed

Full Changelog: v0.3.2...v0.3.3

core-v0.3.3

03 Apr 20:02
Compare
Choose a tag to compare

v0.3.2

27 Dec 07:40
Compare
Choose a tag to compare

v0.3.2 of timecut 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 timecut.

core-v0.3.2

27 Dec 07:39
Compare
Choose a tag to compare

v0.3.1

16 Dec 09:14
Compare
Choose a tag to compare

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

16 Dec 09:47
Compare
Choose a tag to compare

v0.3.0

14 Jun 18:17
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 as v0.2.1, though there may be some unintentional bugs or side effects.

v0.2.1

14 Jun 04:51
Compare
Choose a tag to compare

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

14 Jun 18:11
Compare
Choose a tag to compare

core-v0.2.1

14 Jun 04:46
Compare
Choose a tag to compare