Skip to content

Releases: courtney-miles/schnoop

Version 0.4.2

26 Aug 03:18
2f460dc
Compare
Choose a tag to compare

Expand support for PHP 8.2 and 8.3

Version 0.4.1

01 Jun 22:51
3b0fcdd
Compare
Choose a tag to compare

Fixes faults int he DatabaseFactory and ForeignKeyFactory in regards to handling upper-case property values for the raw definitions.

Version 0.4.0

01 Jun 05:19
e9edaf4
Compare
Choose a tag to compare
  • Add compatibility with MySQL 8.0
  • Drops support for PHP 7.2 and 7.3

Version 0.3.2

29 Jan 12:09
a7d1cdf
Compare
Choose a tag to compare

Add support for PHP 8.0 and 8.1

Version 0.3.1

26 Jan 11:22
8ccd5e2
Compare
Choose a tag to compare
  • Adds support for JSON column type (#9)
  • Correct type error when getting a table that does not exist (#3)

Add support for PHP 7.4, drop support for PHP 7.1 and older

25 Apr 21:09
1c6ac6f
Compare
Choose a tag to compare

PHP requirement is now version 7.2 to 7.4.

Support for PHP 5.6 to 7.1 has been dropped.

There are no interface changes in this version.

Expand PHP compatibility to version 7.2

16 Jan 09:25
82f15e7
Compare
Choose a tag to compare

PHP compatibility has been expanded to include the following versions:

  • PHP 5.6
  • PHP 7.0
  • PHP 7.1
  • PHP 7.2

There has otherwise been no interface changes with this release.

Do not include views in the returned list of tables

16 Jan 09:24
Compare
Choose a tag to compare

MilesAsylum\Schnoop\Inspector\MySQLInspector::fetchTableList() will no longer include views.

Update schnoop-schema to version 0.1.1

20 Oct 11:10
Compare
Choose a tag to compare

Added getter for PDO connection

16 Oct 09:16
Compare
Choose a tag to compare

Added Schnoop::getPDO() to provide the PDO connection used to schnoop the database.