1.0.0 (2020-01-23)
0.16.0 (2020-01-15)
0.15.0 (2020-01-10)
- allow writing starting at offset beyond file length (#71) (68bd372), closes #53
- fix formatting of mode and optional mtimes (#70) (5747297)
- remove format and/or codec options (#69) (009fb98), closes #67
- returns cid of flushed path (#72) (d331b35), closes #50
--format
and/or--codec
option has been removed from the CLI, the HTTP API and the core API.
0.14.0 (2020-01-09)
0.13.2 (2019-11-22)
- response for empty dir when ?stream=true (14d53ce), closes /github.com/ipfs/interface-js-ipfs-core/blob/c766dbff654fd259f7094070ee71858091898750/src/files-mfs/ls.js#L106-L112
0.13.1 (2019-08-29)
- export MFS root key (265eee5), closes /github.com/ipfs/js-ipfs/pull/2022/files#r303383848
0.13.0 (2019-08-05)
- update to newest IPLD libraries (c21e032)
0.12.0 (2019-07-18)
0.11.7 (2019-07-12)
0.11.6 (2019-07-12)
0.11.5 (2019-06-12)
0.11.4 (2019-05-24)
0.11.3 (2019-05-24)
0.11.2 (2019-05-20)
0.11.1 (2019-05-20)
0.11.0 (2019-05-18)
-
- Everything is now async/await
- No more callbacks, Readable Streams or Pull Streams
stat
andls
commands returncid
objects instead of string hashesstat
andls
commands return all fields,hash
,long
etc options are now ignored
-
chore: standardise error codes, use latest cids and ipld formats
-
chore: update importer and exporter
-
chore: update importer again
-
chore: update deps
0.10.4 (2019-04-08)
0.10.3 (2019-03-26)
0.10.2 (2019-03-18)
0.10.1 (2019-03-18)
- correct hamt structure when modifying deep sub-shards (#46) (c08a42f), closes #45
- expect dir size without protobuf (ba5b9dc)
0.10.0 (2019-03-18)
- expect dir size without protobuf (d2ab171)
0.9.2 (2019-02-19)
- validate and coerce count param for read in HTTP API (73dc2fc)
0.9.1 (2019-01-31)
0.9.0 (2019-01-31)
- parser does not end until file data is consumed (af4d6f7)
0.8.2 (2019-01-16)
0.8.1 (2019-01-04)
- initialise progress as noop (2a8cf65)
0.8.0 (2018-12-04)
- add streaming option to http (d832277)
0.7.7 (2018-12-04)
- flush should error on non-existent entries (dbe7089)
0.7.6 (2018-12-04)
- push sorting out of core (4ce16b7)
0.7.5 (2018-12-04)
- fix regex for splitting files (a8142d3)
0.7.4 (2018-12-03)
0.7.3 (2018-12-02)
- add missing dependency (cc7d708)
0.7.2 (2018-12-01)
- handle sub-sub shards properly (9302f01)
- make sure hashes are the same after shard changes (b2fbd5d)
0.7.1 (2018-11-29)
- do not load a node when we only want the hash or size (a029c7e)
0.7.0 (2018-11-28)
- adds ls streaming methods (1b07f58), closes ipfs/interface-ipfs-core#401
- do not list directory contents when statting files (d16a4e4)
0.6.0 (2018-11-28)
- support sharded directories (e1c7308)
0.5.2 (2018-11-16)
0.5.1 (2018-11-16)
- allow write and mkdir with different hash algs and cid versions (0a12b3e)
0.5.0 (2018-11-12)
- updates ipld-dag-pb dep to version without .cid properties (fa9029d), closes ipld/js-ipld-dag-pb#99 #24
- use ipfs.add instead of files.add (6aa245f)
0.4.2 (2018-10-24)
0.4.1 (2018-10-01)
- simplify write command (710a2d6)
0.4.0 (2018-09-28)
- allow for graceful release with datastore-level (64ff6a1)
- avoid creating a cid with a null result (59bcf3c)
- update database not found error (62212c4)
- update read cli to use returned pull stream (62cf0cd)
0.3.2 (2018-08-23)
0.3.1 (2018-08-20)
- make error messages consistent with go for interop tests (08f60c3)
0.3.0 (2018-08-09)
- write files to repo outside of write lock (63940b4)
0.2.5 (2018-08-02)
- removes extra sort added to ensure go compatibility (c211941), closes ipfs/go-ipfs#5181
0.2.4 (2018-07-31)
- prevent returning from http write command early (1018e7d)
0.2.3 (2018-07-26)
0.2.2 (2018-07-20)
0.2.1 (2018-07-20)
0.2.0 (2018-07-19)
0.1.1 (2018-07-19)
- adds --cid-base argument to stringify cids in different bases (5ee75a6)
- support --raw-leaves (61f77dc)
0.1.0 (2018-07-13)
0.0.17 (2018-07-13)
0.0.16 (2018-07-10)
- handle copying files onto each other (749b7a2)
0.0.15 (2018-07-10)
- refuse to read directories (1a81d66)
0.0.14 (2018-07-05)
0.0.13 (2018-07-04)
0.0.12 (2018-07-04)
0.0.11 (2018-07-03)
0.0.10 (2018-07-03)
0.0.9 (2018-07-03)
0.0.8 (2018-07-02)
0.0.7 (2018-06-29)
0.0.6 (2018-06-27)
0.0.5 (2018-06-27)
0.0.4 (2018-06-14)
0.0.3 (2018-06-13)
0.0.2 (2018-06-12)
- added mv command (1577094)
- adds rm command (682c478)
- allow for truncating files (c515184)
- basic mfs.write command (ccecb1b)
- copy directories (cb0135c)
- Happy path mfs.write command (2ea064b)
- implement streaming mfs.read methods (3e5620b)
- integrate with jsipfs cli (79981d8)
- mfs ls and mkdir commands (bad24b3)
- More stat tests (d4fc07e)
- most of the cp command (5d189a6)
- Replacing chunks of files that do not increase the size of the file (77b5c32)
- simple mfs.read command (035fde5)
- Stat command working on directories (4671b2e)
Initial release. No features but also no bugs.