Skip to content

0.4.0

Compare
Choose a tag to compare
@johnfairh johnfairh released this 20 Apr 12:27
· 189 commits to main since this release
Breaking
  • Now requires Swift 4.1 (conditional conformances!).
  • Replace RbObject's deprecated CustomPlaygroundQuickLookable conformance with
    CustomPlaygroundDisplayConvertible.
Enhancements
  • Add conditional Array RbObjectConvertible conformance.
  • Add conditional Dictionary RbObjectConvertible conformance.
  • Add RbThread utilities and write up rules for multithreading.
  • Add conditional Range family RbObjectConvertible conformance.
  • Add RbObjectCollection to use Swift collection protocols with Ruby.
  • Allow Swift nil literal in argument positions to mean Ruby nil.