Skip to content

Commit ed88d9f

Browse files
chore(main): release 1.0.0 (#1)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7d59a12 commit ed88d9f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
3+
## 1.0.0 (2024-08-31)
4+
5+
6+
### Features
7+
8+
* add typed-input rule ([e72f56a](https://github.com/merceyz/eslint-plugin-sqlite/commit/e72f56a62d8be433003ff67019348763e4bc5826))
9+
* add typed-result rule ([f390944](https://github.com/merceyz/eslint-plugin-sqlite/commit/f39094434ac6cf891fc2c7da84bd7c47ebe9db29))
10+
* add valid-query rule ([ed290fe](https://github.com/merceyz/eslint-plugin-sqlite/commit/ed290fea7c868f3492dcf4e4409b98ab223843ef))
11+
* inferQueryInput ([623affc](https://github.com/merceyz/eslint-plugin-sqlite/commit/623affc498079782036b06407f276c36a0771929))
12+
* inferQueryResult ([b47c5cc](https://github.com/merceyz/eslint-plugin-sqlite/commit/b47c5cca521bfb256be55b7086f012a0fdc79d93))
13+
* report on non-static and non-string static values ([2fb96a4](https://github.com/merceyz/eslint-plugin-sqlite/commit/2fb96a48b01b0d9e9be93ddb34a9e7a528e7e62a))
14+
* support overriding unknown type ([f1d4a89](https://github.com/merceyz/eslint-plugin-sqlite/commit/f1d4a89f72d6dc8521154e2d3b368a383154cf8d))
15+
16+
17+
### Bug Fixes
18+
19+
* handle ANY as a combination of the other types ([ac55881](https://github.com/merceyz/eslint-plugin-sqlite/commit/ac55881176174535842df6d0f33e049dba97cf76))
20+
* **infer:** handle queries that don't return data ([78c096e](https://github.com/merceyz/eslint-plugin-sqlite/commit/78c096ec2c9f472070a2af30a3c94d9eeda1ed7f))
21+
* **infer:** ignore invalid queries ([a1ef786](https://github.com/merceyz/eslint-plugin-sqlite/commit/a1ef786c378cdd4f51861811226e9c41fad0cbd4))

0 commit comments

Comments
 (0)