Skip to content

Releases: wwilsman/interactor.js

v3.3.0

14 May 01:25
Compare
Choose a tag to compare

✨ New Features!

  • a3898d5 ✨ Allow assertion functions to return an assertion object

v3.2.0

12 Mar 00:31
Compare
Choose a tag to compare

✨ New Features!

  • f25d149 ♻️ Make arrange mirror act and assert API

🐛 Bug Fixes

  • 87cfcb1 🏷️ Fix context types
  • ded1875 🐛 Fix default package export

v3.1.0

13 Feb 20:01
Compare
Choose a tag to compare

✨ New Features!

  • 6b39bd9 ✨ Add arrange method to compliment act and assert

v3.0.1

08 Feb 21:06
Compare
Choose a tag to compare

🐛 Bug Fixes

  • 2432478 🐛 Select the innermost element when finding a match

v3.0.0

07 Feb 19:18
Compare
Choose a tag to compare

🎉 Major Update!

  • ✨ Rewritten internals with new APIs!
  • ⚡️ Just as fast but more reliable with improved assertion logic.
  • 🔥 Extendable classes (no more "magic" wrapper functions).
  • 💨 Quick start without "page objects" using the default interactor instance.
  • 🏷️ Accompanying type definitions to support JavaScript language servers.

v2.0.0-beta.14

07 Jul 18:22
Compare
Choose a tag to compare

✨ Enhancements & Features

  • ✨ Allow extending interactors when using find (2457bf3)

v2.0.0-beta.13

07 Jul 17:02
c7a51c3
Compare
Choose a tag to compare

✨ Enhancements & Features

  • ✨ Allow returning booleans and matchers from anonymous assertions

v2.0.0-beta.12

21 Jun 00:31
Compare
Choose a tag to compare
v2.0.0-beta.12 Pre-release
Pre-release

 ✨ Enhancements

  • Automatic pretty error messages for basic selector functions (c9dcfe0)
  • Add visible property (b235271)

🐛 Bug fixes

  • Copy method meta when wrapping to keep child information (497d0a9)

🧹 Maintenance

  • Use parent selector syntax in tests (571d1ce)
  • Fix CI coverage collection (196a5d4)

v2.0.0-beta.11

13 Mar 22:47
Compare
Choose a tag to compare

v2.0.0-beta.10

10 Feb 22:59
Compare
Choose a tag to compare
v2.0.0-beta.10 Pre-release
Pre-release

✨ Enhancements

  • ✨ Allow when timeout as second argument
  • 📝 Next docs site updates