Releases: 5app/eslint-plugin-sequel
Releases · 5app/eslint-plugin-sequel
v1.12.1
1.12.1 (2024-08-01)
Bug Fixes
- no-shorthand-offset: fix perf issue with lookbehind assertion, noissue (8c62032)
v1.12.0
1.12.0 (2024-08-01)
Features
- no-shorthand-offset: prevent 'LIMIT offset, count' syntax (94e0409)
v1.11.0
1.11.0 (2024-07-15)
Features
- no-backticks: new rule to prevent incompatible backticks, noissue (0181fce)
v1.10.0
1.10.0 (2024-07-08)
Features
- allowed-functions: rule allowed-functions or rather disallowed, fixes #86 (d2be98c)
v1.9.9
1.9.9 (2022-09-16)
Bug Fixes
v1.9.8
1.9.8 (2021-09-03)
Bug Fixes
v1.9.7
1.9.7 (2021-08-18)
Bug Fixes
- parser: include delete with alias (44be945)
v1.9.6
1.9.6 (2021-08-18)
Bug Fixes
- parser: include delete with alias (9abdaa6)
v1.9.5
1.9.5 (2021-08-18)
Bug Fixes
- sqlparser: include INSERT tble, without INTO (1e10703)