@capacitor-community/sqlite 3.3.3-3 → 3.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md DELETED
@@ -1,1230 +0,0 @@
1
- ## 3.3.3-3 (2022-01-03)
2
-
3
- ### Bug Fixes
4
-
5
- - fix Android Error during database version upgrade issue#209
6
-
7
- ## 3.3.3-2 (2022-01-03)
8
-
9
- ### Added Features
10
-
11
- - iOS Support for databases that are not visible to iTunes and are not backed up by iCloud issue#207
12
-
13
- ### Bug Fixes
14
-
15
- - fix README.md
16
- - fix API.md
17
-
18
- ## 3.3.3-1 (2021-12-18)
19
-
20
- ### Chore
21
-
22
- - Update to @capacitor/core 3.3.3
23
- - Update to @capacitor/ios 3.3.3
24
- - Update to @capacitor/android 3.3.3
25
-
26
- ### Added Features
27
-
28
- - Open in Read-Only Mode databases without SQLite suffix
29
- - getNCDatabasePath, createNCConnection, closeNCConnection, isNCDatabase
30
- - add NonConformedDatabase.md documentation
31
-
32
- ### Bug Fixes
33
-
34
- - fix mode "UNIQUE" not case sensitive in importToJson index issue#203
35
- - fix support non-conformed database in read-only mode issue#201
36
-
37
-
38
- ## 3.3.2 (2021-12-13)
39
-
40
- ### Chore
41
-
42
- - Update to @capacitor/core 3.3.2
43
- - Update to @capacitor/ios 3.3.2
44
- - Update to @capacitor/android 3.3.2
45
-
46
- ### Bug Fixes
47
-
48
- - fix addSQLiteSuffix skips databases without .db extension issue#200
49
-
50
- ## 3.3.1 (2021-11-25)
51
-
52
- ### Chore
53
-
54
- - Update to @capacitor/core 3.3.1
55
- - Update to @capacitor/ios 3.3.1
56
- - Update to @capacitor/android 3.3.1
57
-
58
- ### Added Features
59
-
60
- - add link to React-Vite and Vue-Vite application
61
-
62
- ### Bug Fixes
63
-
64
- - fix Plugin failed to register in Android 11 physical device issue#196
65
- - fix Ionic-React-Usage.md
66
- - fix Ionic-Vue-Usage.md
67
- - fix Electron `npm install --save jszip`in README issue#197
68
-
69
- ## 3.2.5 (2021-11-07)
70
-
71
- - stable release
72
-
73
- ## 3.2.5-2 (2021-11-03)
74
-
75
- ### Added Features
76
-
77
- - add importing zipped files using copyFromAssets method
78
-
79
- ### Bug Fixes
80
-
81
- - fix issue#191
82
-
83
- ## 3.2.5-1 (2021-10-22)
84
-
85
- ### Chore
86
-
87
- - Update to @capacitor/core 3.2.5
88
- - Update to @capacitor/ios 3.2.5
89
- - Update to @capacitor/android 3.2.5
90
-
91
- ### Bug Fixes
92
-
93
- - fix Electron isTable issue#188
94
- - fix iOS closeAllConnections issue#190
95
-
96
- ## 3.2.4 (2021-10-15)
97
-
98
- ### Bug Fixes
99
-
100
- - fix Electron + TypeORM - Transaction error issue#186
101
-
102
- ## 3.2.4-2 (2021-10-11)
103
-
104
- ### Added Features
105
-
106
- - add getMigratableDbList requested in issue#182
107
-
108
- ### Bug Fixes
109
-
110
- - fix MigratingCordovaDatabases.md
111
-
112
- ## 3.2.4-1 (2021-10-11)
113
-
114
- ### Chore
115
-
116
- - Update to @capacitor/core 3.2.4
117
- - Update to @capacitor/ios 3.2.4
118
- - Update to @capacitor/android 3.2.4
119
-
120
- ### Added Features
121
-
122
- - Extend addSQLiteSuffix and deleteOldDatabases by providing a database name's list
123
-
124
- ### Bug Fixes
125
-
126
- - fix issue#182
127
-
128
- ## 3.2.3 (2021-10-09)
129
-
130
- ### Bug Fixes
131
-
132
- - Update Web-Usage.md for React and Vue frameworks
133
-
134
- ## 3.2.3-1 (2021-09-24)
135
-
136
- ### Chore
137
-
138
- - Update to @capacitor/core 3.2.3
139
- - Update to @capacitor/ios 3.2.3
140
- - Update to @capacitor/android 3.2.3
141
-
142
- ### Added Features
143
-
144
- - add initWebStore and saveToStore methods to the web plugin
145
-
146
- ### Bug Fixes
147
-
148
- - Update API.md databases location for Web platform
149
- - Update Ionic-Vue-Usage.md
150
-
151
-
152
- ## 3.2.2 (2021-09-17)
153
-
154
- ### Bug Fixes
155
-
156
- - Update API.md databases location for Web platform
157
-
158
- ## 3.2.2-3 (2021-09-15)
159
-
160
- ### Bug Fixes
161
-
162
- - Fix Web Platform, add componentOnReady on constructor
163
-
164
- ## 3.2.2-2 (2021-09-15)
165
-
166
- ### Bug Fixes
167
-
168
- - Fix All Platforms, executeSet breaks with empty array issue#170
169
-
170
- ## 3.2.2-1 (2021-09-11)
171
-
172
- ### Chore
173
-
174
- - Update to @capacitor/core 3.2.2
175
- - Update to @capacitor/ios 3.2.2
176
- - Update to @capacitor/android 3.2.2
177
-
178
- ### Added Features
179
-
180
- - Add Views in JsonSQLite (issue#167)
181
-
182
- ## 3.2.0 (2021-08-31)
183
-
184
- ### Added Features
185
-
186
- - Add getVersion method
187
-
188
- ## 3.2.0-11 (2021-08-30)
189
-
190
- ### Bug Fixes
191
-
192
- - Fix Android importFromJson change in version throwing error mentioned in issue#164
193
- - Fix iOS importFromJson change in version throwing error mentioned in issue#164
194
- - Fix Electron importFromJson change in version throwing error mentioned in issue#164
195
- - Fix Web importFromJson change in version throwing error mentioned in issue#164
196
-
197
-
198
- ## 3.2.0-10 (2021-08-29)
199
-
200
- ### Added Features
201
-
202
- - Add Ionic/React App to Web_Usage.md
203
-
204
- ### Bug Fixes
205
-
206
- - fix README.md
207
-
208
- ## 3.2.0-9 (2021-08-29)
209
-
210
- ### Bug Fixes
211
-
212
- - Fix Android importFromJson throwing error mentioned in issue#164
213
- - Fix iOS importFromJson throwing error mentioned in issue#164
214
-
215
- ## 3.2.0-8 (2021-08-28)
216
-
217
- ### Added Features
218
-
219
- - Add Ionic/Vue App to Web_Usage.md
220
-
221
- ### Bug Fixes
222
-
223
- - Fix Electron with "electron" in the app name issue#163
224
- - Fix Electron `assets/databases` under `public` folder for Vue and React frameworks
225
-
226
- ## 3.2.0-7 (2021-08-27)
227
-
228
- ### Bug Fixes
229
-
230
- - Fix web store initialization
231
-
232
- ## 3.2.0-6 (2021-08-26)
233
-
234
- ### Bug Fixes
235
-
236
- - Fix Electron echo method
237
-
238
- ## 3.2.0-5 (2021-08-25)
239
-
240
- ### Added Features
241
-
242
- - Add Web plugin part based on `sql.js@1.5.0` and `localeforage@1.9.0`for database persistency.
243
- - Add Web_Usage.md doc
244
-
245
- ## 3.2.0-4 (2021-08-25)
246
-
247
- ### Bug Fixes
248
-
249
- - android in partial model importFromJson failed of update data: NIQUE constraint failed: xxx.id issue#160
250
-
251
- ## 3.2.0-3 (2021-08-25)
252
-
253
- ### Chore
254
-
255
- - Update to @capacitor-community/electron 4.0.3
256
-
257
- ## 3.2.0-2 (2021-08-23)
258
-
259
- ### Chore
260
-
261
- - Update to @capacitor/core 3.2.0
262
-
263
- ### Added Features
264
-
265
- - Add Electron plugin part based on sqlite3 and @capacitor-community/electron 3.1.0
266
-
267
- ## 3.2.0-1 (2021-08-23)
268
-
269
- ### Bug Fixes
270
-
271
- - in checkConnectionsConsistency close all connections when not consistent
272
- - Support for Android API level 21 issue#132
273
- - remove temporary fix for Wrong values on insert and query issue#125 fix by Capacitor 3.1.2
274
-
275
- ## 3.1.3-3 (2021-07-28)
276
-
277
- ### Bug Fixes
278
-
279
- - remove trial web implementation with sql.js
280
-
281
- ## 3.1.3-2 (2021-07-27)
282
-
283
- ### Bug Fixes
284
-
285
- - copyFromAssets only takes files with SQLite.db suffix on iOS (contrary to Android) issue#152
286
-
287
- ## 3.1.3-1 (2021-07-24)
288
-
289
- ### Bug Fixes
290
-
291
- - put back temporary fix for Wrong values on insert and query issue#125 not fixed by Capacitor 3.1.2
292
-
293
- ## 3.1.2 (2021-07-24)
294
-
295
- ### Chore
296
-
297
- - Update to Capacitor 3.1.2
298
-
299
- ### Bug Fixes
300
-
301
- - copyFromAssets fails on Android 6 issue#151
302
- - CapacitorSQLite.toJSON Android #144 fix by Capacitor 3.1.2
303
- - remove temporary fix for Wrong values on insert and query issue#125 fix by Capacitor 3.1.2
304
-
305
- ## 3.1.2-1 (2021-07-14)
306
-
307
- ### Bug Fixes
308
-
309
- - Fix issue#147
310
-
311
- ## 3.1.1 (2021-07-13)
312
-
313
- ### Chore
314
-
315
- - Update to Capacitor 3.1.1
316
-
317
- ### Bug Fixes
318
-
319
- - Remove console.log in SQLiteDBConnection
320
- - update npm Version in README.md
321
-
322
- ## 3.0.0 (2021-07-07)
323
-
324
- ### Chore
325
-
326
- - Update to Capacitor 3.0.2
327
-
328
- ### Bug Fixes
329
-
330
- - Update README.md
331
- - Fix Insert Null as Foreign Key Android issue#125
332
- - Fix SetEncryptionSecret Android issue#141
333
-
334
- ## 3.0.0-rc.2 (2021-06-13)
335
-
336
- ### Added Features
337
-
338
- - Thanks to Chris, a driver to TypeORM is now available.
339
- - TypeORM-Usage.md
340
-
341
- ### Bug Fixes
342
-
343
- - Double precision type numbers are read as floats Android #issue124
344
-
345
- ## 3.0.0-rc.1 (2021-06-02)
346
-
347
- ### Bug Fixes
348
-
349
- - CapacitorSQLite.isSecretStored()" is not implemented on android #issue123
350
-
351
- ## 3.0.0-beta.14 (2021-05-29)
352
-
353
- ### Chore
354
-
355
- - Update to Capacitor 3.0.0
356
-
357
- ### Bug Fixes
358
-
359
- - iOS null or empty column return as string "NULL" #issue119, #issue120
360
- - JS float numbers are rejected in run statements (iOS) #issue121
361
-
362
- ## 3.0.0-beta.13 (2021-05-06)
363
-
364
- ### Chore
365
-
366
- - Update to Capacitor 3.0.0-rc.1
367
-
368
- ### Added Features
369
-
370
- - Allow users to set secret #issue88
371
- - add isSecretStored, setEncryptionSecret, changeEncryptionSecret methods
372
-
373
- ### Bug Fixes
374
-
375
- - ImportFromJson in Partial Mode without schema changes #issue113
376
-
377
- ## 3.0.0-beta.12 (2021-04-24)
378
-
379
- ### Added Features
380
-
381
- - Event Listeners for Import and Export Json #issue112
382
-
383
- ## 3.0.0-beta.11 (2021-04-21)
384
-
385
- ### Bug Fixes
386
-
387
- - Checking on Types has been removed #issue108
388
- - NULL values are now returned as null #issue109
389
- - values in Query method accepts from now an Array of any #issue110
390
- - fix disable transaction #issue111
391
-
392
-
393
- ## 3.0.0-beta.10 (2021-04-14)
394
-
395
- ### Bug Fixes
396
-
397
- - Fix Android app crashes when creating connection with wrong secret issue#105
398
- - Fix reload of webview breaks connection handling #issue106
399
- - Fix user provides a name that ends on ".db" #issue107
400
- - Fix add an option to disable transactions #issue111
401
- - add Supported SQLite Types in README.md #issue108
402
-
403
- ## 3.0.0-beta.9 (2021-04-02)
404
-
405
- ### Bug Fixes
406
-
407
- - Fix prepareSQL Android for null value
408
-
409
- ## 3.0.0-beta.8 (2021-04-02)
410
-
411
- ### Bug Fixes
412
-
413
- - Fix ImportFromJson db is Locked issue#101
414
-
415
- ## 3.0.0-beta.7 (2021-03-20)
416
-
417
- ### Added Features
418
-
419
- - add `Library` folder to iOS addSQLiteSuffix method
420
- - update MigratingCordovaDatabases.md accordingly
421
-
422
- ## 3.0.0-beta.6 (2021-03-19)
423
-
424
- ### Bug Fixes
425
-
426
- - Fix executeSet on iOS not accept null values issue#89
427
-
428
- ## 3.0.0-beta.5 (2021-03-18)
429
-
430
- ### Chore
431
-
432
- - Update to Capacitor 3.0.0-rc.0
433
-
434
- ### Added Features
435
-
436
- - isConnection method
437
- - isDatabase method
438
- - getDatabaseList method
439
- - isTable method
440
- - addSQLiteSuffix method
441
- - deleteOldDatabases method
442
- - isDBOpen
443
- - MigratingCordovaDatabases.md
444
-
445
- ### Bug Fixes
446
-
447
- - Fix Copy db from storage issue#77
448
- - Fix Is there a way to connect to a db file, that not has the prefix SQLite.db issue#79
449
- - Fix More precise error message on failing statements issue#82
450
- - Fix issue#84 Android
451
- - Fix executeSet on android not accept null values issue#89
452
- - Fix issue#97
453
-
454
- ## 3.0.0-beta.4 (2021-02-01)
455
-
456
- ### Bug Fixes
457
-
458
- - Fix Data import where the ID is a UUID issue#75
459
- - Fix Can't create my own DB Trigger issue#76
460
-
461
- ## 3.0.0-beta.3 (2021-01-30)
462
-
463
- ### Bug Fixes
464
-
465
- - fix issue#71 Compound primary Key when ImportFromJSON
466
- - getSyncDate returns a toISOString() data and not an Unix Epoch
467
- - update documentation
468
-
469
- ## 3.0.0-beta.2 (2021-01-23)
470
-
471
- ### Bug Fixes
472
-
473
- - add SQLCipher dependency in CapacitorCommunitySqlite.pod
474
-
475
- ## 3.0.0-beta.1 (2021-01-23)
476
-
477
- ### Bug Fixes
478
-
479
- - update API Docs
480
- - update README, CHANGELOG
481
-
482
- ### Chore
483
-
484
- - update to @capacitor/core@3.0.0-beta.1
485
-
486
- ### Added Features
487
-
488
- - better Error handling throught try...catch
489
-
490
- ## 2.9.16 (2021-04-13) REFACTOR
491
-
492
- ### Bug Fixes
493
-
494
- - Fix Android app crashes when creating connection with wrong secret issue#105
495
-
496
- ## 2.9.15 (2021-04-01) REFACTOR
497
-
498
- ### Bug Fixes
499
-
500
- - Fix ImportFromJson db is Locked issue#101
501
-
502
- ## 2.9.14 (2021-03-19) REFACTOR
503
-
504
- ### Chore
505
-
506
- - update to @capacitor/core@2.4.7
507
-
508
- ### Bug Fixes
509
-
510
- - Fix issue#89 Android, iOS
511
- - Fix issue#97
512
-
513
- ## 2.9.13 (2021-02-24) REFACTOR
514
-
515
- ### Bug Fixes
516
-
517
- - Fix issue#84 Android
518
-
519
- ## 2.9.12 (2021-02-15) REFACTOR
520
-
521
- ### Bug Fixes
522
-
523
- - Fix isDBOpen method Android
524
-
525
- ## 2.9.11 (2021-02-15) REFACTOR
526
-
527
- ### Added Features
528
-
529
- - isDBOpen method
530
-
531
- ## 2.9.10 (2021-02-14) REFACTOR
532
-
533
- ### Added Features
534
-
535
- - isConnection method
536
- - isDatabase method
537
- - getDatabaseList method
538
- - isTable method
539
- - addSQLiteSuffix method
540
- - deleteOldDatabases method
541
- - MigratingCordovaDatabases.md
542
-
543
- ### Bug Fixes
544
-
545
- - Fix Copy db from storage issue#77
546
- - Fix Is there a way to connect to a db file, that not has the prefix SQLite.db issue#79
547
- - Fix More precise error message on failing statements issue#82
548
-
549
- ## 2.9.9 (2021-02-01) REFACTOR
550
-
551
- ### Bug Fixes
552
-
553
- - Fix Android export 'Partial' triggers
554
-
555
- ## 2.9.8 (2021-02-01) REFACTOR
556
-
557
- ### Bug Fixes
558
-
559
- - Fix Data import where the ID is a UUID issue#75
560
- - Fix Can't create my own DB Trigger issue#76
561
-
562
- ## 2.9.7 (2021-01-30) REFACTOR
563
-
564
- ### Bug Fixes
565
-
566
- - Fix Compound primary Key when ImportFromJSON issue#71
567
- - Update ImportExportJson
568
-
569
- ## 2.9.6 (2021-01-24) REFACTOR
570
-
571
- ### Chore
572
-
573
- - Move to latest tag
574
-
575
- ### Bug Fixes
576
-
577
- - Fix isIdExists on Electron
578
- - Readme all links to apps and docs
579
-
580
-
581
- ## 2.9.5 (2021-01-20) REFACTOR
582
-
583
- ### Bug Fixes
584
-
585
- - importFromJson not working with REAL
586
-
587
- ## 2.9.4 (2021-01-17) REFACTOR
588
-
589
- ### Bug Fixes
590
-
591
- - Fix 'build-electron' missing before publish
592
- - update CHANGELOG
593
-
594
- ## 2.9.3 (2021-01-17) REFACTOR
595
-
596
- ### Move to Master
597
-
598
- ### Bug Fixes
599
-
600
- - Fix in definition.ts Since 2.4.9 in 2.9.0
601
- - Fix documentation links from 'refactor' to 'master'
602
- - update README and CHANGELOG
603
-
604
- ## 2.9.2 (2021-01-16) REFACTOR
605
-
606
- ### Bug Fixes
607
-
608
- - Fix issue#64 create UNIQUE Indexes with combined columns
609
- - update ImportExport documentation
610
- - update README and CHANGELOG
611
-
612
- ## 2.9.1 (2021-01-16) REFACTOR
613
-
614
- ### Bug Fixes
615
-
616
- - Fix issue#63 by removing encryption for Windows
617
- - update README and CHANGELOG
618
-
619
- ## 2.9.0 (2021-01-14) REFACTOR
620
-
621
- ### Chore
622
-
623
- - update to @capacitor/core@2.4.6
624
-
625
- ### Bug Fixes
626
-
627
- - remove Android permissions issue#60
628
- - update usage docs
629
- - update README and CHANGELOG
630
-
631
- ## 2.9.0-beta.3 (2021-01-05) REFACTOR
632
-
633
- ### Bug Fixes
634
-
635
- - fix Ionic-React-Usage.md documentation
636
- - fix Ionic-Vue-Usage.md documentation
637
- - update README and CHANGELOG
638
-
639
- ## 2.9.0-beta.2 (2021-01-04) REFACTOR
640
-
641
- ### Chore
642
-
643
- - update to @capacitor/core@2.4.5
644
-
645
- ### Added Features
646
-
647
- - Ionic-React-Usage.md documentation
648
- - Ionic-Vue-Usage.md documentation
649
- - copyFromAssets
650
-
651
- ### Bug Fixes
652
-
653
- - update README and CHANGELOG
654
-
655
- ## 2.9.0-beta.1 (2020-12-25) REFACTOR
656
-
657
- ### Added Features
658
-
659
- - importFromJson (Android, iOS, Electron)
660
- - exportToJson (Android, iOS, Electron)
661
- - isJsonValid (Android, iOS, Electron)
662
- - getSyncDate (Android, iOS, Electron)
663
-
664
- ### Bug Fixes
665
-
666
- - update README and CHANGELOG
667
-
668
- ## 2.9.0-alpha.7 (2020-12-14) REFACTOR
669
-
670
- ### Bug Fixes
671
-
672
- - Update the README and add a link to a Ionic/React app.
673
-
674
- ## 2.9.0-alpha.6 (2020-12-14) REFACTOR
675
-
676
- ### Chore
677
-
678
- - update to @capacitor/core@2.4.4
679
-
680
- ### Added Features Electron platform
681
-
682
- - createConnection
683
- - closeConnection
684
- - open (non-encrypted DB)
685
- - open (encrypted DB)
686
- - close
687
- - execute
688
- - executeSet
689
- - run
690
- - query
691
- - deleteDatabase
692
- - createSyncTable
693
- - setSyncDate
694
- - isDBExists
695
- - addUpgradeStatement
696
-
697
- ### Added Features All Platforms
698
-
699
- - in capSQLiteSet the values can be an any[] or any[][]
700
-
701
- ### Bug Fixes
702
-
703
- - Update the README and add a link to a Ionic/React app.
704
- - Update the API documentation
705
-
706
- ## 2.9.0-alpha.5 (2020-12-02) REFACTOR
707
-
708
- ### Added Features
709
-
710
- - retrieveConnection (Wrapper Connection)
711
- - retrieveAllConnections (Wrapper Connection)
712
- - closeAllConnections (Wrapper Connection)
713
-
714
- ### Bug Fixes
715
-
716
- - fix rollback transaction in iOS
717
-
718
- ## 2.9.0-alpha.4 (2020-11-29) REFACTOR
719
-
720
- ### Added Features iOS platform
721
-
722
- - createConnection
723
- - closeConnection
724
- - open (non-encrypted DB)
725
- - open (encrypted DB)
726
- - close
727
- - execute
728
- - executeSet
729
- - run
730
- - query
731
- - deleteDatabase
732
- - createSyncTable
733
- - setSyncDate
734
- - isDBExists
735
- - addUpgradeStatement
736
-
737
- ### Bug Fixes
738
-
739
- - Android addUpgradeStatement backup and restore
740
-
741
- ## 2.9.0-alpha.3 (2020-11-25) REFACTOR
742
-
743
- ### Added Features Android platform only
744
-
745
- - add addUpgradeStatement method
746
- - add createSyncTable method
747
- - add setSyncDate method
748
- - update refactor app
749
-
750
- ### Bug Fixes
751
-
752
- - creating database directory in physical device
753
- - app crash when querying non existing tables or columns
754
-
755
- ## 2.9.0-alpha.2 (2020-11-23) REFACTOR
756
-
757
- ### Chore
758
-
759
- - update to @capacitor/core@2.4.3
760
-
761
- ### Added Features Android platform only
762
-
763
- - add Wrappers documentation (APIConnection && APIDBConnection)
764
- - add `isDBExists`, `deleteDatabase` methods
765
-
766
- ## 2.9.0-alpha.1 (2020-11-22) REFACTOR
767
-
768
- ### Added Features Android platform only
769
-
770
- - createConnection method
771
- - closeConnection method
772
- - SQLiteConnection Interface & Class
773
- - SQLiteDBConnection Interface & Class
774
-
775
- ## 2.4.6 (2021-01-24)
776
-
777
- ### Chore
778
-
779
- - update to @capacitor/core@2.4.6
780
-
781
- - move it from tag latest to tag initial
782
-
783
- ## 2.4.5 (2021-01-13)
784
-
785
- ### Bug Fixes
786
-
787
- - Fix README and CHANGELOG
788
-
789
- ## 2.4.5-3 (2021-01-13)
790
-
791
- ### Bug Fixes
792
-
793
- - Fix Electron rebuild
794
-
795
- ## 2.4.5-2 (2021-01-13)
796
-
797
- ### Bug Fixes
798
-
799
- - Fix Permission request Android issue#60
800
- - Fix README and CHANGELOG
801
- - Fix API.md
802
-
803
- ## 2.4.5-1 (2021-01-05)
804
-
805
- ### Chore
806
-
807
- - update to @capacitor/core@2.4.5
808
-
809
- ### Bug Fixes
810
-
811
- - Fix README and CHANGELOG
812
-
813
- ## 2.4.4 (2020-12-26)
814
-
815
- ### Chore
816
-
817
- - update to @capacitor/core@2.4.4
818
-
819
- ### Bug Fixes
820
-
821
- - Fix README
822
- - Fix setSyncDate (iOS)
823
- - Fix exportToJson (Android)
824
- - Fix lastId to Int64 (iOS)
825
-
826
- ## 2.4.3 (2020-12-19)
827
-
828
- ### Bug Fixes
829
-
830
- - Fix issue#59 ExportToJson
831
-
832
- ## 2.4.3-1 (2020-11-23)
833
-
834
- ### Chore
835
-
836
- - update to @capacitor/core@2.4.3
837
-
838
- ### Bug Fixes
839
-
840
- - Fix issue#56 INSERT null value on iOS
841
-
842
- ## 2.4.2 (2020-11-22)
843
-
844
- - Stable release before looking at a refactor for solving issue#1
845
-
846
- ## 2.4.2-9 (2020-11-12)
847
-
848
- ### Added Features
849
-
850
- - Add Listener for request permissions (Android)
851
- - Add Vue and Ionic/Vue demonstrating apps
852
-
853
- ### Bug Fixes
854
-
855
- - Update documentation
856
-
857
- ## 2.4.2-8 (2020-10-22)
858
-
859
- ### Bug Fixes
860
-
861
- - Fix iOS plugin open bug
862
-
863
- ## 2.4.2-7 (2020-10-22)
864
-
865
- ### Added Features
866
-
867
- - Add addUpgradeStatement for version upgrade (Android)
868
-
869
- ### Bug Fixes
870
-
871
- - Fix README issue#47
872
-
873
- ## 2.4.2-6 (2020-10-16)
874
-
875
- ### Added Features
876
-
877
- - Add addUpgradeStatement for version upgrade (iOS & Electron)
878
- - Add UgradeDatabaseVersion.md documentation
879
-
880
- ## 2.4.2-5 (2020-10-08)
881
-
882
- ### Bug Fixes
883
-
884
- - Fix iOS plugin build failed
885
-
886
- ## 2.4.2-4 (2020-10-07)
887
-
888
- ### Bug Fixes
889
-
890
- - Fix Android Trigger on multi-lines
891
-
892
- ## 2.4.2-3 (2020-10-06)
893
-
894
- ### Added Features
895
-
896
- - Add docgen to generate API documentation
897
-
898
- - Add a trigger for last_modified in importFromJson method to update the last-modified field when a data in an another field is updated
899
-
900
- ### Bug Fixes
901
-
902
- - Split up capSQLiteOptions capSQLiteResult in multiple interfaces issue#4
903
-
904
- ## 2.4.2-2 (2020-09-29)
905
-
906
- ### Bug Fixes
907
-
908
- - Fix podspec file name (iOS)
909
-
910
- ## 2.4.2-1 (2020-09-29)
911
-
912
- ### Chores
913
-
914
- - Capacitor: update 2.4.2
915
-
916
- ### ### Added Features
917
-
918
- - The electron plugin is now compatible with @capacitor-community/electron
919
-
920
- ## 2.4.1-1 (2020-09-22)
921
-
922
- ### Bug Fixes
923
-
924
- - Fix Better permission request on Android issue#40
925
- - Update APIdocumentation.md, .gitignore & .npmignore
926
- - Fix bug in setSyncDate iOS & electron
927
-
928
- ## 2.4.0 (2020-08-07)
929
-
930
- ### Chores
931
-
932
- - Capacitor: update 2.4.0
933
-
934
- ### Bug Fixes
935
-
936
- - Fix Android sqlite3_close issue#36
937
- - Fix iOS encryption issue
938
-
939
- ## 2.4.0-beta.2 (2020-08-07)
940
-
941
- ### Bug Fixes
942
-
943
- - Fix iOS encryption issue
944
-
945
- ## 2.4.0-beta.1 (2020-08-07)
946
-
947
- ### Chores
948
-
949
- - Capacitor: update 2.4.0
950
-
951
- ### Bug Fixes
952
-
953
- - Fix Android sqlite3_close issue#36
954
-
955
- ## 2.3.0 (2020-08-03)
956
-
957
- - Publish from 2.3.0-beta3
958
-
959
- ## 2.3.0-beta3 (2020-08-03)
960
-
961
- ### Bug Fixes
962
-
963
- - Rewrite the iOS Plugin to pass through SwiftLint
964
-
965
- ## 2.3.0-beta.2 (2020-07-28)
966
-
967
- ### Bug Fixes
968
-
969
- - Fix iOS issues due to the move to capacitor-community
970
-
971
- ## 2.3.0-2 (2020-07-25)
972
-
973
- ### Added Features
974
-
975
- - add API documentation
976
- - modify ImportExportJson documentation
977
-
978
- ### Bug Fixes
979
-
980
- - Fix podspec file name
981
-
982
- ## 2.3.0-1 (2020-07-24)
983
-
984
- ### Ownership
985
-
986
- - give the ownership to capacitor-community
987
- - rename the plugin from capacitor-sqlite to sqlite
988
-
989
- ### Chores
990
-
991
- - Capacitor: update 2.3.0
992
-
993
- ## 2.2.1-3 (2020-07-15)
994
-
995
- ### Bug Fixes
996
-
997
- - Fix issue#31 Android query value array types MUST be an Array
998
-
999
- ## 2.2.1-2 (2020-07-12)
1000
-
1001
- ### Bug Fixes
1002
-
1003
- - Fix issue#29 iOS exportToJson converting zero and empty string values to "NULL"
1004
-
1005
- ## 2.2.1-1 (2020-07-08)
1006
-
1007
- ### Chores
1008
-
1009
- - Capacitor: update 2.2.1
1010
-
1011
- ### Bug Fixes
1012
-
1013
- - Fix return changes in IOS plugin when FOREIGN KEY and ON DELETE CASCADE
1014
-
1015
- ## 2.2.0 (2020-07-07)
1016
-
1017
- ### Bug Fixes
1018
-
1019
- - Improve the readme
1020
-
1021
- ## 2.2.0-4 (2020-07-04)
1022
-
1023
- ### Bug Fixes
1024
-
1025
- - Fix issue#26, issue#27 in IOS plugin If an insert query fails, all subsequent database commands fail
1026
-
1027
- ## 2.2.0-3 (2020-06-25)
1028
-
1029
- ### Bug Fixes
1030
-
1031
- - Fix in IOS plugin the changes return in Run method (ON DELETE CASCADE)
1032
-
1033
- ## 2.2.0-2 (2020-06-24)
1034
-
1035
- ### Added Features
1036
-
1037
- - add Batch Execution with values (method executeSet)
1038
-
1039
- ## 2.2.0-1 (2020-06-16)
1040
-
1041
- ### Chores
1042
-
1043
- - Capacitor: update 2.2.0
1044
-
1045
- ## 2.1.0 (2020-06-16)
1046
-
1047
- ### Added Features
1048
-
1049
- - Add Capitalization characters in IOS table column names issue#25
1050
- - Add import in two steps table schema & indexes and table data to importFromJson
1051
-
1052
- ## 2.1.0-7 (2020-06-01)
1053
-
1054
- ### Bug Fixes
1055
-
1056
- - Fix issue#24
1057
-
1058
- ## 2.1.0-6 (2020-05-28)
1059
-
1060
- ### Bug Fixes
1061
-
1062
- - Fix issue#23
1063
- - Fix issue#22 index column value
1064
-
1065
- ## 2.1.0-5 (2020-05-26)
1066
-
1067
- ### Bug Fixes
1068
-
1069
- - Fix issue#22
1070
-
1071
- ## 2.1.0-4 (2020-05-24)
1072
-
1073
- ### Added Features
1074
-
1075
- - add FOREIGN KEY support in importFrom & exportTo Json
1076
-
1077
- ### Bug Fixes
1078
-
1079
- - Fix issue#20
1080
- - Fix issue#21
1081
-
1082
- ## 2.1.0-3 (2020-05-14)
1083
-
1084
- ### Chores
1085
-
1086
- - SQLCipher: update 4.4.0
1087
-
1088
- ### Bug Fixes
1089
-
1090
- - fix issue#17 Android importFromJson inserting a large amount of data
1091
-
1092
- ## 2.1.0-2 (2020-05-13)
1093
-
1094
- ### Bug Fixes
1095
-
1096
- - fix README
1097
-
1098
- ## 2.1.0-1 (2020-05-12)
1099
-
1100
- ### Chores
1101
-
1102
- - capacitor: update to capacitor 2.1.0
1103
-
1104
- ### Bug Fixes
1105
-
1106
- - fix issue#16: Electron Databases get deleted with app update
1107
-
1108
- ## 2.0.1-3 (2020-05-05)
1109
-
1110
- ### Bug Fixes
1111
-
1112
- - fix issue#15
1113
-
1114
- ## 2.0.1-2 (2020-04-30)
1115
-
1116
- ### Bug Fixes
1117
-
1118
- - fix the readme, test-angular-jeep-capacitor-plugins link
1119
-
1120
- ## 2.0.1-1 (2020-04-28)
1121
-
1122
- ### Chores
1123
-
1124
- - capacitor: update to capacitor 2.0.1
1125
-
1126
- ### Added Features
1127
-
1128
- - add method IsDBExists to check if a database already exists
1129
- - add method IsJsonValid to validate the Json Object before proceeding
1130
- - add method exportToJson to download a database full or partial
1131
- - add method createSyncTable to create a synchronization table
1132
- - add method setSyncDate to store a syncronization date for partial export
1133
-
1134
- ### Bug Fixes
1135
-
1136
- - the delete database for safety issue requires now to open the database first
1137
-
1138
- ## 2.0.0 (2020-04-21)
1139
-
1140
- ### Added Features
1141
-
1142
- - add upload of image (base64 string) to the database
1143
- - add the management of NULL in the importFromJson method
1144
- a NULL value as to be given with the "NULL" string
1145
- - add the lastId returned by the run method
1146
- changes is now a JSON object {changes:number,lastId:number}
1147
- - add the transaction (begin and commit) to the run method
1148
-
1149
- ### Bug Fixes
1150
-
1151
- - fix the changes return by the execute method
1152
-
1153
- ## 2.0.0-4 (2020-04-15)
1154
-
1155
- ### Added Features
1156
-
1157
- - add importFromJson method to IOS Platform
1158
-
1159
- ## 2.0.0-3 (2020-04-14)
1160
-
1161
- ### Added Features
1162
-
1163
- - add importFromJson method to Android Platform
1164
- - add importFromJson method to Electron Platform
1165
-
1166
- ## 2.0.0-2 (2020-04-10)
1167
-
1168
- ### Bug Fixes
1169
-
1170
- - Fix issue#6 commands return -1 when failure
1171
-
1172
- ## 2.0.0-1 (2020-04-09)
1173
-
1174
- ### Chores
1175
-
1176
- - capacitor: update to capacitor 2.0.0
1177
- - android: update to androidX
1178
-
1179
- ### Added Features
1180
-
1181
- - add a .gitignore file
1182
-
1183
- ## 1.5.3 (2020-04-06)
1184
-
1185
- ### Added Features
1186
-
1187
- - Add Electron Plugin based on sqlite3. Works only for non-encrypted databases
1188
-
1189
- ## 1.5.2 (2020-04-01)
1190
-
1191
- ### Chores
1192
-
1193
- - capacitor: update to capacitor 1.5.2
1194
-
1195
- ## 1.5.2-1 (2020-03-18)
1196
-
1197
- ### Bug Fixes
1198
-
1199
- - Fix Cursor not close in Android plugin
1200
-
1201
- ## 1.5.1 (2020-03-17)
1202
-
1203
- ### Bug Fixes
1204
-
1205
- - fix README link to applications
1206
-
1207
- ## 1.5.1-3 (2020-03-17)
1208
-
1209
- ### Bug Fixes
1210
-
1211
- - fix Plugin Name as CapacitorSQLite
1212
-
1213
- ## 1.5.1-2 (2020-03-17)
1214
-
1215
- ### Bug Fixes
1216
-
1217
- - fix interface PluginRegistry
1218
-
1219
- ## 1.5.1-1 (2020-03-17)
1220
-
1221
- ### Added Features
1222
-
1223
- - Undeprecating the npm package to allow user to load only this capacitor plugin in there applications (advise by the Ionic Capacitor team)
1224
-
1225
- ### Chores
1226
-
1227
- - @capacitor/cli: update to 1.5.1
1228
- - @capacitor/core: update to 1.5.1
1229
- - @capacitor/ios: update to 1.5.1
1230
- - @capacitor/android: update to 1.5.1