All Versions
7
Latest Version
Avg Release Cycle
216 days
Latest Release
1312 days ago

Changelog History

  • v1.2.0 Changes

    August 25, 2020

    ๐Ÿ”„ Changes

    • #30 Switchup - Vec with slice
    • 0๏ธโƒฃ #21 Impl Default trait for options types
    • #14 Developed by new option "content only"
  • v1.1.0 Changes

    January 04, 2018

    ๐Ÿš€ Release new functionals

    • #5 Copy like cp -r in Unix.
      For this functionality use copy_inside option of CopyOptions
    • #7 Read directory by levels.
      For manage read levels use depth option of DirOptions
    • #9 Copy by levels.
      This opportunity work only for copy operations. Use depth option of CopyOptions
  • v1.0.0 Changes

    March 08, 2017

    Possible change decision at runtime process.

    Look migration guide for more details.

  • v0.3.1 Changes

    March 05, 2017

    ๐Ÿ›  Fixed problem with additional rights for some files.

  • v0.3.0 Changes

    March 02, 2017
    1. New API
      • extra::dir::get_details_entry
      • extra::dir::ls
    2. Optimization fs_extra::dir::get_size
  • v0.2 Changes

    February 09, 2017
    1. Added new function:
      • fs_extra::dir::get_dir_content
      • fs_extra::dir::get_size
      • fs_extra::copy_items
      • fs_extra::copy_items_with_progress
      • fs_extra::move_items
      • fs_extra::move_items_with_progress
      • fs_extra::remove_items ๐Ÿ›  2. fixed some bugs with skip_exist options
  • v0.1 Changes

    February 08, 2017

    ๐Ÿš€ First release