Skip to content

Commit 6373585

Browse files
committed
update to @capacitor/[email protected]
1 parent 876d869 commit 6373585

File tree

5 files changed

+2303
-6962
lines changed

5 files changed

+2303
-6962
lines changed

β€ŽCHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 3.0.0 (2022-08-30)
2+
3+
### Chore
4+
5+
- update to @capacitor/core 4.1.0
6+
- update to @capacitor-community/sqlite 4.1.0-5
7+
8+
### Added Features
9+
10+
- add clearEncryptionSecret method
11+
112
## 2.1.8 (2022-05-09)
213

314
### Chore

β€ŽREADME.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<h3 align="center">Vue Hook for @capacitor-community/sqlite@web</h3>
44
<p align="center"><strong><code>vue-sqlite-hook@latest</code></strong></p>
55
<br>
6-
<p align="center" style="font-size:50px;color:red"><strong>Capacitor 3</strong></p><br>
6+
<p align="center" style="font-size:50px;color:red"><strong>Capacitor 4</strong></p><br>
77
<p align="center">
88
A Vue Hook to help Capacitor developpers to use <strong><code>@capacitor-community/sqlite@latest</code></strong> plugin in Vue or Ionic/Vue applications
99
</p>
1010
<br>
1111
<p align="center">
12-
<img src="https://img.shields.io/maintenance/yes/2021?style=flat-square" />
12+
<img src="https://img.shields.io/maintenance/yes/2022?style=flat-square" />
1313
<a href="https://www.npmjs.com/package/vue-sqlite-hook"><img src="https://img.shields.io/npm/l/vue-sqlite-hook?style=flat-square" /></a>
1414
<br>
1515
<a href="https://www.npmjs.com/package/vue-sqlite-hook"><img src="https://img.shields.io/npm/dw/vue-sqlite-hook?style=flat-square" /></a>
@@ -20,9 +20,13 @@
2020
</p>
2121
<br>
2222

23-
## @LATEST For Capacitor 3 (Main)
23+
## @LATEST For Capacitor 4 (Main)
2424

25-
The `Capacitor3` vue-sqlite-hook interfacing the `@capacitor-community/sqlite@latest`
25+
The `Capacitor4` vue-sqlite-hook interfacing the `@capacitor-community/sqlite@latest`
26+
27+
## For Capacitor 3 (v2.1.8)
28+
29+
The `Capacitor3` vue-sqlite-hook interfacing the `@capacitor-community/[email protected]`
2630

2731
## @REFACTOR REFACTOR πŸš€ (Move to branch 2.9.x)
2832

@@ -74,6 +78,7 @@ npm install --save-dev vue-sqlite-hook
7478
| isSecretStored | βœ… | βœ… | ❌ | ❌ |
7579
| setEncryptionSecret | βœ… | βœ… | ❌ | ❌ |
7680
| changeEncryptionSecret | βœ… | βœ… | ❌ | ❌ |
81+
| clearEncryptionSecret | βœ… | βœ… | ❌ | ❌ |
7782
| removeListeners | βœ… | βœ… | βœ… | βœ… |
7883
| initWebStore | ❌ | ❌ | ❌ | βœ… |
7984
| saveToStore | ❌ | ❌ | ❌ | βœ… |

0 commit comments

Comments
Β (0)