Releases: doctrine/sql-formatter
Releases · doctrine/sql-formatter
1.5.1
Release Notes for 1.5.1
1.5.x bugfix release (patch)
1.5.1
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
Bugfixes
CI
- 144: Bump doctrine/.github from 5.1.0 to 5.2.0 thanks to @dependabot[bot]
1.5.0
Release Notes for 1.5.0
Feature release (minor)
1.5.0
- Total issues resolved: 0
- Total pull requests resolved: 10
- Total contributors: 3
enhancement
- 131: Improve tokenizer regex matching thanks to @mvorisek
- 125: Improve token type phpdoc thanks to @mvorisek
- 124: Add extra new line between separate queries thanks to @mvorisek
- 119: Do not reallocate whole input string when matching next token thanks to @mvorisek
- 115: Dedup indent level decrease code thanks to @mvorisek
- 112: Use constants for the indentation block type thanks to @goetas
- 101: Implement CASE WHEN format thanks to @mvorisek
CI
-
138: Bump doctrine/.github from 5.0.1 to 5.1.0 thanks to @dependabot[bot]
-
132: Build optimized regex from string list thanks to @mvorisek
1.4.1
Release Notes for 1.4.1
1.4.x bugfix release (patch)
1.4.1
- Total issues resolved: 0
- Total pull requests resolved: 11
- Total contributors: 3
bugfixes
- 134: Added straight_join to $reservedNewline thanks to @MaximilianKresse
- 120: Fix unclosed block comment tokenize thanks to @mvorisek
- 117: Make sure all internal lists do not rely on keywords order thanks to @mvorisek
- 110: Fix semicolon must decrease special indentation level thanks to @mvorisek
- 107: Make sure keywords are single upper words thanks to @mvorisek
- 106: Add all "type reserved" MySQL keywords thanks to @mvorisek
- 104: Revert uppercasing keywords in tokenizer thanks to @mvorisek
- 102: Parse "NOW()" like any other function thanks to @mvorisek
Test Suite
1.4.0
Release Notes for 1.4.0
Feature release (minor)
1.4.0
- Total issues resolved: 0
- Total pull requests resolved: 3
- Total contributors: 2
Enhancement
- 100: Modernize codebase for PHP 8 thanks to @derrabus
CI
- 99: Bump actions/checkout from 2 to 4 thanks to @dependabot[bot]
- 98: Bump doctrine/.github from 1.4.1 to 5.0.1 thanks to @dependabot[bot]
1.3.0
1.2.0
Release Notes for 1.2.0
Feature release (minor)
1.2.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
enhancement
- 93: Force uppercase SQL keywords thanks to @rinu
- 88: Add support for PostgreSQL cast operator thanks to @forrest79
1.1.3
Release Notes for 1.1.3
1.1.3
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
enhancement
1.1.2
What's Changed
- Drop useless executable bit by @DavidPrevot in #64
- Fix build by @greg0ire in #68
- Fix the query delimiter for the performance script by @stof in #67
- Add missing comparisons. by @ndm2 in #69
- Maintenance work by @greg0ire in #70
- Allow require autoloader at bin installed under vendor by @sasezaki in #74
- Update README - stop rely on github pages image. by @sasezaki in #75
- Update phpstan to ^1.0 by @sasezaki in #76
- Update psalm to ^4.11 by @sasezaki in #77
- Bump Doctrine coding standard to 9.0 by @derrabus in #79
New Contributors
- @DavidPrevot made their first contribution in #64
- @ndm2 made their first contribution in #69
- @sasezaki made their first contribution in #74
- @derrabus made their first contribution in #79
Full Changelog: 1.1.1...1.1.2
1.1.1
Release 1.1.1
1.1.1
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
bug
1.1.0
Release 1.1.0
1.1.0
-
Total issues resolved: 0
-
Total pull requests resolved: 1
-
Total contributors: 1
-
58: Allow Php 8 thanks to @greg0ire