Skip to content

Commit

Permalink
- Breaking fix (through npm): Update typeson and typeson-registry
Browse files Browse the repository at this point in the history
    (ArrayBuffer, DataView, and typed arrays were not properly
    preserving entire underlying buffer when only a portion used;
    were also not restoring when buffers were reused cyclically
    across an object)
- npm: Update dev deps
- Install: Update `yarn.lock`/`package-lock.json`
- Testing (W3C): Update web-platform-tests
- npm: Bump to 3.5.0
  • Loading branch information
brettz9 committed Feb 21, 2018
1 parent 6c4ed06 commit 6c7d237
Show file tree
Hide file tree
Showing 29 changed files with 1,564 additions and 649 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
@@ -1,5 +1,16 @@
# IndexedDBShim changes

## 3.5.0

- Breaking fix (through npm): Update typeson and typeson-registry
(ArrayBuffer, DataView, and typed arrays were not properly
preserving entire underlying buffer when only a portion used;
were also not restoring when buffers were reused cyclically
across an object)
- npm: Update dev deps
- Install: Update `yarn.lock`/`package-lock.json`
- Testing (W3C): Update web-platform-tests

## 3.4.0

- Fix (minor): Return proper `indexedDB` object descriptor
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@ to the data format, thereby breaking old data.***
[![CDNJS](https://img.shields.io/cdnjs/v/IndexedDBShim.svg)](https://cdnjs.com/libraries/IndexedDBShim)
[![License](https://img.shields.io/npm/l/indexeddbshim.svg)](LICENSE-APACHE)

|[Live Demo!](https://cdn.rawgit.com/axemclion/IndexedDBShim/v3.4.0/index.html)
|[Live Demo!](https://cdn.rawgit.com/axemclion/IndexedDBShim/v3.5.0/index.html)
|------------------------------------------------------------

__Use a single, indexable, offline storage API across all desktop and mobile
Expand Down
2 changes: 1 addition & 1 deletion dist/indexeddbshim-Key.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/indexeddbshim-UnicodeIdentifiers-node.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/indexeddbshim-UnicodeIdentifiers-node.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/indexeddbshim-UnicodeIdentifiers.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/indexeddbshim-UnicodeIdentifiers.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/indexeddbshim-UnicodeIdentifiers.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/indexeddbshim-UnicodeIdentifiers.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/indexeddbshim-node.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/indexeddbshim-node.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/indexeddbshim-noninvasive.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/indexeddbshim-noninvasive.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/indexeddbshim-noninvasive.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/indexeddbshim-noninvasive.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/indexeddbshim.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/indexeddbshim.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/indexeddbshim.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/indexeddbshim.min.js.map

Large diffs are not rendered by default.

0 comments on commit 6c7d237

Please sign in to comment.