Skip to content

Releases: GetDKAN/mock-chain

1.4.1

22 Apr 13:34
1434706
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.0...1.4.1

1.4.0

13 Mar 20:36
d2dd36e
Compare
Choose a tag to compare

Now requires minimum of PHPUnit 8.5.40.

What's Changed

Full Changelog: 1.3.7...1.4.0

1.3.7

12 Jun 17:25
032017c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.6...1.3.7

1.3.6

16 Jan 19:38
941cc85
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.5...1.3.6

1.3.5

14 Mar 17:01
32d45b1
Compare
Choose a tag to compare

What's Changed

  • Unlock PHPUnit 9.5 with onlyMethods() by @paul-m in #18

1.3.4

10 Mar 19:15
bb63bfe
Compare
Choose a tag to compare

Reverts some changes which were causing issues with downstream dependencies.

What's Changed

Full Changelog: 1.3.3...1.3.4

1.3.3

07 Mar 22:03
5c41873
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.2...1.3.3

1.3.2

24 Mar 13:55
ade12ff
Compare
Choose a tag to compare
Preventing infinite loops when a requested option does not exist. (#8)

1.3.1

23 Mar 11:48
6b8da08
Compare
Choose a tag to compare
Merge pull request #7 from GetDKAN/graceful-options

More graceful returns when an option is requested.

1.3.0

01 Jul 15:46
bfcb5f5
Compare
Choose a tag to compare

[FEATURE] Supporting dummy doubles. (#5)
[FEATURE] Allows adding new methods without repeating the class. (#6)