Skip to content

Releases: datashaman/phpcheck

Fixes and cleanup

29 Apr 06:29
6a20f19
Compare
Choose a tag to compare
Fixes and cleanup Pre-release
Pre-release

Function documentation generator also got a lot of attention.

Post release hotfixes

27 Apr 13:12
ee46f4b
Compare
Choose a tag to compare
Post release hotfixes Pre-release
Pre-release

Always find them after you've tagged the release...

Aligned with QuickCheck

27 Apr 06:49
238dc68
Compare
Choose a tag to compare
Pre-release
  • Using namespaced functions
  • Pure generators (no Gen or MkGen class needed)
  • Multiple independent random number generators
  • Many more generators implemented
  • Tabulation

Fix execution without debug :blush:

16 Apr 05:00
153f9b6
Compare
Choose a tag to compare
Pre-release
Merge pull request #11 from datashaman/hotfix/execution

Fix execution without xdebug :blush:

Improve coverage and add text reporter

16 Apr 04:53
ec17d74
Compare
Choose a tag to compare
Pre-release
Merge pull request #10 from datashaman/develop

Various Changes

Add coverage, fix bugs and document

15 Apr 20:47
cbf5228
Compare
Choose a tag to compare
Pre-release
Merge pull request #9 from datashaman/feature/2-coverage

Add coverage

Initial release

15 Apr 09:56
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release
0.1.0

PHPCheck initial implementation