Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> **Revolutionary Self-Healing Locator System for Playwright**
> Transform fragile selectors into intelligent, self-healing locators with automatic fallback strategies.

[![npm version](https://badge.fury.io/js/locatorpro-playwright.svg)](https://www.npmjs.com/package/locatorpro-playwright)
[![npm version](https://img.shields.io/npm/v/locatorpro-playwright.svg)](https://www.npmjs.com/package/locatorpro-playwright)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Tests](https://github.com/debasisj/locatorpro-playwright/actions/workflows/ci.yml/badge.svg)](https://github.com/debasisj/locatorpro-playwright/actions/workflows/ci.yml)

Expand Down Expand Up @@ -437,15 +437,15 @@ npm run test

## � **Changelog**

### **v2.0.0** - Latest Release 🎉
### **v1.0.1** - Latest Release 🎉
Copy link

Copilot AI Aug 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changelog shows v1.0.1 as the latest release, but the feature list includes 'Revolutionary findByRelatedText()' and 'Enhanced enhanceLocator()' which appear to be major new features that would typically warrant a minor or major version bump rather than a patch version (1.0.1).

Suggested change
### **v1.0.1** - Latest Release 🎉
### **v1.1.0** - Latest Release 🎉

Copilot uses AI. Check for mistakes.
- ✅ **Revolutionary `findByRelatedText()`** - Container-based element selection
- ✅ **Enhanced `enhanceLocator()`** - Handles broken selectors with pattern analysis
- ✅ **Smart Actions API** - `smartClick()`, `smartFill()`, `smartExpected()`
- ✅ **Comprehensive attribute coverage** - All HTML attributes supported
- ✅ **Auto-enhancement** - Try original first, enhance if needed
- ✅ **Real-world validation** - Tested on major e-commerce and travel sites

### **v1.x.x** - Foundation
### **v1.0.0** - Foundation
- ✅ Basic self-healing locators
- ✅ Text-based element discovery
- ✅ Test ID enhancements
Expand Down