Changes 1.1 KB

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