597 Commits

Author SHA1 Message Date
Peter Bengtsson
5a90e52a5e non-promise example in installation docs 2014-10-28 16:30:55 -07:00
Matthew Riley MacPherson
5c211d9300 Merge pull request #289 from peterbe/correct-non-promise-example
correct non-promise example
2014-10-28 19:23:39 -04:00
Peter Bengtsson
6aff3dbca6 basic example changed 2014-10-28 16:15:26 -07:00
Peter Bengtsson
c4c7ec920c four spaces 2014-10-28 15:50:13 -07:00
Matthew Riley MacPherson
acc9a0d37f Merge pull request #295 from stephanebachelier/jscs
chore(grunt): change to grunt-jscs and upgrade to 0.8.*
2014-10-28 17:16:33 -04:00
Matthew Riley MacPherson
13cc3446ac Add iterate to CHANGELOG 2014-10-28 17:08:16 -04:00
Stéphane Bachelier
60fb96a7f5 chore(grunt): change to grunt-jscs and upgrade to 0.8.* 2014-10-28 22:07:48 +01:00
Matthew Riley MacPherson
3a6dfe957d Tweak API docs for iterate 2014-10-28 17:06:10 -04:00
Matthew Riley MacPherson
2bcdc51360 Tidy up code nits 2014-10-28 17:05:56 -04:00
Denis Yaremov
a62c4a2b97 Merge branch 'master' of github.com:mozilla/localForage into iterate
Conflicts:
	dist/localforage.min.js
	dist/localforage.nopromises.min.js
	site/localforage.min.js
2014-10-25 13:27:42 +03:00
Denis Yaremov
814044b4a2 Updated docs to support iterate feature 2014-10-25 12:51:49 +03:00
Peter Bengtsson
cb4b88c7d3 correct non-promise example 2014-10-23 10:11:31 -07:00
Matthew Riley MacPherson
038c29c869 Merge pull request #286 from Evgenus/docs-callback-args-fix
Fixed documentation site: arguments for callbacks
2014-10-22 18:36:43 -04:00
Matthew Riley MacPherson
8b1094e166 Fix IE driver support bug 1.1.1 2014-10-22 18:33:22 -04:00
Evgenus
ade0d56375 Fixed documentation site: arguments for callbacks 2014-10-23 00:53:15 +03:00
Denis Yaremov
b0c8a5b96d Iterate functionality fixes related to callback misuse 2014-10-23 00:09:20 +03:00
Matthew Riley MacPherson
61825f72e4 Merge pull request #284 from Evgenus/patch-1
fixes driverSupport
2014-10-22 11:35:43 -04:00
Eugene Chernyshov
f9556e8f29 fixes driverSupport
In IE falsely reports IndexedDB as unavailable. Because in IE `typeof self.IDBKeyRange === 'object'`
2014-10-22 18:07:39 +03:00
Denis Yaremov
d5c49ee885 Iterate functionality, no tests yet 2014-10-21 03:10:17 +03:00
Matthew Riley MacPherson
62dcc093ca Update config info in README 2014-10-19 23:41:00 -04:00
Matthew Riley MacPherson
199d979396 Add info on defineDriver to README 2014-10-19 16:58:24 -04:00
Matthew Riley MacPherson
090f83dbd9 Release 1.1 with custom drivers 1.1.0 2014-10-19 16:32:38 -04:00
Matthew Riley MacPherson
04bf24256a Fix up CHANGELOG 2014-10-19 16:30:30 -04:00
Matthew Riley MacPherson
ff35a613b3 Add docs for custom drivers and tweak PR 2014-10-19 16:19:46 -04:00
Thodoris Greasidis
0755859a1c feat(localforage): add support for custom drivers 2014-10-19 21:39:56 +03:00
Matthew Riley MacPherson
30cb2833ea Merge pull request #279 from ocombe/patch-6
Added keys function to the list
2014-10-17 20:28:36 -04:00
Olivier Combe
b8c743875f Added keys function to the list
Small correction in the readme
2014-10-17 10:17:37 +02:00
Matthew Riley MacPherson
a2ba81daa8 Fix namespacing bugs in localStorage 1.0.4 2014-10-16 11:26:57 -04:00
Matthew Riley MacPherson
9e8840bf28 Merge pull request #276 from ocombe/patch-2
Use the prefix for keys & length in localStorage
2014-10-16 11:21:11 -04:00
Olivier Combe
186d01e8c5 Use the prefix for keys & length in localStorage
Fixes #275
2014-10-16 17:19:32 +02:00
Matthew Riley MacPherson
b73d940c61 Add docs for #273 and bump to version 1.0.3 1.0.3 2014-10-16 10:36:46 -04:00
Thodoris Greasidis
c47a6d8cae feat(localforage): combine setDriver and config 2014-10-16 00:41:43 +03:00
Matthew Riley MacPherson
6613373e87 Test for Samsung/HTC One in an easier way 2014-10-13 19:49:40 -04:00
Nolan Lawson
07265a0d1e Simpler test for outdated IndexedDB spec 2014-10-12 10:45:41 -04:00
Matthew Riley MacPherson
1dccf51ff7 Add iOS 8/Yosemite IndexedDB fix 1.0.2 2014-10-09 16:58:58 -04:00
Matthew Riley MacPherson
5fd6250c79 Merge pull request #271 from mozilla/fix-ios8
Don't use IndexedDB in iOS 8 (fix #254)
2014-10-09 16:47:21 -04:00
Matthew Riley MacPherson
664667c435 Don't use IndexedDB in iOS 8 (fix #254) 2014-10-08 19:07:28 -04:00
Matthew Riley MacPherson
b0c8d12c96 Merge pull request #269 from gyoshev/ie8-tests
Allow tests to run in IE8
2014-10-07 07:30:36 -04:00
Alex Gyoshev
9471c969c8 Fix detection of localStorage in IE8 2014-10-07 13:20:55 +03:00
Alex Gyoshev
bd413fb1f6 Remove unneeded 'text/css' type of stylesheets 2014-10-07 13:20:55 +03:00
Alex Gyoshev
ebaf25bdfd Fix runner to work in IE8 2014-10-07 13:20:55 +03:00
Matthew Riley MacPherson
eb4c5e74b8 Enforce self rule in #261 and #266 2014-10-05 19:51:12 -04:00
Matthew Riley MacPherson
6a9811757a Merge branch 'renameThisToSelf' of https://github.com/thgreasi/localForage into thgreasi-renameThisToSelf 2014-10-05 19:44:31 -04:00
Matthew Riley MacPherson
2d1451858b OCD use four spaces in jshintrc 2014-10-05 19:43:51 -04:00
Thodoris Greasidis
b626a44ecf refactor(localforage): move comment to proper declaration 2014-10-05 23:43:12 +03:00
Thodoris Greasidis
a227c70b9a refactor(src/*): change _this to self wherever possible 2014-10-05 23:41:54 +03:00
Matthew Riley MacPherson
7390862f78 1.0.1: Fix for #246 1.0.1 2014-10-04 15:18:58 -04:00
Matthew Riley MacPherson
712647bff7 Merge pull request #265 from gyoshev/fix-246
Remove only localStorage keys matching prefix.
2014-10-04 15:05:54 -04:00
Alex Gyoshev
7a5e4a25e5 Remove only localStorage keys matching prefix.
Closes #246.
2014-10-04 21:42:35 +03:00
Matthew Riley MacPherson
331a05c97d Merge pull request #262 from thgreasi/patch-1
docs(README): fix setDriver typo
2014-10-02 07:19:18 -04:00