0.11.0 (2024-10-07)
✨ Features
- Add old-architecture support!! 🔥 (#175) (dc8f866)
- Make Nitro itself a Nitro Module (#175) (dc8f866)
- Set up Inheritance tests (#172) (f5d90a7)
- Support
HybridObject
s inheritance!! 🎉 (#170) (66bae8c) - Support Inheritance in Kotlin 🎉 (#173) (aeada5d)
- Support inheritance in Swift 🎉 (#171) (1fa9691)
💨 Performance Improvements
- Inline
hybridContext
andmemorySize
(#178) (c66f2e5) - Mark all
protocol
s asAnyObject
, since they're always classes (#176) (0d06c78)
🐛 Bug Fixes
- Provide helpful error message if
this
is not bound (#157) (377fbd8) - Remove unnecessary header import (6cd1a95)
📚 Documentation
- Amazingly incredibly sexy docs redesign (#158) (6d8a4ee)
- Create "Sync vs Async" documentation (73a442a)
- Deploy docs to https://nitro.margelo.com instead of GH (cc306a1)
- Explain that HybridObjects can be created from JS (6651e73)
- New Banner design (#159) (f7d2bb8)
- Update
site.webmanifest
(c4b10f5) - Update Discord link (f73b6fd)