1.12.1 (2024-08-01)
- no-shorthand-offset: fix perf issue with lookbehind assertion, noissue (8c62032)
1.12.0 (2024-08-01)
- no-shorthand-offset: prevent 'LIMIT offset, count' syntax (94e0409)
1.11.0 (2024-07-15)
- no-backticks: new rule to prevent incompatible backticks, noissue (0181fce)
1.10.0 (2024-07-08)
1.9.10 (2023-07-19)
- deps: npm audit fix (2d0baa7)
1.9.9 (2022-09-16)
- dictionary: add EXISTS (c8dc2a2)
1.9.8 (2021-09-03)
1.9.7 (2021-08-18)
- parser: include delete with alias (44be945)
1.9.6 (2021-08-18)
- parser: include delete with alias (9abdaa6)
1.9.5 (2021-08-18)
- sqlparser: include INSERT tble, without INTO (1e10703)
1.9.4 (2021-08-18)
- sqlparser: include INSERT...SELECT (2776e70)
1.9.3 (2021-08-12)
- deps: update dev dependencies (6a5e92d)
1.9.2 (2021-02-19)
- no-eol-command: fix order (b644104)
1.9.1 (2021-02-19)
- no-eol-command: ignore DISTINCT, ASC... etc (bfadc22)
1.9.0 (2021-02-19)
- rule: no-eol-command (b2d31af)
1.8.0 (2020-07-05)
1.7.0 (2020-04-20)
- rules: rename max-prepared to max-placeholders (f4b9a8b)
1.6.0 (2020-04-09)
- rules: add max-prepared (4ff450e)
1.5.3 (2020-04-03)
- discovery: found some literals weren't covered (c430964)
1.5.2 (2020-03-23)
- sequel/no-shorthand-all: ignore multiplication (173d493)
1.5.1 (2020-03-22)
- rules: do not match comments /**/ (1175f95)
1.5.0 (2020-03-21)
- sequel/no-shorthand-all: new rule (e3c601b)
1.4.1 (2020-03-21)
- sequel/spacing: honour multilines (f099acb)
1.4.0 (2020-03-20)
- rule/spacing: Add new spacing rule (3246fbe)
1.3.3 (2020-03-17)
- rules: function-case ignore keywords in quotes (75ac87f)
1.3.2 (2020-03-17)
- sql-detector: ensures it's the first part of the string (b799035)
1.3.1 (2020-03-17)
- rules: function-case add 'NOT IN|IN|ASC|DESC|BETWEEN' (b550fe5)
1.3.0 (2020-03-17)
- rules: function-case group by order by (51ad76a)
1.2.0 (2020-03-17)
- rules: update function-case to include functions (ff30898)
1.1.1 (2020-03-12)
- rule/function-case: match tagged and non-tagged SQL statements (ce832f9)
1.1.0 (2020-03-12)
- rules/function-case: New rule for fomatting SQL special words (7970c0a)
1.0.5 (2020-03-12)
- regression: when node is empty (a9b11c5)
1.0.4 (2020-03-09)
- regression: missing util folder (8ee64da)
1.0.3 (2020-03-09)
- no-unsafe-query: sql parser includes DELETE, UPDATE and INSERTs (f1db361)
1.0.2 (2020-03-06)
- ci: reduce npm bundle (67ef46c)
1.0.1 (2020-03-06)
- ci: Publish to npm (ac94983)
- rule: Initiate the no-unsafe-query rule (4f35c2d)
1.2.1 (2019-12-12)
- deps: npm audit (ca738db)
1.2.0 (2019-12-12)
1.1.1 (2019-11-06)
- publish: add scope for npm package (4235eed)
1.1.0 (2019-11-06)
- publish: set publishConfig access public (2584e1f)
- release: Add semantic release to the mix (1f6caa6)