Skip to content

Latest commit

 

History

History
59 lines (47 loc) · 2.69 KB

CHANGELOG.md

File metadata and controls

59 lines (47 loc) · 2.69 KB

2.3.1

  • Fixin mixin require logic - @dbushong #13
    • a97f567 fix: properly handle modules-as-mixins
    • b5fc336 test: fix tests for assertion library spacing tweaks

2.3.0

  • feat: add & test buttonUp/Down & movePointerRelativeTo - @dbushong #12
    • f416cf4 feat: add & test buttonUp/Down & movePointerRelativeTo
  • Apply latest nlm generator - @i-tier-bot #10
    • 15b46d4 chore: Apply latest nlm generator
    • 8aaf0fd style: Lint rules and license headers
    • faf388b chore: Use Groupon user for publishing
    • e5847cb style: Add license header and fix spacing

2.2.1

  • Fix switchToFrame tests - @jkrems #6
    • Remove getElement exception checking, moved to webdriver-http-sync
    • Fix nested switch to frame
    • Fix tests to fail as they should

2.2.0

  • Deprecate: getElement returns null - @jkrems #7
  • Better refresh test - @jkrems #5

2.1.0

  • Add support for waitForElementNotExist - @jkrems #4

2.0.0

This moves priming and clearing cookies into testium-core.

The remaining changes are minor cleanup.

bc94e04 Fix tests when running as mocha | cat 117fcf1 Use proper version of testium-core 27811d1 Only ship lib to npm 5a48026 Use latest testium-core 058b462 Fix linting errors in unit tests 94fdd21 Port browser unit tests dd1399d Port assert unit tests 720193c Inline usage of _getElementWithProperty 583791e Add npub for clean releases d5c15e9 Remove traces of jshint config 0355bea Fix typo in test description

1.0.3

  • Initial release