@jeepq/capacitor
Version:
Capacitor Plugins Library
127 lines (68 loc) • 2.45 kB
Markdown
# 0.0.4-1 (2020-03-13)
## Chores
* @capacitor/core: update to 1.5.0
* @capacitor/ios: update to 1.5.0
* @capacitor/android: update to 1.5.0
# 0.0.3 (2020-02-26)
## Bug Fixes
* fix issue#7 on Android and IOS capacitor-sqlite plugin by adding a return message containing the error message.
In case of failure in
- the Execute or Run commands the changes returned value will be equal to -1
- the Query command the values will returned an empty array
# 0.0.3-3 (2020-02-21)
## Bug Fixes
* fix issue#4 on Web capacitor-data-storage-sqlite plugin
## Added Features
* add a React app demonstrating the use of capacitor-data-storage-sqlite
# 0.0.3-2 (2020-02-16)
## Bug Fixes
* fix issue#3 on Android capacitor-sqlite plugin
# 0.0.3-1 (2020-02-09)
## Added Features
* add compatibility with AndroidTV and remote control device
# 0.0.2 (2020-02-05)
## Chores
* @capacitor/core: update to 1.5.0
* @capacitor/ios: update to 1.5.0
* @capacitor/android: update to 1.5.0
# 0.0.2-1 (2020-02-04)
## Added Features
* add in the README a link to an Ionic/Angular SQLite Application Starter
* add in the README a link to an Ionic/React SQLite Application Starter
## Bug Fixes
* fix the renameFile method in UtilsSQLite.swift
# 0.0.1 (2020-01-29)
## Bug Fixes
* update README.md
# 0.0.1-beta.3 (2020-01-26)
## Added Features
* add method deleteStore to capacitor-data-storage-sqlite IOS & Android Plugins
* update doc DataStorage.md
* add capacitor-sqlite IOS & Android Plugins with database encryption
* add capacitor-sqlite doc
# 0.0.1-beta.2 (2020-01-20)
## Bug Fixes
* add '## Using the Plugin in your App' in DataStorage.md
* add '## Using the Plugin in your App' in VideoPlayer.md
# 0.0.1-beta.1 (2020-01-13)
## Added Features
* Add applications demonstrating the use of the plugin library
# 0.0.1-alpha.6 (2020-01-13)
## Bug Fixes
* Fix podspec file name in package.json
# 0.0.1-alpha.5 (2020-01-13)
## Bug Fixes
* Rename podspec file as JeepqCapacitor.podspec
# 0.0.1-alpha.4 (2020-01-13)
## Added Features
* First trial for IOS Plugin
# 0.0.1-alpha.3 (2020-01-12)
## Added Features
* Android Change Orientation without restarting the videoplayer
# 0.0.1-alpha.2 (2020-01-12)
## Bug Fixes
* fix activity VideoPlayerActivity in AndroidManifest.xml
# 0.0.1-alpha.1 (2020-01-11)
## Added Features
* add CapacitorDataStorageSqlite
* add CapacitorVideoPlayer