Skip to content

Commit 50635f3

Browse files
authored
Update CHANGELOG.md
1 parent 7afc204 commit 50635f3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Version History
22

3+
v3.3.4
4+
1. New version of native binaries compile with latest sqlite version 3.20.1 supporting pcre extension to enable REGEXP function for Android. (https://github.com/andpor/react-native-sqlite-storage/pull/205)
5+
2. Fixes Xcode warning for potentially insecure string. (https://github.com/andpor/react-native-sqlite-storage/pull/199)
6+
3. Remove createJSModules @ovveride marker - RN 0.47 compatibility. (https://github.com/andpor/react-native-sqlite-storage/pull/188)
7+
4. Podfile add macOS support (https://github.com/andpor/react-native-sqlite-storage/pull/179)
8+
5. instructions directory added on npmignore. (https://github.com/andpor/react-native-sqlite-storage/pull/174)
9+
310
v3.3.3
411
1. Fix for the db location string [Issue #172] (https://github.com/andpor/react-native-sqlite-storage/issues/172)
512
2. #define in iOS casebase for SQLCIPHER. If you include this #define in your main project settings, this library will pick up appropriate key handling code automatically.

0 commit comments

Comments
 (0)