Skip to content

0.1 Preview (May 24, 2015)

Pre-release
Pre-release
Compare
Choose a tag to compare
@ashvarma ashvarma released this 25 May 17:15
· 1692 commits to master since this release
  • Beginning with this week’s release, WinObjC has been refactored to move off fibers and run the iOS main run loop and UI tasks collaboratively on the application’s primary ASTA (UI) thread. For more information about this change, please see issue #516.
  • Added projections for Windows.Media.Playlists UWP APIs
  • Enabled basic PLM plumbing
  • KVO updates
    • Added support for manual to-many relationship KVO notifications
    • Added to-many relationship notifications to slow-path mutableArrayValueForKey: arrays
    • Added support for automatic KVO notifications on to-many collections
  • Foundation updates
    • NSNumber bug fixes
    • Implemented NSCache as a basic LRU cache with cost tracking