sugar_utils v0.5.0 Release Notes

Release Date: 2019-05-31 // almost 5 years ago
  • ๐Ÿ”„ Changed

    • bring back :perm as option to set the permissions in SugarUtils::File.write and SugarUtils::File.touch methods
    • ๐Ÿ—„ :mode option in SugarUtils::File.write is now to be used for setting the file mode (e.g. read/write, append, etc). It can still be used for setting the permissions if it is an integer value for backwards compatibility purposes, but this usage has been deprecated.