Skip to content

Releases: nilportugues/php-sql-query-formatter

v1.2.2

02 Nov 23:30
Compare
Choose a tag to compare
  • Downgraded PHPUnit to 4.* while giving support for PHP 5.5 (to change soon)

v1.2.1

02 Nov 23:18
Compare
Choose a tag to compare
  • Added backslash to PHP internal functions
  • PHP7 FIxes for UserDefined.php file.

PHP7 Compatible

10 Apr 19:39
Compare
Choose a tag to compare

Major change

  • Changed namespace from NilPortugues\SqlQueryFormatter to NilPortugues\Sql\QueryFormatter

Minor change

  • Changed NilPortugues\SqlQueryFormatter\Tokenizer\Parser\String to NilPortugues\Sql\QueryFormatter\Tokenizer\Parser\LiteralString because PHP7 seems to have String as a word reserved and cannot be used as a class name.

v1.1.0

26 Dec 10:18
Compare
Choose a tag to compare

Code quality increased

  • Everything that could be splitted into new classes has been splitted.
  • Removed code duplication

v1.0.0

26 Jun 23:13
Compare
Choose a tag to compare
Update .travis.yml