rust-ipfs/unixfs/CHANGELOG.md
Joonas Koivunen 8b7011f638 chore(unixfs): clippies
this includes a change on making `unixfs::InvalidCidInLink` properly
`#[non_exhaustive]` instead of using the hidden field trick. it probably
isn't a breaking change, but then again requires a more recent rustc,
which sort of makes it a breaking change.
2022-01-31 12:10:00 +02:00

1.7 KiB

Next

  • Document panic introduced in walker ergonomics #435
  • #[non_exhaustive] on unixfs::InvalidCidInLink error #480

0.2.0

Minor version bump due to ipfs 0.2.0 release.

  • Clippy future-proofing #316
  • Use core and alloc crates instead of std #331
  • crate::dagpb::wrap_node_data, part of #332
  • minor doc fix for crate::dir::ResolveError::UnexpectedType, part of #332

0.1.0

Minor version bump due to many new features and broken API.

  • Initial facilities for building File trees #220
  • Hide ipfs_unixfs::file::reader to hide non-exported type on pub fn #203
  • More ergonomic ipfs_unixfs::walk::Walker #269, #272, #294
  • Update filetime dependency #278
  • Directory tree building #284
  • Symlink block serialization #302

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