- Renamed automatic page load function from `autopage()` to `auto()`. - Updated page model schema to `locators: { inclusions: [], exclusions: [] }`. - Added automatic attempts to try multiple indices when locating elements. - Fixed page matching to find exact patterns before abstract ones.
0.5
- Added automatic cleanup of unused locators. - Added prompt when no locators match. - Added `clean` command to force cleanup of unused actions. - Added `clone` command to download models from Git repositories.
0.4
- Fixed handling of automatic browser updates.
0.3
- Added `text` and `html` properties to pages. - Updated actions to support `delay=0` override. - Updated `URL` to support comparison to strings.
0.2
- Added support for `$BROWSER` environment variable on CI. - Added `fake.person.honorific` property. - Changed shell command from `dev` to `shell`.