19 Commits

Author SHA1 Message Date
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
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
07953672f5 add more types to function parameters and return type 2016-01-19 16:44:46 +08: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
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
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
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