0.2.0
This commit is contained in:
60
CHANGELOG.md
60
CHANGELOG.md
@@ -1,51 +1,29 @@
|
||||
0.1.6
|
||||
-----
|
||||
* Android: fix build result apk path
|
||||
## v0.2.0 (2026-05-15)
|
||||
|
||||
0.1.5
|
||||
-----
|
||||
* Haxe: default version 4.0.5
|
||||
### Feat
|
||||
|
||||
0.1.4
|
||||
-----
|
||||
* Config: android extensions params
|
||||
- **ruffle**: add alternative ruffle flash target runner
|
||||
|
||||
0.1.3
|
||||
-----
|
||||
* Android: installed packages list
|
||||
* Haxe: buildDir static property
|
||||
## 0.1.9 (2021-05-24)
|
||||
|
||||
0.1.2
|
||||
-----
|
||||
* Haxe: move build dir from tmp to project dir
|
||||
### Feat
|
||||
|
||||
0.1.1
|
||||
-----
|
||||
* Android sign apk (config.key.store and config.key.pass params)
|
||||
- **android**: up android sdk version
|
||||
|
||||
0.1.0
|
||||
------
|
||||
* Android build
|
||||
* Windows build
|
||||
* Windows innosetup packer
|
||||
## 0.1.8 (2020-03-30)
|
||||
|
||||
0.0.18
|
||||
------
|
||||
* Add meta.fps project param
|
||||
## 0.1.7 (2020-03-25)
|
||||
|
||||
0.0.12
|
||||
-----
|
||||
* Openfl android platform support
|
||||
* Android sdk module
|
||||
## 0.1.6 (2020-02-19)
|
||||
|
||||
0.0.11
|
||||
------
|
||||
* Added Neko module
|
||||
* FlashPlayer output with stream
|
||||
* Verbose output mode (--verbose)
|
||||
## 0.1.5 (2020-02-18)
|
||||
|
||||
0.0.10
|
||||
------
|
||||
* Windows compatibility
|
||||
* Change FlashPlayer download link
|
||||
* Use 'fs-extra' without 'mkdirp' and 'rmdir'
|
||||
## 0.1.0 (2019-09-03)
|
||||
|
||||
## 0.0.18 (2019-05-20)
|
||||
|
||||
## 0.0.17 (2019-03-28)
|
||||
|
||||
## 0.0.16 (2019-03-14)
|
||||
|
||||
## 0.0.15 (2019-03-14)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gulp-haxetool",
|
||||
"version": "0.1.9",
|
||||
"version": "0.2.0",
|
||||
"description": "HaXe Tool for Gulp",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
@@ -35,7 +35,7 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@bitbucket.org/shmyga/gulp-haxetool.git"
|
||||
"url": "https://git.shmyga.ru/InfernalGames/gulp-haxetool.git"
|
||||
},
|
||||
"keywords": [
|
||||
"gulp",
|
||||
@@ -43,5 +43,5 @@
|
||||
],
|
||||
"author": "shmyga",
|
||||
"license": "ISC",
|
||||
"homepage": "https://bitbucket.org/shmyga/gulp-haxetool#readme"
|
||||
"homepage": "https://git.shmyga.ru/InfernalGames/gulp-haxetool#readme"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user