Changes 1.2 KB

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