|
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 | | -## [3.4.2](https://github.com/nativescript-community/sqlite/compare/v3.4.1...v3.4.2) (2023-04-30) |
7 | | - |
| 6 | +# [3.5.0](https://github.com/nativescript-community/sqlite/compare/v3.4.2...v3.5.0) (2024-01-03) |
8 | 7 |
|
9 | 8 | ### Bug Fixes |
10 | 9 |
|
11 | | -* **android:** native-api-usage ([8ae5291](https://github.com/nativescript-community/sqlite/commit/8ae52917baed61dec106d9f328f57a8791c79f87)) |
| 10 | +* **ios:** transaction fix ([187bd04](https://github.com/nativescript-community/sqlite/commit/187bd0443dd2c66b1089bfb8cd859829d50b5390)) |
12 | 11 |
|
| 12 | +### Features |
13 | 13 |
|
| 14 | +* **typeorm:** update driver to work with latest typeorm version ([ee32114](https://github.com/nativescript-community/sqlite/commit/ee321145ae0c97ef0b268c2056292e084ddaa3d1)) |
14 | 15 |
|
| 16 | +## [3.4.2](https://github.com/nativescript-community/sqlite/compare/v3.4.1...v3.4.2) (2023-04-30) |
15 | 17 |
|
| 18 | +### Bug Fixes |
16 | 19 |
|
17 | | -## [3.4.1](https://github.com/nativescript-community/sqlite/compare/v3.4.0...v3.4.1) (2022-02-01) |
| 20 | +* **android:** native-api-usage ([8ae5291](https://github.com/nativescript-community/sqlite/commit/8ae52917baed61dec106d9f328f57a8791c79f87)) |
18 | 21 |
|
| 22 | +## [3.4.1](https://github.com/nativescript-community/sqlite/compare/v3.4.0...v3.4.1) (2022-02-01) |
19 | 23 |
|
20 | 24 | ### Bug Fixes |
21 | 25 |
|
22 | 26 | * **android:** native-api-usage fix ([eebc24e](https://github.com/nativescript-community/sqlite/commit/eebc24e70390453cf7cff606f51c8a93e4f9e143)) |
23 | 27 |
|
24 | | - |
25 | | - |
26 | | - |
27 | | - |
28 | 28 | # [3.4.0](https://github.com/nativescript-community/sqlite/compare/v3.3.12...v3.4.0) (2021-10-03) |
29 | 29 |
|
30 | | - |
31 | 30 | ### Bug Fixes |
32 | 31 |
|
33 | 32 | * N8 /. webpack5 workers ([ea25c67](https://github.com/nativescript-community/sqlite/commit/ea25c67184cc7325c0459f4567abcee05ad350d9)) |
34 | 33 |
|
35 | | - |
36 | 34 | ### Features |
37 | 35 |
|
38 | 36 | * **android:** native-api-usage ([ec069b2](https://github.com/nativescript-community/sqlite/commit/ec069b23891bb59aa8582d037190ca31d4729932)) |
39 | 37 |
|
40 | | - |
41 | | - |
42 | | - |
43 | | - |
44 | 38 | ## [3.3.12](https://github.com/TestJG/nativescript-mtmobile-sqlite/compare/v3.3.11...v3.3.12) (2021-05-04) |
45 | 39 |
|
46 | | - |
47 | 40 | ### Features |
48 | 41 |
|
49 | 42 | * Correctly transform ArrayBuffer to write in DB ([1fab926](https://github.com/TestJG/nativescript-mtmobile-sqlite/commit/1fab926081c5e086bb602d9036a82adc26c9156c)) |
50 | 43 |
|
51 | | - |
52 | | - |
53 | | - |
54 | | - |
55 | 44 | ## [3.3.11](https://github.com/TestJG/nativescript-mtmobile-sqlite/compare/v3.3.10...v3.3.11) (2020-11-26) |
56 | 45 |
|
57 | | - |
58 | 46 | ### Bug Fixes |
59 | 47 |
|
60 | 48 | * another fix for typeorm ([3f25614](https://github.com/TestJG/nativescript-mtmobile-sqlite/commit/3f25614e9d60d78f3a1dbc42b699b93dc8c7a616)) |
61 | 49 | * transaction is async ([0ec1ced](https://github.com/TestJG/nativescript-mtmobile-sqlite/commit/0ec1cedc74be5145e48fb454980d7fe406a45170)) |
62 | 50 |
|
63 | | - |
64 | | - |
65 | | - |
66 | | - |
67 | 51 | ## [3.3.10](https://github.com/TestJG/nativescript-mtmobile-sqlite/compare/v3.3.9...v3.3.10) (2020-11-11) |
68 | 52 |
|
69 | 53 | **Note:** Version bump only for package @nativescript-community/sqlite |
70 | 54 |
|
71 | | - |
72 | | - |
73 | | - |
74 | | - |
75 | 55 | ## [3.3.9](https://github.com/TestJG/nativescript-mtmobile-sqlite/compare/v3.3.8...v3.3.9) (2020-11-09) |
76 | 56 |
|
77 | | - |
78 | 57 | ### Bug Fixes |
79 | 58 |
|
80 | 59 | * android handle all data types ([28c0c57](https://github.com/TestJG/nativescript-mtmobile-sqlite/commit/28c0c57ab35e43c09d7cca7d6cbd1f269f12ff8d)) |
81 | 60 | * for now allow any typeorm version ([96f4a2a](https://github.com/TestJG/nativescript-mtmobile-sqlite/commit/96f4a2a3fbdcac3c3488bfc054ad7e9c218c9c29)) |
82 | 61 | * handle for native objects ([c983906](https://github.com/TestJG/nativescript-mtmobile-sqlite/commit/c9839069b35f641218516fd98264ed8fdda0318d)) |
83 | 62 |
|
84 | | - |
85 | | - |
86 | | - |
87 | | - |
88 | 63 | ## [3.3.8](https://github.com/TestJG/nativescript-mtmobile-sqlite/compare/v3.3.7...v3.3.8) (2020-11-04) |
89 | 64 |
|
90 | | - |
91 | 65 | ### Bug Fixes |
92 | 66 |
|
93 | 67 | * bring back fix for 0.2.25 ([3fecc41](https://github.com/TestJG/nativescript-mtmobile-sqlite/commit/3fecc419567e43fd32b5e753a0bc944a27e0d8d2)) |
94 | 68 |
|
95 | | - |
96 | | - |
97 | | - |
98 | | - |
99 | 69 | ## [3.3.7](https://github.com/TestJG/nativescript-mtmobile-sqlite/compare/v3.3.6...v3.3.7) (2020-11-03) |
100 | 70 |
|
101 | 71 | **Note:** Version bump only for package @nativescript-community/sqlite |
102 | 72 |
|
103 | | - |
104 | | - |
105 | | - |
106 | | - |
107 | 73 | ## [3.3.6](https://github.com/TestJG/nativescript-mtmobile-sqlite/compare/v3.3.5...v3.3.6) (2020-11-02) |
108 | 74 |
|
109 | 75 | **Note:** Version bump only for package @nativescript-community/sqlite |
110 | 76 |
|
111 | | - |
112 | | - |
113 | | - |
114 | | - |
115 | 77 | ## [3.3.5](https://github.com/TestJG/nativescript-mtmobile-sqlite/compare/v3.3.4...v3.3.5) (2020-11-01) |
116 | 78 |
|
117 | 79 | **Note:** Version bump only for package @nativescript-community/sqlite |
118 | 80 |
|
119 | | - |
120 | | - |
121 | | - |
122 | | - |
123 | 81 | ## [3.3.4](https://github.com/TestJG/nativescript-mtmobile-sqlite/compare/v3.3.3...v3.3.4) (2020-11-01) |
124 | 82 |
|
125 | | - |
126 | 83 | ### Bug Fixes |
127 | 84 |
|
128 | 85 | * update typeorm ([ba47b86](https://github.com/TestJG/nativescript-mtmobile-sqlite/commit/ba47b86d7ae602f6d0386d730d5feac50bd131bc)) |
129 | 86 |
|
130 | | - |
131 | | - |
132 | | - |
133 | | - |
134 | 87 | ## [3.3.3](https://github.com/TestJG/nativescript-mtmobile-sqlite/compare/v3.3.2...v3.3.3) (2020-11-01) |
135 | 88 |
|
136 | | - |
137 | 89 | ### Bug Fixes |
138 | 90 |
|
139 | 91 | * hook fix ([dbf049a](https://github.com/TestJG/nativescript-mtmobile-sqlite/commit/dbf049ab94ee0074cf89ee4b85cddbb54ffe1a20)) |
140 | 92 |
|
141 | | - |
142 | | - |
143 | | - |
144 | | - |
145 | 93 | ## [3.3.2](https://github.com/TestJG/nativescript-mtmobile-sqlite/compare/v3.3.1...v3.3.2) (2020-11-01) |
146 | 94 |
|
147 | | - |
148 | 95 | ### Bug Fixes |
149 | 96 |
|
150 | 97 | * hook for aliases to get smaller bundle ([954b1d9](https://github.com/TestJG/nativescript-mtmobile-sqlite/commit/954b1d9591882f8943edc28c70ba7f2c6ce2f150)) |
151 | 98 | * thank you eslitn ([45400e4](https://github.com/TestJG/nativescript-mtmobile-sqlite/commit/45400e4028e631e61dfeb16862edf419153ce088)) |
152 | 99 |
|
153 | | - |
154 | | - |
155 | | - |
156 | | - |
157 | 100 | ## [3.3.1](https://github.com/TestJG/nativescript-mtmobile-sqlite/compare/v3.3.0...v3.3.1) (2020-10-31) |
158 | 101 |
|
159 | | - |
160 | 102 | ### Bug Fixes |
161 | 103 |
|
162 | 104 | * refactor for much smaller worker ([f9d8a60](https://github.com/TestJG/nativescript-mtmobile-sqlite/commit/f9d8a60ceac58c4bb3791b442af1e985ce148968)) |
163 | 105 | * try to make worker faster and ligher ([d18ac6e](https://github.com/TestJG/nativescript-mtmobile-sqlite/commit/d18ac6e071c8c76ba86da73d44bf0eb44ac44f83)) |
164 | 106 |
|
165 | | - |
166 | | - |
167 | | - |
168 | | - |
169 | 107 | # [3.3.0](https://github.com/TestJG/nativescript-mtmobile-sqlite/compare/v3.2.0...v3.3.0) (2020-10-16) |
170 | 108 |
|
171 | | - |
172 | 109 | ### Features |
173 | 110 |
|
174 | 111 | * working threading on android ([3c4e538](https://github.com/TestJG/nativescript-mtmobile-sqlite/commit/3c4e538c54a26c05f780cb947ee80955f83aebc6)) |
175 | 112 |
|
176 | | - |
177 | | - |
178 | | - |
179 | | - |
180 | 113 | # [3.2.0](https://github.com/TestJG/nativescript-mtmobile-sqlite/compare/v3.1.1...v3.2.0) (2020-09-06) |
181 | 114 |
|
182 | | - |
183 | 115 | ### Features |
184 | 116 |
|
185 | 117 | * N7 and new plugin name ([e3023d6](https://github.com/TestJG/nativescript-mtmobile-sqlite/commit/e3023d6ec2a806d404b654c5b3df118889757fe3)) |
186 | 118 |
|
187 | | - |
188 | | - |
189 | | - |
190 | | - |
191 | 119 | ## [3.1.1](https://github.com/TestJG/nativescript-mtmobile-sqlite/compare/v3.1.0...v3.1.1) (2020-08-14) |
192 | 120 |
|
193 | | - |
194 | 121 | ### Bug Fixes |
195 | 122 |
|
196 | 123 | * log removal ([bc9df6e](https://github.com/TestJG/nativescript-mtmobile-sqlite/commit/bc9df6ec6161ad3060a00d072a22de362027ccf2)) |
197 | 124 |
|
198 | | - |
199 | | - |
200 | | - |
201 | | - |
202 | 125 | # [3.1.0](https://github.com/TestJG/nativescript-mtmobile-sqlite/compare/v3.0.5...v3.1.0) (2020-08-14) |
203 | 126 |
|
204 | | - |
205 | 127 | ### Features |
206 | 128 |
|
207 | 129 | * move to @nativescript-community/sqlite ([71ef0c1](https://github.com/TestJG/nativescript-mtmobile-sqlite/commit/71ef0c1b96b3cbc60b67a63a02fcc38e1428524e)) |
208 | 130 |
|
209 | | - |
210 | | - |
211 | | - |
212 | | - |
213 | 131 | ## [3.0.5](https://github.com/TestJG/nativescript-mtmobile-sqlite/compare/v3.0.4...v3.0.5) (2020-05-29) |
214 | 132 |
|
215 | | - |
216 | 133 | ### Bug Fixes |
217 | 134 |
|
218 | 135 | * nano sql fi ([db275c1](https://github.com/TestJG/nativescript-mtmobile-sqlite/commit/db275c12bf0042c0e7e790978acd63af3873b7f4)) |
219 | 136 |
|
220 | | - |
221 | | - |
222 | | - |
223 | | - |
224 | 137 | ## [3.0.4](https://github.com/TestJG/nativescript-mtmobile-sqlite/compare/v3.0.3...v3.0.4) (2020-05-29) |
225 | 138 |
|
226 | 139 | **Note:** Version bump only for package nativescript-akylas-sqlite |
227 | 140 |
|
228 | | - |
229 | | - |
230 | | - |
231 | | - |
232 | 141 | ## [3.0.3](https://github.com/TestJG/nativescript-mtmobile-sqlite/compare/v3.0.2...v3.0.3) (2020-04-24) |
233 | 142 |
|
234 | | - |
235 | 143 | ### Bug Fixes |
236 | 144 |
|
237 | 145 | * opening db in android ([153fd37](https://github.com/TestJG/nativescript-mtmobile-sqlite/commit/153fd372daf667844767ea8548af8c0fd2f343c5)) |
238 | 146 |
|
239 | | - |
240 | | - |
241 | | - |
242 | | - |
243 | 147 | ## [3.0.2](https://github.com/TestJG/nativescript-mtmobile-sqlite/compare/v3.0.1...v3.0.2) (2019-12-18) |
244 | 148 |
|
245 | | - |
246 | 149 | ### Bug Fixes |
247 | 150 |
|
248 | 151 | * more logs cleanup ([58ef7d3](https://github.com/TestJG/nativescript-mtmobile-sqlite/commit/58ef7d3c27bf898bb865b8b80e20e55585bb0f42)) |
249 | 152 |
|
250 | | - |
251 | | - |
252 | | - |
253 | | - |
254 | 153 | ## [3.0.1](https://github.com/TestJG/nativescript-mtmobile-sqlite/compare/v3.0.0...v3.0.1) (2019-12-17) |
255 | 154 |
|
256 | | - |
257 | 155 | ### Bug Fixes |
258 | 156 |
|
259 | 157 | * remove unwanted logs ([0003afb](https://github.com/TestJG/nativescript-mtmobile-sqlite/commit/0003afb28d6947d8c22c829cd0d101ced81ad73b)) |
260 | 158 | * remove unwanted logs ([a1cd162](https://github.com/TestJG/nativescript-mtmobile-sqlite/commit/a1cd162a3b108892f608c75f419dc4411b92cc87)) |
261 | 159 |
|
262 | | - |
263 | | - |
264 | | - |
265 | | - |
266 | 160 | # [3.0.0](https://github.com/TestJG/nativescript-mtmobile-sqlite/compare/v2.0.0...v3.0.0) (2019-12-12) |
267 | 161 |
|
268 | | - |
269 | 162 | ### Bug Fixes |
270 | 163 |
|
271 | 164 | * full rewrite ([901b5c1](https://github.com/TestJG/nativescript-mtmobile-sqlite/commit/901b5c14c00af71c2f58927e05c15e34aade80d2)) |
272 | 165 |
|
273 | | - |
274 | | - |
275 | | - |
276 | | - |
277 | 166 | # 2.0.0 (2019-12-05) |
278 | 167 |
|
279 | 168 | **Note:** Version bump only for package nativescript-mtmobile-sqlite |
0 commit comments