Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Releases: yorkxin/vscode-coffeescript-support

v0.3.0-beta.1

22 Apr 14:16
Compare
Choose a tag to compare
v0.3.0-beta.1 Pre-release
Pre-release

THIS IS AN OLD BETA. Find latest beta at https://github.com/chitsaou/vscode-coffeescript-support/releases

This beta version supports a new syntax "Dynamic Imports". See #15 for details.

v0.2.0-beta.8

03 Sep 13:55
Compare
Choose a tag to compare
v0.2.0-beta.8 Pre-release
Pre-release

THIS IS AN OLD BETA. Find latest beta at https://github.com/chitsaou/vscode-coffeescript-support/releases

This is a beta version of v0.2.0. See #6 for changes, and feedbacks.

  • Fixed fork bomb problem.

v0.2.0-beta.7 [OLD BETA]

26 Aug 08:25
Compare
Choose a tag to compare
Pre-release

THIS IS AN OLD BETA. Find latest beta at https://github.com/chitsaou/vscode-coffeescript-support/releases

This is a beta version of v0.2.0. See #6 for changes, and feedbacks.

  • Fixed runtime error caused by indexer CLI when it was not compiled from TypeScript source code to Node.js script.

v0.2.0-beta.5 [OLD BETA]

04 Aug 13:38
Compare
Choose a tag to compare
Pre-release

THIS IS AN OLD BETA. Find latest beta at https://github.com/chitsaou/vscode-coffeescript-support/releases

This is a beta version of v0.2.0. See #6 for changes, and feedbacks.

  • Internal improvements regarding to file system watchers

v0.2.0-beta.4 [OLD BETA]

02 Aug 14:06
Compare
Choose a tag to compare
Pre-release

THIS IS AN OLD BETA. Find latest beta at https://github.com/chitsaou/vscode-coffeescript-support/releases

This is a beta version of v0.2.0. See #6 for changes, and feedbacks.

  • Indexer is now run in includeClosure: false mode
  • RHS of Foo = class Bar are exported

Todo:

  • Improve database performance by PouchDB
  • Improve performance of background indexer by Cluster (?)

v0.2.0-beta.3 [OLD BETA]

01 Aug 15:24
Compare
Choose a tag to compare
Pre-release

THIS IS AN OLD BETA. Find latest beta at https://github.com/chitsaou/vscode-coffeescript-support/releases

This is a beta version of v0.2.0

  • RHS of module.exports = are exported
  • RHS of assignment Foo = Bar

Todo:

  • RHS of Foo = class Bar should be exported
  • Indexer should be run in includeClosure: false mode

v0.2.0-beta.2 [OLD BETA]

09 Jul 15:17
Compare
Choose a tag to compare
Pre-release

THIS IS AN OLD BETA. Find latest beta at https://github.com/chitsaou/vscode-coffeescript-support/releases

This is a beta version of v0.2.0

  • Object literals will not be considered as global symbols in Workspace Symbols anymore.
  • Anything under an immediate module.exports = will be considered as global symbols.

Things to fix:

  • RHS of module.exports = should be deducted and exported
  • RHS of assignment Foo = Bar, Foo = class Bar should be deducted and exported

v0.2.0-beta.1 [OLD BETA]

08 Jul 15:43
Compare
Choose a tag to compare
Pre-release

THIS IS AN OLD BETA. Find latest beta at https://github.com/chitsaou/vscode-coffeescript-support/releases

This is first beta of v0.2.0.

  • Supports Workspace Symbols

v0.1.3 (Beta 1)

17 Dec 06:33
Compare
Choose a tag to compare
v0.1.3 (Beta 1) Pre-release
Pre-release
  • Fixes the problem that it cannot work under Windows due to improper handling of file path. #2