Skip to content

Releases: mevdschee/php-crud-api

v1.2.2

15 Apr 11:00
Compare
Choose a tag to compare

Minor bugfixes on last release

v1.2.1

15 Apr 10:17
Compare
Choose a tag to compare

Some breaking changes in tests to prepare for an adaptive test suite

v1.2.0

28 Mar 22:44
Compare
Choose a tag to compare

Improved test runner to test all database types in one run.

Thank you @karllhughes!

v1.1.10

28 Mar 10:41
Compare
Choose a tag to compare

Added tests for varbinary

v1.1.9

27 Mar 23:03
Compare
Choose a tag to compare
proper support for bianry and varbinary in mysql

v1.1.8

27 Mar 22:51
Compare
Choose a tag to compare
Proper support for binary and varbinary

v1.1.7

27 Mar 22:28
Compare
Choose a tag to compare

Support varbinary and binary field types

v1.1.6

27 Mar 22:28
Compare
Choose a tag to compare
Update README.md

v1.1.5: Merge pull request #219 from karllhughes/master

20 Mar 17:52
Compare
Choose a tag to compare

v1.1.4

17 Mar 12:25
Compare
Choose a tag to compare
bugfix in line with 212