Skip to content

Release 0.3.0

Compare
Choose a tag to compare
@mrousavy mrousavy released this 09 Aug 15:33
· 540 commits to main since this release
f69d103

0.3.0 (2024-08-09)

✨ Features

  • Add addNumbers(..) and addStrings(..) tests (ideal for benchmarking) (d51766a)
  • Add custom path arg (aa8e900)
  • Make HybridObject a NativeState (#11) (86c3702), closes #12
  • Speed up tests by making a timeouted Promise (e7a361e)

💨 Performance Improvements

  • Do all .is.. checks only in DEBUG (f5bd9e1)

🐛 Bug Fixes

  • Add nullptr check to HybridObjectRegistry (ec910a7)
  • Filter duplicate files (ac7a089)
  • Fix CMake target_sources being wrong (bc88e52)
  • Remove unresolved import on Android (f7646c3)
  • Rename Swift bridge to +ResultTypes (de36e17)
  • Set up log-level in middleware (bc56a7c)

📚 Documentation

  • mention required debugLevel (#15) (4181c43)
  • specify how nitrogen detect your specs (#14) (7a914cf)