0.1.5 (2024-08-05)
✨ Features
- Add A LOT of tests to
TestHybridObject(7cbd66b) - Add all tests (47fce56)
- Add stub for web (9e4be9a)
- Add tests for
ArrayBuffer(0e51985) - Extract vector, map and optional (fef7f62)
- Move to templates (87eae31)
- Separate out
JSIConverterfiles (9818b86) - Support
ArrayBuffers from JS, and fixJSIConverter<T>template (592ceb9) - Support optional parameters (#9) (273772c)
- Throw on anonymous objects (b3b1ebf)
- Use bun (#8) (5cd87f2)
- Use efficient
ThreadPoolto speed up Promise creation (950ff03)
💨 Performance Improvements
- Make args check constexpr (401743c)
🐛 Bug Fixes
- Fix
::value(e2448d6) - Fix includes (1c46d30)
- Fix some headers (da52559)
- Fix testers (bd7ae8a)
- Make
calculateFibonaccinon const (14435b5) - Make
ThreadPoolonly two Threads big (ee1e7c9) - Move
HybridContext.hppto iOS (7f2ccbe) - Put
template<...>on a separate line (a522f09) - Use
workspace:^syntax again (da4becd) - variant (f46081d)