Releases: openharmony-zig/zig-napi
Releases · openharmony-zig/zig-napi
0.0.1-beta.2
What's Changed
- Add Call method for function and allow comptime_float/int for number by @richerfu in #13
- Refactor function allow define Args and Return type by @richerfu in #14
- Update zig version to 0.15 by @richerfu in #15
- Update minimum_zig_version to 0.15.1 by @richerfu in #16
- Fix ArrayList and compiler error by @richerfu in #17
- Fix ThreadSafeFunction call with Error mode by @richerfu in #18
- Add ci to test by @richerfu in #19
- 0.0.1-beta.2 by @richerfu in #20
Full Changelog: 0.0.1-beta.1...0.0.1-beta.2
0.0.1-beta.1
What's Changed
- fix: add from_napi_value for Object by @richerfu in #4
- feat: add optional object and string support by @richerfu in #5
- Support ArrayList convert to array by @richerfu in #6
- Refactor build target by @richerfu in #7
- Allow function using named type as params by @richerfu in #8
- Allow return error union as result by @richerfu in #9
- Allow register without init function by @richerfu in #10
- Allow object using optional as field by @richerfu in #11
- Allow OnComplete as optional and allow Execute return error_union by @richerfu in #12
Full Changelog: 0.0.1-beta.0...0.0.1-beta.1