Skip to content

Releases: webdesus/fs_extra

Version 1.3.0

03 Feb 18:13
Compare
Choose a tag to compare

Changes

  • aaa4bff Translation of the code base on 2018 edition
  • #38 Remove trailing semicolon from err! macro
  • #51 Add builder style methods for CopyOptions
  • #59 dir::get_size returns wrong size for symlinks

Version 1.2.0

25 Aug 08:19
Compare
Choose a tag to compare

Changes

  • #30 Switchup - Vec with slice
  • #21 Impl Default trait for options types
  • #14 Developed by new option "content only"

Version 1.1.0

04 Jan 11:21
Compare
Choose a tag to compare

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

Version 1.0.0

08 Mar 17:55
Compare
Choose a tag to compare

Possible change decision at runtime process.

Look migration guide for more details.

Version 0.3.1

05 Mar 10:55
Compare
Choose a tag to compare

Fixed problem with additional rights for some files.

Version 0.3.0

02 Mar 13:51
Compare
Choose a tag to compare
  1. New API
    • extra::dir::get_details_entry
    • extra::dir::ls
  2. Optimization fs_extra::dir::get_size

Version 0.2.0

09 Feb 16:06
Compare
Choose a tag to compare
  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

First release

08 Feb 10:59
Compare
Choose a tag to compare

First release