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.
2 parents f087ed7 + aef5bf0 commit 4ef8285Copy full SHA for 4ef8285
.changeset/stupid-jokes-add.md
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# @journeyapps/wa-sqlite
2
3
+## 0.2.0
4
+
5
+### Minor Changes
6
7
+- 0077436: Added full text search (FTS5) support out of the box by default. There should be no configuration required.
8
+ Updated from upstream changes
9
10
## 0.1.1
11
12
### Patch Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@journeyapps/wa-sqlite",
- "version": "0.1.1",
+ "version": "0.2.0",
"publishConfig": {
"access": "public"
},
0 commit comments