0.9.0 (2024-09-16)
✨ Features
- Add iOS/Android native build and C++ lint CI (#120) (7f5ccf0)
- Create "Run Nitrogen" CI (d94ed36)
- Test all types in Example app (#131) (302b33b)
🐛 Bug Fixes
- Fix CI paths (51c8769)
- Fix cpp-adapter in template to properly autolink (d1acda5)
- Fix lint C++ CI (7fc7518)
- Fix nitrogen CI (#119) (670f35b)
- Fix optional enums in Nitrogen (#130) (f317ea2)
- Fix template cpp-adapter.cpp for Android (#122) (661f99f)
- Refactor
HybridObject
parser in Nitrogen (allow optional) (8d3f4a1) - Remove date from nitrogen'd files (beee698)
- Use
findClassStatic
forcreateHybridObject
to fix crash on reload (#128) (cec6887)
📚 Documentation
- Add some disclaimers about benchmarks (64a4ea6)
- Create Configuration (
nitro.json
) docs (a640ad6) - Fix missing
autolinking
entry (9ac1375) - Rename
nitrogen
tonitro-codegen
for now (e6ed5d0) - Update "Using Nitro in your app" docs (b7a9ffd)
- Update benchmark wording (40da292)
- Update benchmark wording a bit (baea303)
- Update Nitrogen docs (7c836e4)