Skip to content

Latest commit

 

History

History
258 lines (126 loc) · 10.8 KB

CHANGELOG.md

File metadata and controls

258 lines (126 loc) · 10.8 KB

1.12.1 (2024-08-01)

Bug Fixes

  • no-shorthand-offset: fix perf issue with lookbehind assertion, noissue (8c62032)

1.12.0 (2024-08-01)

Features

  • no-shorthand-offset: prevent 'LIMIT offset, count' syntax (94e0409)

1.11.0 (2024-07-15)

Features

  • no-backticks: new rule to prevent incompatible backticks, noissue (0181fce)

1.10.0 (2024-07-08)

Features

  • allowed-functions: rule allowed-functions or rather disallowed, fixes #86 (d2be98c)

1.9.10 (2023-07-19)

Bug Fixes

1.9.9 (2022-09-16)

Bug Fixes

1.9.8 (2021-09-03)

Bug Fixes

1.9.7 (2021-08-18)

Bug Fixes

  • parser: include delete with alias (44be945)

1.9.6 (2021-08-18)

Bug Fixes

  • parser: include delete with alias (9abdaa6)

1.9.5 (2021-08-18)

Bug Fixes

  • sqlparser: include INSERT tble, without INTO (1e10703)

1.9.4 (2021-08-18)

Bug Fixes

  • sqlparser: include INSERT...SELECT (2776e70)

1.9.3 (2021-08-12)

Bug Fixes

  • deps: update dev dependencies (6a5e92d)

1.9.2 (2021-02-19)

Bug Fixes

  • no-eol-command: fix order (b644104)

1.9.1 (2021-02-19)

Bug Fixes

  • no-eol-command: ignore DISTINCT, ASC... etc (bfadc22)

1.9.0 (2021-02-19)

Features

1.8.0 (2020-07-05)

Features

1.7.0 (2020-04-20)

Features

  • rules: rename max-prepared to max-placeholders (f4b9a8b)

1.6.0 (2020-04-09)

Features

  • rules: add max-prepared (4ff450e)

1.5.3 (2020-04-03)

Bug Fixes

  • discovery: found some literals weren't covered (c430964)

1.5.2 (2020-03-23)

Bug Fixes

  • sequel/no-shorthand-all: ignore multiplication (173d493)

1.5.1 (2020-03-22)

Bug Fixes

  • rules: do not match comments /**/ (1175f95)

1.5.0 (2020-03-21)

Features

  • sequel/no-shorthand-all: new rule (e3c601b)

1.4.1 (2020-03-21)

Bug Fixes

  • sequel/spacing: honour multilines (f099acb)

1.4.0 (2020-03-20)

Features

  • rule/spacing: Add new spacing rule (3246fbe)

1.3.3 (2020-03-17)

Bug Fixes

  • rules: function-case ignore keywords in quotes (75ac87f)

1.3.2 (2020-03-17)

Bug Fixes

  • sql-detector: ensures it's the first part of the string (b799035)

1.3.1 (2020-03-17)

Bug Fixes

  • rules: function-case add 'NOT IN|IN|ASC|DESC|BETWEEN' (b550fe5)

1.3.0 (2020-03-17)

Features

  • rules: function-case group by order by (51ad76a)

1.2.0 (2020-03-17)

Features

  • rules: update function-case to include functions (ff30898)

1.1.1 (2020-03-12)

Bug Fixes

  • rule/function-case: match tagged and non-tagged SQL statements (ce832f9)

1.1.0 (2020-03-12)

Features

  • rules/function-case: New rule for fomatting SQL special words (7970c0a)

1.0.5 (2020-03-12)

Bug Fixes

  • regression: when node is empty (a9b11c5)

1.0.4 (2020-03-09)

Bug Fixes

  • regression: missing util folder (8ee64da)

1.0.3 (2020-03-09)

Bug Fixes

  • no-unsafe-query: sql parser includes DELETE, UPDATE and INSERTs (f1db361)

1.0.2 (2020-03-06)

Bug Fixes

1.0.1 (2020-03-06)

Bug Fixes

1.0.0 (2020-03-06)

Features

  • rule: Initiate the no-unsafe-query rule (4f35c2d)

1.2.1 (2019-12-12)

Bug Fixes

1.2.0 (2019-12-12)

Features

  • prettier: format file commits using prettier (#22) (7f6eee8)

1.1.1 (2019-11-06)

Bug Fixes

  • publish: add scope for npm package (4235eed)

1.1.0 (2019-11-06)

Features

  • publish: set publishConfig access public (2584e1f)

1.0.0 (2019-06-27)

Features

  • release: Add semantic release to the mix (1f6caa6)