rust-ipfs/unixfs/CHANGELOG.md

17 lines
515 B
Markdown
Raw Normal View History

2020-06-24 10:38:19 +03:00
# Next
2020-07-03 11:58:33 +03:00
* Initial facilities for building File trees [#220]
2020-06-24 10:38:19 +03:00
* Hide `ipfs_unixfs::file::reader` to hide non-exported type on pub fn [#203]
[#203]: https://github.com/rs-ipfs/rust-ipfs/pull/203
2020-07-03 11:58:33 +03:00
[#220]: https://github.com/rs-ipfs/rust-ipfs/pull/220
2020-06-24 10:38:19 +03:00
2020-06-18 20:09:12 +03:00
# 0.0.1
Initial release.
* `ipfs_unixfs::walk::Walker` for walking directories, files and symlinks
* `ipfs_unixfs::resolve` for resoving a single named link over directories
(plain or HAMT sharded)
* `ipfs_unixfs::file::visit::FileVisit` lower level file visitor