Skip to content

1.2.0

  • #7576 Allow LSP to configure which emitters to include for live checks
  • #7620 Render indexer property on model
  • #7836 Expose program viewer navigation in TypGraph props
  • #7586 Improved the error message for the @pattern decorator when applied to a union type. The new message is more descriptive and helps users understand how to correctly define string-compatible union types.
  • #7740 Config interpolation is more flexible in interpolating variables in any order as long as no circular reference occur. For example using {output-dir} in parameters.
  • #7731 Fix literal typekits $.literal.create, $.literal.createString, etc. use right checker api that include caching
  • #7906 Corrected some logic around the detection of array types in visibility calculation.
  • #7849 Fix optional path parameter with explicit name would have the wrong style(path instead of simple).
  • #7750 Prepends namespace name to array declarations in nested namespaces.
  • #7864 Fixed a bug that caused model M is T[] declarations to be renamed to MItem incorrectly.
  • #7834 Fix type state not showing in program viewer