v0.8.6
- Experimental: Automatically collect all dependent JS files when exporting (include JS source files in
node_modules
) - Experimental: Add code doc helper annotations (
@deprecated @experimental @help
) - Experimental: Add
Android
andiOS
build support (not fully tested) - Fixed: tsc doesn't emit JS with relative path of TS source (explicitly define
rootDir='./'
intsconfig.json
now)