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
JSIConverter
files (9818b86) - Support
ArrayBuffer
s from JS, and fixJSIConverter<T>
template (592ceb9) - Support optional parameters (#9) (273772c)
- Throw on anonymous objects (b3b1ebf)
- Use bun (#8) (5cd87f2)
- Use efficient
ThreadPool
to 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
calculateFibonacci
non const (14435b5) - Make
ThreadPool
only two Threads big (ee1e7c9) - Move
HybridContext.hpp
to iOS (7f2ccbe) - Put
template<...>
on a separate line (a522f09) - Use
workspace:^
syntax again (da4becd) - variant (f46081d)