4f39fb728b
chore: update tslint rules ( #7391 )
2019-06-26 15:13:48 +03:00
ecd9fc3e9d
feat: bundle workflow support ( #7337 )
2019-06-20 15:58:36 +03:00
a2ef6cbb4b
refact(utils): Check current thread and dispatch only if needed
2019-05-08 17:52:00 +03:00
c60f74d4eb
fix(devtools-ios): Ensure UI modifications run on main thread
...
Modifications to the UI can only be made from the main thread.
Since {N} 5.3.0 all debugger protocol messages are processed
by the worker thread that receives them in iOS.
refs #7219 , https://github.com/NativeScript/ios-runtime/pull/1101
2019-05-08 17:52:00 +03:00
8b4a9b3c6b
feat: Provide API to release the native object wrapped by a JS one ( #6873 )
...
* Add `releaseNativeObject` function in `utils`
* Add tests
* Add typings for the global `__releaseNativeCounterpart` functions
provided by Android and iOS runtimes
refs https://github.com/NativeScript/ios-runtime/issues/1062 and https://github.com/NativeScript/android-runtime/issues/1254
2019-02-08 10:42:51 +02:00