1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
1.1.1 31 Jul 2020
62: Adapt bin/sql-formatter to SqlFormatter API thanks to @SenseException
61: Fixed formatting of MODIFY and CHANGE thanks to @MaximilianKresse
1.1.0 - 29 May 2020
58: Allow Php 8 thanks to @greg0ire
1.0.1 - 22 May 2020
55: Add support for php 7.1 thanks to @greg0ire
52: Couple more files to .gitattributes thanks to @reedy
1.0.0 - 28 Apr 2020
48: Cursor based tokenizer thanks to @goetas
42: Use generators thanks to @greg0ire
24: Drop features unrelated to formatting thanks to @greg0ire
22: Implement NullHighlighter thanks to @greg0ire
20: The new minimum php version is 7.2 thanks to @goetas
16: Remove public properties thanks to @greg0ire
15: Use polymorphism to replace isCli thanks to @greg0ire
11: Get rid of statism thanks to @greg0ire
8: Close api thanks to @greg0ire
4: Standards thanks to @greg0ire
3: Namespacing thanks to @greg0ire
v1.2.17 - 12 Jan 2014
v1.2.16 - 27 Nov 2013
Added SqlFormatter::compress method for formatting queries on a single line. Useful for copy/pasting into the command line
Improved reserved word detection. For example, count is only a reserved word when followed by parentheses now
More reserved words recognized
Highlighting support for SQL variables and binary/hex numbers
Better formatting of LIMIT clauses
Increased PHPUnit code coverage
Performance improvements
Better negative number formatting
v1.2.9 - 27 Apr 2013
v1.2.0 - 22 Dec 2012
v1.1.0 - 11 Nov 2012
v1.0.1 - 7 Oct 2012
|