Skip to content

Commit f489bc3

Browse files
committed
released 1.0.2
findOne supported sort option
1 parent d86fab8 commit f489bc3

4 files changed

Lines changed: 20 additions & 8 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ MongoDB-like API for HTML5 Storage (localStorage and sessionStorage)
99
1010
## Features
1111

12-
- MongoDB-like API design
12+
- MongoDB-like API
1313
- Lightweight, only ***3KB*** (minified and gzipped)
1414
- No dependencies
1515
- Easy configuration

lib/storagedb.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "storagedb2",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "MongoDB-like API for HTML5 Storage (localStorage and sessionStorage)",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)