update jquery support on sdk

This commit is contained in:
lxsang 2021-05-11 17:23:05 +02:00
parent 05200557be
commit 6102532c64
6 changed files with 5 additions and 3 deletions

View File

@ -2,6 +2,7 @@
AntOSDK: development API for AntOS based applications/projects
## Change logs
- 0.0.8: Update JQuery support in typescript
- 0.0.7: enable typescript downlevelIteration compile option
- 0.0.6: add GUI application for building a JSON build file
- 0.0.5: add API that supports running Linux commands on server

View File

@ -2,6 +2,7 @@
AntOSDK: development API for AntOS based applications/projects
## Change logs
- 0.0.8: Update JQuery support in typescript
- 0.0.7: enable typescript downlevelIteration compile option
- 0.0.6: add GUI application for building a JSON build file
- 0.0.5: add API that supports running Linux commands on server

View File

@ -7,7 +7,7 @@
"author": "Xuan Sang LE",
"email": "mrsang@iohub.dev"
},
"version": "0.0.7-a",
"version": "0.0.8-a",
"category": "Development",
"iconclass": "fa fa-cog",
"mimes": [

View File

@ -7,7 +7,7 @@
"author": "Xuan Sang LE",
"email": "mrsang@iohub.dev"
},
"version": "0.0.7-a",
"version": "0.0.8-a",
"category": "Development",
"iconclass": "fa fa-cog",
"mimes": [

View File

@ -195,7 +195,7 @@
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/libantosdk/README.md",
"category": "Development",
"author": "Xuan Sang LE",
"version": "0.0.7-a",
"version": "0.0.8-a",
"dependencies": [],
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/libantosdk/build/release/libantosdk.zip"
},