@capacitor-community/sqlite 3.3.3-4 → 3.4.0-1

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