@aws-amplify/datastore-storage-adapter 2.0.26-unstable.dbd94d9.10 → 2.0.26

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -106
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,216 +3,117 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [2.0.25](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.24...@aws-amplify/datastore-storage-adapter@2.0.25) (2023-04-06)
6
+ ## [2.0.26](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.25...@aws-amplify/datastore-storage-adapter@2.0.26) (2023-04-12)
7
7
 
8
8
  **Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
9
9
 
10
+ ## [2.0.25](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.24...@aws-amplify/datastore-storage-adapter@2.0.25) (2023-04-06)
10
11
 
11
-
12
-
12
+ **Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
13
13
 
14
14
  ## [2.0.24](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.23...@aws-amplify/datastore-storage-adapter@2.0.24) (2023-04-04)
15
15
 
16
16
  **Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
17
17
 
18
-
19
-
20
-
21
-
22
18
  ## [2.0.23](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.22...@aws-amplify/datastore-storage-adapter@2.0.23) (2023-03-30)
23
19
 
24
20
  **Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
25
21
 
26
-
27
-
28
-
29
-
30
22
  ## [2.0.22](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.21...@aws-amplify/datastore-storage-adapter@2.0.22) (2023-03-23)
31
23
 
32
24
  **Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
33
25
 
34
-
35
-
36
-
37
-
38
26
  ## [2.0.21](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.20...@aws-amplify/datastore-storage-adapter@2.0.21) (2023-03-21)
39
27
 
40
-
41
28
  ### Bug Fixes
42
29
 
