Skip to content

Dictionary now changes from map into partial record; fix bugs; updated runner to 3.1

Compare
Choose a tag to compare
@CodySchrank CodySchrank released this 05 Apr 17:59
· 19 commits to master since this release
  • Updated dictionary to now change into partial record (Thanks @jj05y!). This is BREAKING. If you prefer the old behavior of dictionary transforming into map then do not use this version. However, partial records will behave closer to JSON when used in ts/js.

  • Fixed a bug with Guid

  • Updated mtt runner and mtt test suite to use netcoreapp 3.1

MTT