Changes 2.1 KB

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