Skip to content

Releases: fab1o/node-utility

2.4.1

30 Aug 14:02
Compare
Choose a tag to compare

2.3.2

26 Aug 23:49
Compare
Choose a tag to compare
  • Update git.pullRequest() to check if a PR already exists for a branch before creating a new one
  • Fixed issue with git.checkout() where it would not return correct boolean.

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()