Skip to content

v2.1.0

Compare
Choose a tag to compare
@timothylcooke timothylcooke released this 06 Jun 05:18
· 21 commits to main since this release

v2.1.0 supports WPF and XamarinForms on a variety of targets.

Breaking changes:

  • Function names are now case-sensitive.
  • e, pi, null, true, and false keywords are now required to be lower-case.
  • VisibleOrCollapsed and VisibleOrHidden functions were deprecated, and will be removed in a future release. You should change your conversions from VisibleOrCollapsed(x) to x ? `Visible` : `Collapsed`
  • There are several small differences in how/when types are converted. For example, we no longer convert from int to double unless it needs to be used as an operand in an operator such as +, *, etc.