Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed version to 0.0.2 due to breaking changes in TS generation.
TypeScript gen now will generate interfaces for types & not classes which shouldn't impact anyone. Just makes more sense for generation. Typescript gen bug for arrays fixed (this is a break change). Typescript Arrays now use Array<> and not [] - shouldn't impact anyone Added new sample based on DevConf rating system
- Loading branch information