From 331d687f661e15fed99f31186130652e0054fa8c Mon Sep 17 00:00:00 2001 From: shmyga Date: Mon, 7 May 2018 17:02:16 +0300 Subject: [PATCH] up version to 0.0.11 --- CHANGELOG.md | 13 +++++++++++++ README.md | 2 +- example/package.json | 2 +- haxetool/haxe.js | 2 +- package.json | 2 +- 5 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5c8d60b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +0.0.11 +------ + +* Added Neko module +* FlashPlayer output with stream +* Verbose output mode (--verbose) + +0.0.10 +------ + +* Windows compatibility +* Change FlashPlayer download link +* Use 'fs-extra' without 'mkdirp' and 'rmdir' \ No newline at end of file diff --git a/README.md b/README.md index ee7dadd..d2f8db4 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ eg: ```gulp app:flash:build``` "devDependencies": { "gulp": "^4.0.0", "gulp-clean": "^0.4.0", - "gulp-haxetool": "^0.0.10" + "gulp-haxetool": "^0.0.11" }, "haxeDependencies": { "lime": "6.0.1", diff --git a/example/package.json b/example/package.json index 69b91cb..4f2ee31 100644 --- a/example/package.json +++ b/example/package.json @@ -4,7 +4,7 @@ "devDependencies": { "gulp": "^4.0.0", "gulp-clean": "^0.4.0", - "gulp-haxetool": "^0.0.10" + "gulp-haxetool": "^0.0.11" }, "haxeDependencies": { "lime": "6.0.1", diff --git a/haxetool/haxe.js b/haxetool/haxe.js index a336978..45500f1 100755 --- a/haxetool/haxe.js +++ b/haxetool/haxe.js @@ -132,7 +132,7 @@ class Haxe extends Sdk { this.activate(); let promise = this.haxelib(['setup', path.join(this.path, 'lib')]); const next = (args) => () => { - this.log.i('_haxelib_ _install_ *%s*', args[1]); + this.log.i('_haxelib_ _install_ *%s:%s*', args[1], args[2]); return this.haxelib(args); }; diff --git a/package.json b/package.json index a6d15c9..945c860 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gulp-haxetool", - "version": "0.0.10", + "version": "0.0.11", "description": "HaXe Tool for Gulp", "main": "index.js", "dependencies": {