Skip to content

Releases: ddnetters/playwrong

v1.1.0

03 Feb 19:40

Choose a tag to compare

What's New

New Features

  • Chaotic clicks — 33% chance click() hits the target, 67% chance it clicks a random spot on the page
  • Impatient waitswaitForSelector() has a 60% chance of giving up early with sarcastic excuses

Improvements

  • Added open source community files (CONTRIBUTING, SECURITY, CODE_OF_CONDUCT)
  • Added CI workflow
  • Cleaned up README to match Playwright's documentation style
  • Updated all dependencies to latest versions

v1.0.2

09 Jun 08:43

Choose a tag to compare

What's Changed

📝 Documentation

  • Fix README documentation inaccuracies and import syntax
  • Update example code to match actual API behavior
  • Correct ESLint configuration for ES modules

🔧 Dependencies

  • Update @playwright/test from 1.49.1 to 1.52.0

🐛 Bug Fixes

  • Fix ESLint configuration module parsing errors
  • Update output examples to reflect actual console behavior

Full Changelog: 1.0.1...v1.0.2