Skip to content

Releases: dr-matt-smith/pdo-crud-for-free-repositories

v2.7

07 Nov 08:46
Compare
Choose a tag to compare

updated to use newer Dotenv library
(addressing security vulnerability)

remove deprecated FILTER

17 Feb 14:05
b2ff433
Compare
Choose a tag to compare

replaced deprecated FILTER_SANITIZE_STRING
with
FILTER_SANITIZE_FULL_SPECIAL_CHARS

in DatabaseTableRepository::searchByColumn()

--
this should remove deprecation warning with using this method ....

removed empty tests, reduced dependencies

28 May 10:02
Compare
Choose a tag to compare

Giuthub dependabot was nagging about Guzzle vulnerability
I think that must have been a dependency of a test library?
since test was placeholder I just removed it

no feature changes / no changes to src contents

added insertMany method

08 Feb 13:25
Compare
Choose a tag to compare

new method to make fixtures a bit easier

write less SQL

03 Jan 15:07
Compare
Choose a tag to compare

Can infer SQL to create tables from entity class property types

enable use with PHP 8.0

15 Sep 07:04
fe49aa5
Compare
Choose a tag to compare

added ^8.0 to composer.json - testing and worked fine

minor corrections to README

25 May 09:07
6cb14b7
Compare
Choose a tag to compare
v2.2.2

Update README.md

make stable by fixing Travis CI PHP version

24 May 14:44
Compare
Choose a tag to compare
v2.2.1

updated travis PHP version

simpler table reset and auto schema creation

24 May 14:36
Compare
Choose a tag to compare
v2.2

Merge branch 'master' of github.com:dr-matt-smith/pdo-crud-for-free-r…

fix issues in composer.json file

20 May 18:10
920956a
Compare
Choose a tag to compare
v2.1

Update composer.json