Skip to content

NativeScript for iOS version 1.1.0

Compare
Choose a tag to compare
@fealebenpae fealebenpae released this 17 Jul 07:39
· 1799 commits to release since this release
  • NativeScript for iOS is now built using CMake
  • The runtime is now distributed as a static library and a Cocoa Framework
  • The NativeScript CLI iOS template project now strips non-device architectures from embedded frameworks
  • API Metadata now includes information about Clang modules
  • You can now require paths with .js extension
  • NativeScript apps for iOS no longer ship with a WebSocket server for debugging, but rely on a plain TCP socket instead
  • Fixed issue where invoking an Objective-C class cluster as a JavaScript constructor with new would cause memory leaks
  • Fixed issue where an inspector frontend connecting to the same app multiple times in a single session would not display sources
  • Accessing JavaScript from multiple threads is properly synchronized