Skip to content

Latest commit

 

History

History
69 lines (59 loc) · 3.14 KB

CHANGELOG.md

File metadata and controls

69 lines (59 loc) · 3.14 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • New API: boxModel
  • New option waitForNavigation for click method, which allows to wait for a navigation after clicked.

Changed

  • Enable type checking on methods evaluate, evaluateWithReturn and waitForEvaluation.

[0.8.0] - 2018-08-23

Changed

  • Use tuple list to simplify type definitions, which allows type checking for methods like find and findAll.

[0.7.0] - 2018-05-14

Fixed

  • Throw all types of errors which from Rize. (Not only AssertionError)

[0.6.0] - 2018-03-24

Added

Fixed

  • Remove data-rize attribute after calling find or findAll or findByXPath method.

[0.5.0] - 2018-03-15

Added

Changed

  • Hooks now do not support passing arguments to function

Fixed

  • Fix that Jest shows assertion message twice.
  • Fix missing this pointer of beforeExit hook.

[0.4.0] - 2018-03-12

Added

Changed

  • Improved error stack trace

[0.3.0] - 2018-03-08

Added

  • New option: defaultNavigationTimeout
  • New API: findWithText

Changed

  • Better assertions messages.

[0.2.0] - 2018-03-06

Added

Changed

  • closePage supports closing a page with a given name.

[0.1.0] - 2018-03-05

Added

  • Add all methods.