Skip to content

Commit

Permalink
Update version and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PhiLhoSoft committed May 31, 2016
1 parent 2a63140 commit fcbba23
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 140 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# RxNodeFS v. 0.2.0
# RxNodeFS v. 0.2.1

Library to wrap Node.js' FS library (filesystem) in RxJS' Observables.
Currently only wrap directory reading (with optional recursion) and file reading.

The [RxNodeFS](https://PhiLhoSoft.GitHub.io/) library exported as [Node.js](https://nodejs.org/) module.

Expand All @@ -13,3 +16,8 @@ $ npm i --save RxNodeFS
## TODO

Describe how it works...

Meanwhile, see the JSDoc of the library, it is quite detailed.

Also see the test file TestRxNodeFS, and the example CheckLocalConsistency: this one is actually the primary reason this library exists, as I didn't want to cumulate callbacks on successive file reading...

138 changes: 0 additions & 138 deletions examples/RxCustomObservable.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "RxNodeFS",
"version": "0.2.1",
"description": "Library",
"description": "Library to wrap Node.js' FS library (filesystem) in RxJS' Observables",
"author": "PhiLho <PhiLho(a)GMX.net>",
"license": "Zlib",
"private": true,
Expand Down

0 comments on commit fcbba23

Please sign in to comment.