Changes 951 B

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