We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c86084a commit 15e1b49Copy full SHA for 15e1b49
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 5.1.0
4
+
5
+- Update to SQLCipher 4.4.2 / SQLite 3.33.0.
6
+- Fix crash on Electron on Windows.
7
+_ Always use system or bundled OpenSSL, not OpenSSL bundled with Node.
8
9
## 5.0.0
10
11
- Major change: Use N-API instead of NAN.
README.md
@@ -17,8 +17,6 @@ yarn add "@journeyapps/sqlcipher"
17
# Or: npm install --save "@journeyapps/sqlcipher"
18
```
19
20
-For Electron, use `electron-rebuild` or similar tool.
21
-
22
# Usage
23
24
``` js
0 commit comments