Skip to content

Commit

Permalink
version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaidma committed Aug 9, 2016
1 parent 32cf503 commit cffbc5c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
17 changes: 15 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.5.1 2016-08-04
#### 0.5.1 - 2016-08-04

* Updated dependencies to be like the Seneca ones
* Updated dependencies

#### 0.4.0 - 2015-11-25

* The memory store follows the specification of seneca stores
* Linted the codebase to folow the seneca styleguide

#### 0.3.1 - 2015-06-16

* Export action responds with object: {json: "..."}

#### 0.3.0 - 2015-06-16

* cmd:import/export no longer uses filesystem, just accepts/provides JSON string. Prep for Seneca 0.6.2.
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ the underlying Seneca plugin actions required for data persistence.

___This plugin is included with the main seneca module by default.___

- __Node:__ 0.10, 0.12, 4, 5
- __Node:__ 0.10, 0.12, 4, 5, 6

seneca-mem-store's source can be read in an annotated fashion by,

Expand All @@ -41,7 +41,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**, **2.x** and **3.x**
Supports Seneca versions **1.x** - **3.x**

## Install
This plugin module is included in the main Seneca module.
Expand Down Expand Up @@ -121,18 +121,6 @@ Note: you can use `sort$`, `limit$`, `skip$` and `fields$` together.
### Native Driver
This store is an in memory store and as such does not require the need of a native driver.

## Releases

#### 0.4.0 - 2015-11-25
- the memory store follows the specification of seneca stores
- linted the codebase to folow the seneca styleguide

#### 0.3.1 - 2015-06-16
- export action responds with object: {json: "..."}

#### 0.3.0 - 2015-06-16
- cmd:import/export no longer uses filesystem, just accepts/provides JSON string. Prep for Seneca 0.6.2.

## Contributing
The [Senecajs org][] encourages open participation. If you feel you can help in any way, be it with
documentation, examples, extra testing, or new features please get in touch.
Expand Down

0 comments on commit cffbc5c

Please sign in to comment.