Skip to content

[0.5.0] - 2018-05-01

Compare
Choose a tag to compare
@acant acant released this 31 May 16:23
· 50 commits to master since this release

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.