Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 719 Bytes

CHANGELOG.md

File metadata and controls

20 lines (15 loc) · 719 Bytes

Changelog

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

[1.1.0] - 2020-01-10

  • Updating CI to test on 7.4
    • This will be the last release supporting PHP 7.1
  • Added new methods: withoutQuery, withQueryKey, and withQueryKeys

[1.0.3] - 2019-12-03

  • Security dependency update. PR provided by Github helpbot

[1.0.2] - 2019-10-03

  • Updated to the latest version of blastcloud/chassis.
  • Fix for InvokedRecorder being removed from PHPUnit 8.4 Type hinting was simply removed from the expects() method. Will have to rely on users simply reading the documentation.

[1.0.1] - 2019-09-06

  • Fix for capitalization issue on macros.php

[1.0.0] - 2019-09-06

  • Initial Release