Changes 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. Revision history for Playwright
  2. 0.009 2021-07-26 TEODESIAN
  3. - Remove dependency on yargs in bin/playwright_server
  4. 0.008 2021-07-16 TEODESIAN
  5. - Add parent attribute to grab element parents when needed
  6. - Remove dependency on AsyncData in favor of File::Temp, Sereal and fork().
  7. - Prevent destructors for other objects firing in forks used to do asynchronous operations.
  8. 0.007 2021-06-17 TEODESIAN
  9. - Adjust module for changing Download returns, and api.json no longer being shipped with Playwright
  10. - Fix some warnings when installing for the first time.
  11. 0.006 2021-04-12 TEODESIAN
  12. - Prevent $? from bubbling up in our destructor and invalidating program exit code by localizing $? in quit()
  13. - Add a link to the Playwright slack in the documentation.
  14. 0.005 2021-03-24 TEODESIAN
  15. [BUG FIXES]
  16. - Prevent double destroy in the event of quit() being called
  17. - Make the destroy() process a good deal more reliable
  18. - Add a timeout parameter to new() to control how long to wait for the server to spin up/down
  19. - Improve documentation
  20. - Adjust auto-install process to work better on windows, and not leak stderr in some contexts.
  21. 0.004 2021-03-19 TEODESIAN
  22. [BUG FIXES]
  23. - Adjust spec parser for newer Playwright spec versions
  24. 0.003 2021-03-16 TEODESIAN
  25. [BUG FIXES]
  26. - Fix broken testsuite
  27. 0.002 2021-02-10 TEODESIAN
  28. [BUG FIXES]
  29. - Declare perl 5.28 to be minimum version
  30. 0.001 2020-11-02 TEODESIAN
  31. - First release to CPAN