From d21f6e56e59ad091813681108a1c673d5c04dea5 Mon Sep 17 00:00:00 2001 From: "Christopher J. Brody" Date: Thu, 6 Apr 2017 19:32:20 +0200 Subject: [PATCH] Drop engines rule from package.json --- CHANGES.md | 4 +++- README.md | 20 ++++---------------- package.json | 7 +------ plugin.xml | 2 +- 4 files changed, 9 insertions(+), 24 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 6ecc5810c..cfc253326 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,8 @@ # Changes -## cordova-sqlite-storage 2.0.3-pre1 +## cordova-sqlite-storage 2.0.3-pre2 + +- Drop engines rule from package.json ### cordova-sqlite-storage 1.5.4 diff --git a/README.md b/README.md index 30320d7fb..b8401f5ea 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ See the [Sample section](#sample) for a sample with a more detailed explanation. - This version supports the use of two (2) possible Android sqlite database implementations: - default: lightweight [Android-sqlite-connector](https://github.com/liteglue/Android-sqlite-connector) - optional: built-in Android database classes (usage described below) -- Windows 8.1 and Windows Phone 8.1 are no longer supported by this version. WP8, Windows 8.1, and Windows Phone 8.1 support is available in: [litehelpers / Cordova-sqlite-legacy-build-support](https://github.com/litehelpers/Cordova-sqlite-legacy-build-support) +- Windows 8.1 and Windows Phone 8.1 are no longer supported by this version. WP8 and Windows 8.1/Windows Phone 8.1/Windows 10 support for Visual Studio 2015 is available in: [litehelpers / Cordova-sqlite-legacy-build-support](https://github.com/litehelpers/Cordova-sqlite-legacy-build-support) - The following features are available in [litehelpers / cordova-sqlite-ext](https://github.com/litehelpers/cordova-sqlite-ext): - REGEXP (Android/iOS/macOS) - SELECT BLOB data in Base64 format (all platforms Android/iOS/macOS/Windows) @@ -143,7 +143,7 @@ See the [Sample section](#sample) for a sample with a more detailed explanation. - Issue with emojis and other 4-octet UTF-8 characters (apparently not stored correctly) ref: [litehelpers/Cordova-sqlite-storage#564](https://github.com/litehelpers/Cordova-sqlite-storage/issues/564) - Not possible to read BLOB column values - It is **not** possible to use this plugin with the default "Any CPU" target. A specific target CPU type **must** be specified when building an app with this plugin. - - This version branch with dependency on platform toolset libraries included by Visual Studio 2017 ~~(RC)~~ ref: [litehelpers/Cordova-sqlite-storage#580](https://github.com/litehelpers/Cordova-sqlite-storage/issues/580) + - This version has dependency on platform toolset libraries included by Visual Studio 2017 ([litehelpers/Cordova-sqlite-storage#580](https://github.com/litehelpers/Cordova-sqlite-storage/issues/580)). Visual Studio 2015 is now supported by [litehelpers / Cordova-sqlite-legacy-build-support](https://github.com/litehelpers/Cordova-sqlite-legacy-build-support). - Windows version uses `UTF-16le` internal database encoding while the other platform versions use `UTF-8` internal encoding. (`UTF-8` internal encoding is preferred ref: [litehelpers/Cordova-sqlite-storage#652](https://github.com/litehelpers/Cordova-sqlite-storage/issues/652)) - macOS version ("osx" platform) has not been tested in a release build and should be considered pre-alpha. - FTS3, FTS4, and R-Tree support is tested working OK in this version (for all target platforms in this version branch Android/iOS/macOS/Windows) @@ -155,7 +155,7 @@ See the [Sample section](#sample) for a sample with a more detailed explanation. ## Announcements -- This version references Windows platform toolset v141 to support Visual Studio 2017 ~~(RC)~~. +- This version references Windows platform toolset v141 to support Visual Studio 2017. Visual Studio 2015 is now supported by [litehelpers / Cordova-sqlite-legacy-build-support](https://github.com/litehelpers/Cordova-sqlite-legacy-build-support). - [brodybits / cordova-sqlite-storage-starter-app](https://github.com/brodybits/cordova-sqlite-storage-starter-app) project is a CC0 (public domain) starting point and may also be used to reproduce issues with this plugin. In addition [brodybits / cordova-sqlite-test-app](https://github.com/brodybits/cordova-sqlite-test-app) may be used to reproduce issues with other versions of this plugin. - The Lawnchair adapter is now moved to [litehelpers / cordova-sqlite-lawnchair-adapter](https://github.com/litehelpers/cordova-sqlite-lawnchair-adapter). - [litehelpers / cordova-sqlite-ext](https://github.com/litehelpers/cordova-sqlite-ext) now supports SELECT BLOB data in Base64 format on all platforms in addition to REGEXP (Android/iOS/macOS) and pre-populated database (all platforms). @@ -237,12 +237,6 @@ Use the following command to install this plugin from the Cordova CLI: cordova plugin add cordova-sqlite-storage --save ``` -**NOTICE _(TBD GOING AWAY)_:** In case of using Cordova CLI with Visual Studio 2015 the following command is required (ref: [litehelpers/Cordova-sqlite-storage#599](https://github.com/litehelpers/Cordova-sqlite-storage/issues/599)): - -```shell -cordova plugin add cordova-sqlite-storage@latest --save -``` - Add any desired platform(s) if not already present, for example: ```shell @@ -538,7 +532,7 @@ Some more limitations are tracked in the [open Cordova-sqlite-storage documentat - This plugin does **not** work with the default "Any CPU" target. A specific, valid CPU target platform **must** be specified. - It is **not** allowed to change the app ID in the Windows platform project. As described in the **Windows platform usage** of the [Installing](#installing) section a Windows-specific app ID may be declared using the `windows-identity-name` attribute or "WindowsStoreIdentityName" setting. - A problem locating `SQLite3.md` generally means that there was a problem building the C++ library. -- _TBD GOING AWAY:_ When using Cordova CLI with Visual Studio 2015 the following command must be used to avoid a build error (ref: [litehelpers/Cordova-sqlite-storage#599](https://github.com/litehelpers/Cordova-sqlite-storage/issues/599)): `cordova plugin add cordova-sqlite-storage@latest --save` +- Visual Studio 2015 is no longer supported by this version. Visual Studio 2015 is now supported by [litehelpers / Cordova-sqlite-legacy-build-support](https://github.com/litehelpers/Cordova-sqlite-legacy-build-support). ### General Cordova pitfalls @@ -1174,12 +1168,6 @@ cordova platform add # repeat for all desired platform(s) cordova prepare # OPTIONAL (MANDATORY cordova-ios older than 4.3.0 (Cordova CLI 6.4.0)) ``` -**NOTICE _(TBD GOING AWAY)_:** In case of using Cordova CLI with Visual Studio 2015 the following command is required (ref: [litehelpers/Cordova-sqlite-storage#599](https://github.com/litehelpers/Cordova-sqlite-storage/issues/599)): - -```shell -cordova plugin add cordova-sqlite-storage@latest --save -``` - **Additional Cordova CLI NOTES:** - It is recommended to add *all* plugins including standard plugins such as `cordova-plugin-whitelist` with the `--save` flag to track these in `config.xml`. diff --git a/package.json b/package.json index eb0196b0c..578df93d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-sqlite-storage", - "version": "2.0.3-pre1", + "version": "2.0.3-pre2", "description": "Native interface to SQLite for PhoneGap/Cordova", "cordova": { "id": "cordova-sqlite-storage", @@ -10,11 +10,6 @@ "windows" ] }, - "engines": { - "cordovaDependencies": { - "2.0.0": { "cordova-windows": ">4.4.1" } - } - }, "repository": { "type": "git", "url": "https://github.com/litehelpers/Cordova-sqlite-storage.git" diff --git a/plugin.xml b/plugin.xml index d00c6098b..d4a608021 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="2.0.3-pre2"> Cordova sqlite storage plugin