36 Commits

Author SHA1 Message Date
5dddce3898 docs(localStorage): add more docs 2016-05-03 10:36:35 -04:00
dca6540098 docs(localStorage): update docs to use correct types
References https://github.com/driftyco/ionic-site/issues/546
2016-04-15 14:22:45 -04:00
6f3b9bef82 style(tslint): tslint updates 2016-04-06 21:28:52 -05:00
d45ad29220 fixes regression in my: refactor(Storage) PR.
StorageSql engine's get() method must not return the item but the value of the item.
2016-03-15 17:03:04 +01:00
6e7cc974e6 feat(storage): clear() removes all entries in the storage engine 2016-03-15 14:57:23 +01:00
51dd628cd1 refactor(storage): reuse more code + cosmetic changes + more ts types 2016-03-15 14:55:56 +01:00
f7c8658993 docs(sqlStorage): string error in query example 2016-02-23 13:44:35 -03:00
c883a2ae91 chore(): update Ionic imports in tests 2016-02-22 17:45:17 -06:00
9e34235abb Corrected documented signature for remove() method
Documentation claimed the remove() method took two parameters: key and value, whereas in reality it only takes one: the key to be removed, as one would expect.
2016-02-09 15:53:07 +02:00
893009a603 remove the error throwing in storage engine constructor 2016-01-22 13:54:25 +08:00
6da7762139 v2: feat(Storage): adds setJson() method 2016-01-20 14:35:22 +01:00
2f9dd60ada Merge branch 'manucorporat-storage-getjson' into 2.0 2016-01-20 07:21:21 -06:00
c3ab951056 fix(storage): throw json parse errors 2016-01-20 07:20:37 -06:00
2885ceb1b6 mark parameters optional 2016-01-20 12:15:46 +08:00
07953672f5 add more types to function parameters and return type 2016-01-19 16:44:46 +08:00
d7db59edf1 fix(Storage): getJson() implementation 2016-01-18 15:01:27 +01:00
44cbbd286b chore(): fix typescript errors 2016-01-11 21:10:19 -06:00
b79d6cc8ea refactor(util): use Object.assign polyfill 2016-01-11 11:17:58 -06:00
57e38aaf36 chore(): fix typescript errors 2016-01-10 13:38:47 -06:00
60e402185f fix(sqlstorage): empty array not ..params. Fixes #770 2015-12-17 13:58:06 -06:00
a8a88649c2 docs(): LocalStorage 2015-12-16 15:52:44 -05:00
4846a0b1d2 fix import path 2015-12-10 16:39:56 -06:00
0270be3305 fix blocking TS errors 2015-12-10 16:39:56 -06:00
15f0299816 docs(localStorage): add demo link 2015-12-08 16:31:38 -06:00
9285e4fbd0 merge conflicts 2015-12-04 15:39:42 -05:00
f1d8d5fc14 docs() 2015-12-04 15:20:02 -05:00
fa295f9bbe fix(storage): bad defaults in options. Fixes #647 2015-12-04 12:52:00 -06:00
7db1deddf7 Fixed comment 2015-11-23 21:36:09 -06:00
3df0e0fddc fix(storage): wrong default order. #587 2015-11-19 23:17:59 -06:00
f020027147 Merge pull request #523 from joelbraga/fix-sqlstorage
<fix>(SqlStorage): Fix typo in tx variable name
2015-11-18 12:18:11 -06:00
85db372789 <fix>(storage): fix query function arguments 2015-11-14 22:49:48 +00:00
e580f07218 <fix>(SqlStorage): Fix typo in variable name 2015-11-14 22:41:15 +00:00
7d68d07d0c Fix: SqlStorage _getBackupLocation method argument
_getBackupLocation(dbOptions.backupFlag) instead _getBackupLocation(dbOptions)
2015-10-31 17:05:45 +03:00
a1de6e1070 Storage fixes 2015-09-29 18:38:55 -05:00
cc6a9186d2 SQL STorage docs 2015-09-28 14:31:53 -05:00
cfa906dfde chore(platform): move plugins to platform 2015-09-23 11:57:07 -05:00