Skip to content

Various improvements to input handling, updated dictionary conversion, better constructor parsing

Compare
Choose a tag to compare
@CodySchrank CodySchrank released this 25 Jun 17:12
· 11 commits to master since this release
  • MTT now supports multiple input directories and will calculate relative paths between models across all input dirs for import statements.
  • Dictionaries can now support lists or arrays as generic arguments. Previously these would map to any.
  • Constructors spread over multiple lines (with long lists of arguments) are now supported.

All thanks to @jj05y!

MTT