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