Changes 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. Revision history for Playwright
  2. 0.012 2021-08-03 TEODESIAN
  3. - Automatically translate element handles passed as args objects to the playwright process.
  4. 0.011 2021-07-27 TEODESIAN
  5. - Make no attempts whatsoever to install node deps for users, instead giving them advice how to self-service fix their problems.
  6. 0.010 2021-07-27 TEODESIAN
  7. - Fix issue with yargs fix breaking invocation in Playwright.pm
  8. - Fix issue with child selectors being broken
  9. - Add ability to specify library path
  10. 0.009 2021-07-26 TEODESIAN
  11. - Remove dependency on yargs in bin/playwright_server
  12. 0.008 2021-07-16 TEODESIAN
  13. - Add parent attribute to grab element parents when needed
  14. - Remove dependency on AsyncData in favor of File::Temp, Sereal and fork().
  15. - Prevent destructors for other objects firing in forks used to do asynchronous operations.
  16. 0.007 2021-06-17 TEODESIAN
  17. - Adjust module for changing Download returns, and api.json no longer being shipped with Playwright
  18. - Fix some warnings when installing for the first time.
  19. 0.006 2021-04-12 TEODESIAN
  20. - Prevent $? from bubbling up in our destructor and invalidating program exit code by localizing $? in quit()
  21. - Add a link to the Playwright slack in the documentation.
  22. 0.005 2021-03-24 TEODESIAN
  23. [BUG FIXES]
  24. - Prevent double destroy in the event of quit() being called
  25. - Make the destroy() process a good deal more reliable
  26. - Add a timeout parameter to new() to control how long to wait for the server to spin up/down
  27. - Improve documentation
  28. - Adjust auto-install process to work better on windows, and not leak stderr in some contexts.
  29. 0.004 2021-03-19 TEODESIAN
  30. [BUG FIXES]
  31. - Adjust spec parser for newer Playwright spec versions
  32. 0.003 2021-03-16 TEODESIAN
  33. [BUG FIXES]
  34. - Fix broken testsuite
  35. 0.002 2021-02-10 TEODESIAN
  36. [BUG FIXES]
  37. - Declare perl 5.28 to be minimum version
  38. 0.001 2020-11-02 TEODESIAN
  39. - First release to CPAN