Skip to content

Commit

Permalink
Bump package version to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Sorin committed Mar 17, 2016
1 parent 728dbd6 commit a6e2b21
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## 4.1.1

* broken get operations within multiple stores fixed

## 4.1.0

`Get` operations are now using [IDBObjectStore.prototype.getAll](https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore/getAll) internally in all browsers which support this API. Currently these browsers are stable Chromium-based and Firefox. This API is activated when you run fetch operations without index and special direction (e.g. when only `limit`, `offset` or `range` are specified). [JSPerf test](http://jsperf.com/idb-idbcursor-vs-idbobjectstore-getall-ops/3) shows that you get 200%-1000% speed increase for your get operations when using this API, so it's time to update `sklad` to this version :)
Expand Down

0 comments on commit a6e2b21

Please sign in to comment.