This repository was archived by the owner on Mar 10, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" 0.0.2 " ></a >
2
+ ## [ 0.0.2] ( https://github.com/ipfs/js-ipfs-mfs/compare/v0.0.1...v0.0.2 ) (2018-06-12)
3
+
4
+
5
+ ### Features
6
+
7
+ * added mv command ([ 1577094] ( https://github.com/ipfs/js-ipfs-mfs/commit/1577094 ) )
8
+ * adds rm command ([ 682c478] ( https://github.com/ipfs/js-ipfs-mfs/commit/682c478 ) )
9
+ * allow for truncating files ([ c515184] ( https://github.com/ipfs/js-ipfs-mfs/commit/c515184 ) )
10
+ * basic mfs.write command ([ ccecb1b] ( https://github.com/ipfs/js-ipfs-mfs/commit/ccecb1b ) )
11
+ * copy directories ([ cb0135c] ( https://github.com/ipfs/js-ipfs-mfs/commit/cb0135c ) )
12
+ * Happy path mfs.write command ([ 2ea064b] ( https://github.com/ipfs/js-ipfs-mfs/commit/2ea064b ) )
13
+ * implement streaming mfs.read methods ([ 3e5620b] ( https://github.com/ipfs/js-ipfs-mfs/commit/3e5620b ) )
14
+ * integrate with jsipfs cli ([ 79981d8] ( https://github.com/ipfs/js-ipfs-mfs/commit/79981d8 ) )
15
+ * mfs ls and mkdir commands ([ bad24b3] ( https://github.com/ipfs/js-ipfs-mfs/commit/bad24b3 ) )
16
+ * More stat tests ([ d4fc07e] ( https://github.com/ipfs/js-ipfs-mfs/commit/d4fc07e ) )
17
+ * most of the cp command ([ 5d189a6] ( https://github.com/ipfs/js-ipfs-mfs/commit/5d189a6 ) )
18
+ * Replacing chunks of files that do not increase the size of the file ([ 77b5c32] ( https://github.com/ipfs/js-ipfs-mfs/commit/77b5c32 ) )
19
+ * simple mfs.read command ([ 035fde5] ( https://github.com/ipfs/js-ipfs-mfs/commit/035fde5 ) )
20
+ * Stat command working on directories ([ 4671b2e] ( https://github.com/ipfs/js-ipfs-mfs/commit/4671b2e ) )
21
+
22
+
23
+
1
24
2
25
3
26
<a name =" 0.0.1 " ></a >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-mfs" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.0.2 " ,
4
4
"description" : " JavaScript implementation of the IPFS Mutable File System" ,
5
5
"leadMaintainer" : " Alex Potsides <alex.potsides@protocol.ai>" ,
6
6
"main" : " src/index.js" ,
You can’t perform that action at this time.
0 commit comments