Skip to content

Releases: fab1o/node-utility

2.2.0

05 Apr 19:19
Compare
Choose a tag to compare

2.1.0

29 Mar 20:11
Compare
Choose a tag to compare
  • git commands now default to process.cwd()
    • git.pullRequest() now returns the url of a pull request
    • git.pull({ prune }) now receives an option to prune all
  • fs now raccepts cwd and resolves paths, use skip to not resolve
    • fs.copy() and fs.copyAsync() now return {source:String, target:String, copied:Boolean}
    • fs.createFolderPath() now returns folder path

2.0.3

20 Mar 14:36
Compare
Choose a tag to compare
2.0.3

1.9.9

1.8.0

1.6.1

13 Jul 04:11
Compare
Choose a tag to compare
  • Fixed shell

1.6.0

12 Jul 23:57
Compare
Choose a tag to compare
  • Add console.newLine()

1.5.0

12 Jul 23:48
Compare
Choose a tag to compare
  • Fix console.line()

1.4.0

08 Jul 01:37
Compare
Choose a tag to compare
1.4.0

1.3.0

01 Oct 18:09
Compare
Choose a tag to compare
  • Updated fs tools
    • Renamed fs.copyFolder() to fs.copy() because it copies files too
    • Updated fs.copy(source, target, overwrite = false)
      • Added overwrite option, so it overwrites files and folders