43
- * **data:** update SQLite utils to use 'instr' instead of 'like' when constructing WHERE conditions from predicates ([#11108](https://github.com/aws-amplify/amplify-js/issues/11108)) ([42d5328](https://github.com/aws-amplify/amplify-js/commit/42d5328f8e142c15b25c086c9455bcd70987e885))
44
- * add warning message when trying to use SQLite with CPK enabled ([#11027](https://github.com/aws-amplify/amplify-js/issues/11027)) ([cae3389](https://github.com/aws-amplify/amplify-js/commit/cae3389e9c41ac74bd58a20f42f58e30bb07cb51))
45
-
46
-
47
-
48
-
30
+ - **data:** update SQLite utils to use 'instr' instead of 'like' when constructing WHERE conditions from predicates ([#11108](https://github.com/aws-amplify/amplify-js/issues/11108)) ([42d5328](https://github.com/aws-amplify/amplify-js/commit/42d5328f8e142c15b25c086c9455bcd70987e885))
31
+ - add warning message when trying to use SQLite with CPK enabled ([#11027](https://github.com/aws-amplify/amplify-js/issues/11027)) ([cae3389](https://github.com/aws-amplify/amplify-js/commit/cae3389e9c41ac74bd58a20f42f58e30bb07cb51))
49
32
 
50
33
  ## [2.0.20](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.19...@aws-amplify/datastore-storage-adapter@2.0.20) (2023-03-16)
51
34
 
52
35
  **Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
53
36
 
54
-
55
-
56
-
57
-
58
37
  ## [2.0.19](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.18...@aws-amplify/datastore-storage-adapter@2.0.19) (2023-03-13)
59
38
 
60
39
  **Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
61
40
 
62
-
63
-
64
-
65
-
66
41
  ## [2.0.18](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.17...@aws-amplify/datastore-storage-adapter@2.0.18) (2023-03-08)
67
42
 
68
43
  **Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
69
44
 
70
-
71
-
72
-
73
-
74
45
  ## [2.0.17](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.16...@aws-amplify/datastore-storage-adapter@2.0.17) (2023-03-06)
75
46
 
76
-
77
47
  ### Bug Fixes
78
48
 
79
- * **@aws-amplify/datastore:** strictly define null vs undefined behavior on models ([#11009](https://github.com/aws-amplify/amplify-js/issues/11009)) ([eb8b05f](https://github.com/aws-amplify/amplify-js/commit/eb8b05f844f089e4810b986df9420832c6b68cca)), closes [#10932](https://github.com/aws-amplify/amplify-js/issues/10932)
80
-
81
-
82
-
83
-
49
+ - **@aws-amplify/datastore:** strictly define null vs undefined behavior on models ([#11009](https://github.com/aws-amplify/amplify-js/issues/11009)) ([eb8b05f](https://github.com/aws-amplify/amplify-js/commit/eb8b05f844f089e4810b986df9420832c6b68cca)), closes [#10932](https://github.com/aws-amplify/amplify-js/issues/10932)
84
50
 
85
51
  ## [2.0.16](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.15...@aws-amplify/datastore-storage-adapter@2.0.16) (2023-02-24)
86
52
 
87
53
  **Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
88
54
 
89
-
90
-
91
-
92
-
93
55
  ## [2.0.15](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.14...@aws-amplify/datastore-storage-adapter@2.0.15) (2023-02-16)
94
56
 
95
57
  **Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
96
58
 
97
-
98
-
99
-
100
-
101
59
  ## [2.0.14](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.13...@aws-amplify/datastore-storage-adapter@2.0.14) (2023-02-09)
102
60
 
103
61
  **Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
104
62
 
105
-
106
-
107
-
108
-
109
63
  ## [2.0.13](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.12...@aws-amplify/datastore-storage-adapter@2.0.13) (2023-02-08)
110
64
 
111
65
  **Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
112
66
 
113
-
114
-
115
-
116
-
117
67
  ## [2.0.12](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.11...@aws-amplify/datastore-storage-adapter@2.0.12) (2023-01-30)
118
68
 
119
69
  **Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
120
70
 
121
-
122
-
123
-
124
-
125
71
  ## [2.0.11](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.10...@aws-amplify/datastore-storage-adapter@2.0.11) (2023-01-19)
126
72
 
127
73
  **Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
128
74
 
129
-
130
-
131
-
132
-
133
75
  ## [2.0.10](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.9...@aws-amplify/datastore-storage-adapter@2.0.10) (2023-01-13)
134
76
 
135
77
  **Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
136
78
 
137
-
138
-
139
-
140
-
141
79
  ## [2.0.9](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.8...@aws-amplify/datastore-storage-adapter@2.0.9) (2023-01-10)
142
80
 
143
81
  **Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
144
82
 
145
-
146
-
147
-
148
-
149
83
  ## [2.0.8](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.7...@aws-amplify/datastore-storage-adapter@2.0.8) (2022-12-27)
150
84
 
151
85
  **Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
152
86
 
153
-
154
-
155
-
156
-
157
87
  ## [2.0.7](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.6...@aws-amplify/datastore-storage-adapter@2.0.7) (2022-12-16)
158
88
 
159
89
  **Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
160
90
 
161
-
162
-
163
-
164
-
165
91
  ## [2.0.6](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.5...@aws-amplify/datastore-storage-adapter@2.0.6) (2022-12-15)
166
92
 
167
93
  **Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
168
94
 
169
-
170
-
171
-
172
-
173
95
  ## [2.0.5](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.4...@aws-amplify/datastore-storage-adapter@2.0.5) (2022-12-06)
174
96
 
175
-
176
97
  ### Bug Fixes
177
98
 
178
- * **@aws-amplify/datastore-storage-adapter:** SQLiteAdapter fails on required related models ([#10720](https://github.com/aws-amplify/amplify-js/issues/10720)) ([fa7d6c6](https://github.com/aws-amplify/amplify-js/commit/fa7d6c681496dd45d40a2af672f953e0ff372940))
179
-
180
-
181
-
182
-
99
+ - **@aws-amplify/datastore-storage-adapter:** SQLiteAdapter fails on required related models ([#10720](https://github.com/aws-amplify/amplify-js/issues/10720)) ([fa7d6c6](https://github.com/aws-amplify/amplify-js/commit/fa7d6c681496dd45d40a2af672f953e0ff372940))
183
100
 
184
101
  ## [2.0.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.3...@aws-amplify/datastore-storage-adapter@2.0.4) (2022-11-23)
185
102
 
186
103
  **Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
187
104
 
188
-
189
-
190
-
191
-
192
105
  ## [2.0.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.2...@aws-amplify/datastore-storage-adapter@2.0.3) (2022-11-19)
193
106
 
194
107
  **Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
195
108
 
196
-
197
-
198
-
199
-
200
109
  ## [2.0.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.1...@aws-amplify/datastore-storage-adapter@2.0.2) (2022-11-16)
201
110
 
202
111
  **Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
203
112
 
204
-
205
-
206
-
207
-
208
113
  ## [2.0.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.0...@aws-amplify/datastore-storage-adapter@2.0.1) (2022-11-11)
209
114
 
210
115
  **Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
211
116
 
212
-
213
-
214
-
215
-
216
117
  # [2.0.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.4.5...@aws-amplify/datastore-storage-adapter@2.0.0) (2022-11-09)
217
118
 
218
119
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/datastore-storage-adapter",
3
- "version": "2.0.26-unstable.dbd94d9.10+dbd94d932",
3
+ "version": "2.0.26",
4
4
  "description": "SQLite storage adapter for Amplify DataStore ",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib-esm/index.js",
@@ -35,8 +35,8 @@
35
35
  },
36
36
  "homepage": "https://aws-amplify.github.io/",
37
37
  "devDependencies": {
38
- "@aws-amplify/core": "5.1.9-unstable.dbd94d9.10+dbd94d932",
39
- "@aws-amplify/datastore": "4.1.8-unstable.dbd94d9.10+dbd94d932",
38
+ "@aws-amplify/core": "5.1.9",
39
+ "@aws-amplify/datastore": "4.1.8",
40
40
  "@types/react-native-sqlite-storage": "5.0.1",
41
41
  "expo-file-system": "13.1.4",
42
42
  "expo-sqlite": "10.1.0",
@@ -95,5 +95,5 @@
95
95
  "../datastore"
96
96
  ]
97
97
  },
98
- "gitHead": "dbd94d93209da6712dca450c13003323276ded29"
98
+ "gitHead": "eb8e3e64f4d6d2c1bc192e7abb20acc6aca6b10f"
99
99
  }