Skip to content
This repository was archived by the owner on Jan 3, 2019. It is now read-only.

v0.4.0 - 2017-11-04

Pre-release
Pre-release

Choose a tag to compare

@clebert clebert released this 04 Nov 11:49
· 235 commits to master since this release

Added

@pageobject/class

  • Breaking: Added the required property selectors to the interface PageClass.
  • Breaking: Added the required parameter elements to the type Predicate.

Changed

@pageobject/class

  • Breaking: Set the optional property url of the interface PageClass to required.
  • Breaking: Changed the type of the property url of the interface PageClass from RegExp | string to RegExp.
  • Breaking: Removed the type InitialComponent.
  • Removed the optional property InitialComponents of the interface PageClass.
  • Removed the optional property InitialElements of the interface PageClass.