- Allow serializing of
Vec<Struct>
provided thatStruct
is serializable.
- Propagate errors encountered during serialization.
- More fixes for missing
From
trait implementations.
- Fix missing trait bounds for implemented
From
traits.
- @Pantamis contributed #22, implementing more
From
traits for more ergonomic use of Futures. - Fix: empty enums now produce a valid type of
void
rather than producing invalid Typescript.
- Forked from
tsify
merging most PRs that were queued on Github