Skip to content

Upgrades and CI

Compare
Choose a tag to compare
@jan-dolejsi jan-dolejsi released this 26 Feb 13:22
· 334 commits to master since this release
d41d7e5
  • Planning Domain Session generation email sending is repaired. VS Code changed behavior of the env.openExternal(Uri) API and prevented it from opening mailto: URLs.
  • Updated to Typescript 3.7.3
    • Bulk replaced Typescript || with ?? operator where appropriate (i.e. when returning default numeric or more generally non-boolean values).
    • Simplified code by optional chaining using the .? Elvis operator.
  • More Typescript strict semantic checking clean-up
  • GitHub Actions used for CI