Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Upgraded IndexedDBShim to version 2.x #8

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

JamesMessinger
Copy link
Contributor

This PR updates the plugin to IndexedDBShim v2.0.1. This version contains several bug fixes as well as support for multi-entry index cursors. It also now includes a polyfill to enable compound keys in Internet Explorer (desktop and mobile).

Also, there's now an asynchronous WebSQL plugin available, which resolves many issues with the existing synchronous WebSQL plugin. However, the new plugin only supports the windows platform (not windows8 or wp8), and it only supports the x86 and arm architectures (not x64 or any cpu). For these reasons, I created a separate IndexedDB plugin that uses the new WebSQL plugin. I've also updated IndexedDBShim so that it works with both plugins.

@ghost ghost added the cla-not-required label Apr 21, 2015
@JamesMessinger JamesMessinger changed the title Upgraded IndexedDBShim to version 1.0.8 Upgraded IndexedDBShim to version 1.0.9 Apr 22, 2015
@JamesMessinger JamesMessinger changed the title Upgraded IndexedDBShim to version 1.0.9 Upgraded IndexedDBShim to version 1.0.11 Apr 29, 2015
…-indexedDB

# By Parashuram (2) and Sergey Grebnov (1)
# Via Sergey Grebnov (2) and Parashuram (1)
* 'master' of https://github.com/MSOpenTech/cordova-plugin-indexedDB:
  Bumnped plugin package
  Added package.json to move plugin to npm
  Bumped version
@JamesMessinger JamesMessinger changed the title Upgraded IndexedDBShim to version 1.0.11 Upgraded IndexedDBShim to version 2.x May 7, 2015
@emcniece emcniece mentioned this pull request Dec 24, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants