github sql-formatter-org/sql-formatter v10.0.0-beta.1
10.0.0-beta.1

latest releases: v15.6.9, v15.6.8, v15.6.7...
pre-release3 years ago

Breaking changes

  • Encountering braces {} or brackets [] in SQL dialect not supporting these will now throw error #400
  • Encountering unbalanced parenthesis () (also {} and []) will now produce an error #277

Performance

  • Tokenizer is now faster, thanks to removal of case-insensitive regex transform #394
  • Parser is now slower, because of the switch to nearley #277
  • Overall performance is more impacted by the parser, so the net result is a slower formatting. Though this should only effect you if you're formatting megabytes worth of SQL.

Internal changes

  • Switch from hand-written parser to Nearley parser-generator #277
  • Added more token types #398 #395

Don't miss a new sql-formatter release

NewReleases is sending notifications on new releases.