We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 622997e commit 1145b82Copy full SHA for 1145b82
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## [1.1.0](https://github.com/merceyz/eslint-plugin-sqlite/compare/v1.0.0...v1.1.0) (2024-09-03)
4
+
5
6
+### Features
7
8
+* check if column is nullable ([1b7266a](https://github.com/merceyz/eslint-plugin-sqlite/commit/1b7266adfeea78de07a6b0efc35e4d9fd94f6537))
9
+* support variable input parameters ([adfaab4](https://github.com/merceyz/eslint-plugin-sqlite/commit/adfaab4b02714d97eb2a897c67e861cf310155bc))
10
11
## 1.0.0 (2024-08-31)
12
13
package.json
@@ -1,7 +1,7 @@
{
"name": "eslint-plugin-sqlite",
"type": "module",
- "version": "1.0.0",
+ "version": "1.1.0",
"license": "MIT",
"keywords": [
"eslint",
0 commit comments