Skip to content

Releases: GetDKAN/mock-chain

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)

1.2.0

30 Jun 20:32
a34ebfb
Compare
Choose a tag to compare

[FEATURE] Do not allow mocking non-existent methods. (#4)

1.1.0

24 Jun 18:20
e440a04
Compare
Choose a tag to compare

[FEATURE] Null returns in sequences (#3)

1.0.1

01 Mar 20:44
87e2a3e
Compare
Choose a tag to compare
Battling class_exists and interface_exists case insensitivity. (#2)