Skip to content

Commit

Permalink
cordova-sqlite-storage 1.4.4
Browse files Browse the repository at this point in the history
- Fix readTransaction to reject modification statements with extra semicolon(s) in the beginning
- Announce new Cordova-sqlite-evcore-extbuild-free version
- Additional tests
- Other doc fixes
  • Loading branch information
Christopher J. Brody committed Jul 1, 2016
1 parent 99e1616 commit de916fd
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 45 deletions.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Changes

### cordova-sqlite-storage 1.4.4-pre2
### cordova-sqlite-storage 1.4.4

- Fix readTransaction to reject modification statements with extra semicolon(s) in the beginning
- Announce new Cordova-sqlite-evcore-extbuild-free version
- Additional tests
- Other doc fixes

### cordova-sqlite-storage 1.4.3

Expand Down
14 changes: 9 additions & 5 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,21 +115,25 @@ Other major changes by @brodybits in 2015:
- Introduction of other version projects:
- Cordova-sqlcipher-adapter
- cordova-sqlite-ext with REGEXP and pre-populated database support
- Cordova-sqlite-enterprise-free with memory fix and other enhancements,
- Enterprise version with memory fix and other enhancements,
available under GPL or commercial licensing options
- react-native-sqlite-storage version for Android and iOS developed and maintained
by @andpor (Andrzej Porebski <[email protected]>), based on this project

## Major changes 2016

Features removed from main version branch, available in cordova-sqlite-ext and Cordova-sqlite-legacy versions:
- Windows version removed from this version branch
- Android-sqlite-connector (NDK) support removed from this version branch

New features:
- Echo self-test function
- Simple sql batch query interface

Installation changes
- Use of `before_plugin_install` hook to install external dependencies

New versions introduced
- Cordova-sqlite-evcore-extbuild-free with major performance and memory fixes for Android,
available under GPL or commercial licensing options with support for PhoneGap Build
- Cordova-sqlite-evplus (legacy) versions with GPL or premium commercial licensing options

## Recent changes

See CHANGES.md
Loading

0 comments on commit de916fd

Please sign in to comment.