You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added the ability to blacklist/whitelist individual types by using typeBlacklist/typeWhitelist config parameters or GeneratorOptions.TypeBlacklist (this also fixes records not generating correctly #164)
TS class : TS interface inheritance is now possible - in this case TS class implements TS interface
added the ability to specify custom header and body as an attribute or in generation spec #166#167