Skip to content

v0.1.0

Compare
Choose a tag to compare
@progrium progrium released this 06 Apr 01:15
· 138 commits to main since this release
c4bbe13

API Additions

  • core.NSData got Length, Bytes (@flexzuu)
  • core.NSArray got NSArray_WithObjects, Count, ObjectAtIndex, Strings (@flexzuu)
  • cocoa.NSPasteboard added with SetStringForType, StringForType, DataForType, Types, AvailableTypeFromArray (@flexzuu)
  • cocoa.NSWindow got SetHasShadow, HasShadow, OrderOut, OrderFront, OrderBack
  • cocoa.NSTextView got SetTextColor (@tmc)
  • cocoa.NSScreen got NSScreen_Screens (@tmc)

API Removals

  • Removed exported class reference variables (NSApplication_, NSMenu_, NSWindow_, etc)

Package Removals

  • Removed misc/bundle package
  • Removed bridge package and bridgehost example (moved to new repo)