Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Latest commit

 

History

History
59 lines (44 loc) · 3.2 KB

CHANGELOG.md

File metadata and controls

59 lines (44 loc) · 3.2 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

  • Higher order expectations. (#12)

Added

  • ray method for debug the current value. (#13)

Added

  • dd method for dump the current value and exit. (28b6f8f)

Added

  • sequence method now creates expectation on keys. (#11)

Changed

  • Check if global function is already defined. (#10, e6f10ea)

Added

  • Allows to create an sequence of expectations item of an iterable "value". (#9, 3b89b7d)

Added

  • Allows to create an expectation on each item of an iterable "value". (#7)

Changed

  • Version conflicts

Changed

  • Stable version

Added

  • toBeJson expectation (#2)

Fixed

  • Usage of plugin outsite PEST (4a2eb63)

Fixed

Added

  • First