Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom committed Jan 21, 2021
1 parent b365150 commit c441811
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.4.0

## Added

- Allowed chaining multiple property accessors in one `.get()` e.g. `.get("a.b")`.
- Error handling after running `.value()` after chaining multiple `.get()` of non-existant properties.

# 0.3.1

## Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stormdb",
"version": "0.3.1",
"version": "0.4.0",
"description": "StormDB is a tiny, lightweight, 0 dependency, easy-to-use JSON-based database for NodeJS, the browser or Electron.",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit c441811

Please sign in to comment.