This commit is contained in:
2026-05-15 22:10:57 +03:00
parent 8c8be1ff89
commit 656756ca1f
2 changed files with 22 additions and 44 deletions

View File

@@ -1,51 +1,29 @@
0.1.6 ## v0.2.0 (2026-05-15)
-----
* Android: fix build result apk path
0.1.5 ### Feat
-----
* Haxe: default version 4.0.5
0.1.4 - **ruffle**: add alternative ruffle flash target runner
-----
* Config: android extensions params
0.1.3 ## 0.1.9 (2021-05-24)
-----
* Android: installed packages list
* Haxe: buildDir static property
0.1.2 ### Feat
-----
* Haxe: move build dir from tmp to project dir
0.1.1 - **android**: up android sdk version
-----
* Android sign apk (config.key.store and config.key.pass params)
0.1.0 ## 0.1.8 (2020-03-30)
------
* Android build
* Windows build
* Windows innosetup packer
0.0.18 ## 0.1.7 (2020-03-25)
------
* Add meta.fps project param
0.0.12 ## 0.1.6 (2020-02-19)
-----
* Openfl android platform support
* Android sdk module
0.0.11 ## 0.1.5 (2020-02-18)
------
* Added Neko module
* FlashPlayer output with stream
* Verbose output mode (--verbose)
0.0.10 ## 0.1.0 (2019-09-03)
------
* Windows compatibility ## 0.0.18 (2019-05-20)
* Change FlashPlayer download link
* Use 'fs-extra' without 'mkdirp' and 'rmdir' ## 0.0.17 (2019-03-28)
## 0.0.16 (2019-03-14)
## 0.0.15 (2019-03-14)

View File

@@ -1,6 +1,6 @@
{ {
"name": "gulp-haxetool", "name": "gulp-haxetool",
"version": "0.1.9", "version": "0.2.0",
"description": "HaXe Tool for Gulp", "description": "HaXe Tool for Gulp",
"main": "index.js", "main": "index.js",
"dependencies": { "dependencies": {
@@ -35,7 +35,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+ssh://git@bitbucket.org/shmyga/gulp-haxetool.git" "url": "https://git.shmyga.ru/InfernalGames/gulp-haxetool.git"
}, },
"keywords": [ "keywords": [
"gulp", "gulp",
@@ -43,5 +43,5 @@
], ],
"author": "shmyga", "author": "shmyga",
"license": "ISC", "license": "ISC",
"homepage": "https://bitbucket.org/shmyga/gulp-haxetool#readme" "homepage": "https://git.shmyga.ru/InfernalGames/gulp-haxetool#readme"
} }