Matt Ward

MonoDevelop TypeScript Addin Releases

Version 0.9

2016-03-13

  • Update to TypeScript 1.8.2
  • Fixed invalid cast when showing TypeScript options for generic project

Version 0.8

2015-12-19

  • Update to TypeScript 1.7.5

Version 0.7

2015-11-02

  • Update to TypeScript 1.6.2
  • Do not open TypeScript console window on building any project.

Version 0.6

2015-08-09

  • Update to TypeScript 1.5.3
  • Linux 32 bit and 64 bit now supported with single addin.
  • Ensure language service host updated when project options changed.
  • Return current source editor line endings from shim host.
  • Add UMD and System modules to project options.
  • Fixed TypeScript options being available when solution selected.

Version 0.5

2015-04-01

  • Use V8.NET as the JavaScript engine.
  • Add support for Mac and Linux.
  • Show syntax errors in the text editor.
  • Fixed exception when renaming or finding references and none are found.

Version 0.4

2015-03-07

  • Update to TypeScript 1.4
  • Add ECMAScript 6 to drop down in project options.
  • Show syntax errors in the text editor.

Version 0.3

2015-01-01

  • Fix null reference when going to definition.
  • Update to TypeScript 1.3
  • Fix code completion tooltip text.
  • Fix semantic errors not showing error message.
  • Fix code completion intermittently not working.
  • Fix parser errors for types not in current file.
  • Use correct case for filenames.

Version 0.2

2014-08-03

  • Fix compile not generating up to date JavaScript file.
  • Show semantic errors for TypeScript file.
  • Add Allow implicit any type option to project options.
  • Allow implicit any types is now true by default.
  • Do not add generated files to project.
  • Support generating JavaScript output in one file.
  • Support generating JavaScript output into custom directory.

Version 0.1

2014-07-27

  • First Release (Windows only)