Releases: ratchetdesigns/ts-bindgen
Releases · ratchetdesigns/ts-bindgen
v0.5.0
v0.4.0
v0.3.0
[0.3.0] - 2022-02-19
BREAKING CHANGE
- js-sys types are now generated as the proper js-sys type instead of as JsValue. #3
- overloaded functions and methods now have a _FnXToY suffix #4
Added
- support overloaded functions and methods. #4
- generate js-sys types for corresponding typescript types. #3
- support typescript utility types #6
Fixed
- fix array serialization