Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-03-14 05:36:43 +03:00
parent f2206e7c15
commit 61e0ae2f33

View File

@ -16,11 +16,11 @@ var core = require('features/core')
/*********************************************************************/ /*********************************************************************/
// XXX TODO: // XXX TODO:
// - key syntax (path) // - key syntax (path) (DONE)
// <store>:<path> // <store>:<path>
// - path variables // - path variables
// $VAR or ${VAR} // $VAR or ${VAR}
// - ability to store/load only a specific key from a specific store // - ability to store/load only a specific key from a specific store (DONE)
// Q: path patterns?? // Q: path patterns??
// localstorage:* - save/load everything on localstorage // localstorage:* - save/load everything on localstorage
// *:config - save load config from all stores... // *:config - save load config from all stores...