Skip to content

Commit

Permalink
cordova-sqlite-legacy-core 1.0.0 - merge release with minor test/doc …
Browse files Browse the repository at this point in the history
…fixes

Merge branch 'cordova-sqlite-legacy-express-core' into cordova-sqlite-legacy-core
  • Loading branch information
Christopher J. Brody committed Nov 3, 2017
2 parents 2d0cce5 + 6d946d0 commit 3659395
Show file tree
Hide file tree
Showing 37 changed files with 1,133 additions and 3,734 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.md
Expand Up @@ -16,7 +16,7 @@
- Fixes to support old Android versions by @nolanlawson
- Thanks to Mark Oppenheim <mark.oppenheim@mnetics.co.uk> for fixes to open/close callbacks and repeated open/close/delete operations

## iOS version
## iOS/macOS version

- Original authors: @davibe (Davide Bertola <dade@dadeb.it>) and @joenoon (Joe Noon <joenoon@gmail.com>)
- Cordova 2.7+ port with background processing by @j3k0 (Jean-Christophe Hoelt <hoelt@fovea.cc>)
Expand Down
18 changes: 18 additions & 0 deletions CHANGES.md
@@ -1,5 +1,23 @@
# Changes

##### cordova-sqlite-legacy-core 1.0.0

###### cordova-sqlite-legacy-express-core 1.0.2

- Use PSPDFThreadSafeMutableDictionary for iOS/macOS to avoid threading issue ref: litehelpers/Cordova-sqlite-storage#716

###### cordova-sqlite-legacy-express-core 1.0.1

- Fix bug 666 workaround to trigger ROLLBACK in the next event tick (needed to support version with pre-populated database on Windows)

###### cordova-sqlite-legacy-express-core 1.0.0

- Workaround solution to BUG litehelpers/Cordova-sqlite-storage#666 (hanging transaction in case of location reload/change)
- selfTest simulate scenario & test solution to BUG litehelpers/Cordova-sqlite-storage#666 (also includes string test and test of effects of location reload/change in this version branch, along with another internal check)
- Drop engine constraints in package.json & plugin.xml (in this version branch)
- Remove Lawnchair adapter from this version branch
- Support macOS platform with builtin libsqlite3.dylib framework in this version branch

### cordova-sqlite-storage 1.4.0

- Now using cordova-sqlite-storage-dependencies for SQLite 3.8.10.2 Android/iOS/Windows
Expand Down
11 changes: 9 additions & 2 deletions LICENSE.md
Expand Up @@ -8,11 +8,15 @@ MIT or Apache 2.0

MIT or Apache 2.0

## iOS version
## iOS/macOS version

MIT only

## Windows (8.1) version
based on Phonegap-SQLitePlugin by @davibe (Davide Bertola <dade@dadeb.it>) and @joenoon (Joe Noon <joenoon@gmail.com>)

includes and uses PSPDFThreadSafeMutableDictionary (PSPDFThreadSafeMutableDictionary.m <https://gist.github.com/steipete/5928916>) MIT license by @steipete (<https://gist.github.com/steipete>)

## Windows XX version

MIT or Apache 2.0

Expand All @@ -22,3 +26,6 @@ by @doo (doo GmbH)

MIT License

## SQLite3

Public domain
201 changes: 0 additions & 201 deletions Lawnchair-adapter/Lawnchair-sqlitePlugin.js

This file was deleted.

0 comments on commit 3659395

Please sign in to comment.