Skip to content

Releases: CodySchrank/MTT

Probably Final Release

16 Mar 05:10
Compare
Choose a tag to compare
Pre-release

Unless I find anymore bugs this will be the last release as it currently suits my needs.

MTT

Added Support for Windows

06 Mar 00:10
Compare
Choose a tag to compare
Pre-release

Got rid of all the windows bugs.

MTT

Correctly converts simple DTO's

08 Feb 03:52
Compare
Choose a tag to compare
Pre-release

-- Converts c# classes to typescript interfaces

-- Only looks for public properties

-- Ignores c# constructors

-- Imports all required dependencies for typescript models

-- Matches the directory structure of the dto's, however it only checks 1 lower directory from Working Directory

This release: Fixed import duplication bug and added auto generation tag