You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+51Lines changed: 51 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,57 @@
12
12
### cordova-sqlite-storage 3.2.0-OS
13
13
- Added support for multiple connections to the same database (enable some concurrency)
14
14
15
+
#### cordova-sqlite-storage 6.0.0
16
+
17
+
- use cordova-sqlite-storage-dependencies@4.0.0 with Android JARs built from android-sqlite-native-ndk-connector and android-sqlite-ndk-native-driver, with enhancements by Luis Silva of OutSystems needed for some Android 11 devices
18
+
19
+
### cordova-sqlite-storage-commoncore 2.0.0
20
+
21
+
- refactor: clean up imports for Android
22
+
- Fix plugin param name for macOS ("osx") - *tested* with Cordova 9 and cordova-osx@5
23
+
- Drop support for Windows on ARM (Windows Mobile)
24
+
25
+
#### cordova-sqlite-storage 5.1.0
26
+
27
+
- Add browser platform support using sql-asm-memory-growth.js from sql.js, with some limitations as documented
28
+
29
+
#### cordova-sqlite-storage 5.0.1
30
+
31
+
- enable RENAME table with view test - from December 2019 SQLite crash report, fixed in 2020 ref:
Copy file name to clipboardExpand all lines: LICENSE.md
+22-4Lines changed: 22 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,35 @@
4
4
5
5
MIT or Apache 2.0
6
6
7
-
## Android version
7
+
## for browser platform
8
8
9
9
MIT or Apache 2.0
10
10
11
-
## iOS/macOS version
11
+
### sql.js
12
+
13
+
MIT
14
+
15
+
## for Android
16
+
17
+
MIT or Apache 2.0
18
+
19
+
### android-sqlite-native-ndk-connector
20
+
21
+
Unlicense (public domain)
22
+
23
+
### android-sqlite-ndk-native-driver
24
+
25
+
Unlicense (public domain)
26
+
27
+
## for iOS & macOS
12
28
13
29
MIT only
14
30
15
31
based on Phonegap-SQLitePlugin by @davibe (Davide Bertola <dade@dadeb.it>) and @joenoon (Joe Noon <joenoon@gmail.com>)
16
32
17
33
includes and uses PSPDFThreadSafeMutableDictionary (PSPDFThreadSafeMutableDictionary.m <https://gist.github.com/steipete/5928916>) MIT license by @steipete (<https://gist.github.com/steipete>)
0 commit comments