Skip to content

Commit

Permalink
Merge pull request #37 from shanel262/seneca3
Browse files Browse the repository at this point in the history
Version 0.2.4, updated readme and added changelog
  • Loading branch information
mihaidma committed Aug 2, 2016
2 parents 14408b8 + ff3fe06 commit 928fa68
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1,670 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## 0.3.0
- Updated dependencies.
- Support for $load parameter when removing a value.
- Added Node 6 support
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Lead Maintainer: [Blain Smith](https://github.com/blainsmith)
A storage engine that uses [leveldb][] to persist data. It may also be used as an example on how to
implement a storage plugin for Seneca using an underlying key-value store.

- __Version:__ 0.2.3
- __Version:__ 0.3.0
- __Node:__ 0.10, 0.12, 4, 5

seneca-level-store's source can be read in an annotated fashion by,
Expand All @@ -37,7 +37,7 @@ If you are new to Seneca in general, please take a look at [senecajs.org][]. We
tutorials to sample apps to help get you up and running quickly.

### Seneca compatibility
Supports Seneca versions **1.x** and **2.x**
Supports Seneca versions **1.x**, **2.x** and **3.x**

## Install
To install, simply use npm. Remember you will need to install [Seneca.js][] if you haven't already.
Expand Down
Loading

0 comments on commit 928fa68

Please sign in to comment.