Skip to content

Releases: Everlaw/nbts

v1.8.10.3: Fix file removals getting ignored

09 Aug 00:03
Compare
Choose a tag to compare
The Indexable passed to SourceIndexerFactory#filesDeleted does not
compare equal to the Indexable for the same file that was passed to
CustomIndexer#index, so "String path = indexables.remove(indexable)"
was always returning null.

v1.8.10.2

13 Jul 22:27
Compare
Choose a tag to compare
Allow go-to-declaration to go to an unindexed file

v1.8.10.1: Interpret nodejs output as UTF-8, not system charset

12 May 01:59
Compare
Choose a tag to compare
nodejs process.stdout.write writes UTF-8. On Windows, unicode characters
were getting incorrectly interpreted as ANSI.

Also, as a small optimization, write UTF-8 on the java->node side as
well, instead of limiting to ASCII.

v1.8.10.0

18 Apr 22:34
Compare
Choose a tag to compare
Upgrade to TypeScript 1.8.10

v1.8.5.0

02 Mar 01:20
Compare
Choose a tag to compare
Upgrade to TypeScript 1.8.5

v1.8.2.0: Upgrade to TypeScript 1.8.2

01 Mar 18:06
Compare
Choose a tag to compare
Removed hacks for bugs #4630 and #5444

v1.7.5.1

22 Dec 19:06
Compare
Choose a tag to compare
Don't fold comments including explicit <editor-fold> directives

v1.7.5.0

19 Dec 02:15
Compare
Choose a tag to compare
Upgrade to TypeScript 1.7.5

v1.7.3.1: Better handling of projects with a node_modules directory

12 Dec 03:22
Compare
Choose a tag to compare
Some npm packages, such as angular2, include both .d.ts files and source
.ts files. The source files should not be considered part of the
enclosing project; they will cause duplicate definition errors and slow
down error checking.

* Support tsconfig.json's "files" and "exclude" sections. Make
  host.getScriptFileNames() return only those files specified therein.
  Other files may still be brought in via imports or <reference>s.
* If there are multiple tsconfig.json files, use the one with the
  shortest path (instead of the one most recently indexed).

v1.7.3.0

30 Nov 23:31
Compare
Choose a tag to compare
Upgrade to TypeScript 1.7.3