1
0
Files
perl-Playwright/perl-Playwright.changes

43 lines
1.7 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Wed Jul 28 03:09:45 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.011
see /usr/share/doc/packages/perl-Playwright/Changes
0.011 2021-07-27 TEODESIAN
- Make no attempts whatsoever to install node deps for users, instead giving them advice how to self-service fix their problems.
0.010 2021-07-27 TEODESIAN
- Fix issue with yargs fix breaking invocation in Playwright.pm
- Fix issue with child selectors being broken
- Add ability to specify library path
0.009 2021-07-26 TEODESIAN
- Remove dependency on yargs in bin/playwright_server
-------------------------------------------------------------------
Sat Jul 17 03:08:35 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.008
see /usr/share/doc/packages/perl-Playwright/Changes
0.008 2021-07-16 TEODESIAN
- Add parent attribute to grab element parents when needed
- Remove dependency on AsyncData in favor of File::Temp, Sereal and fork().
- Prevent destructors for other objects firing in forks used to do asynchronous operations.
-------------------------------------------------------------------
Fri Jun 18 03:08:00 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.007
see /usr/share/doc/packages/perl-Playwright/Changes
0.007 2021-06-17 TEODESIAN
- Adjust module for changing Download returns, and api.json no longer being shipped with Playwright
- Fix some warnings when installing for the first time.
-------------------------------------------------------------------
Tue Apr 27 14:01:09 UTC 2021 - Tina Müller <tina.mueller@suse.com>
- Initial submission