Releases: Everlaw/nbts
Releases · Everlaw/nbts
v2.1.5.3: Fix another NPE (and possible race condition)
https://netbeans.org/bugzilla/show_bug.cgi?id=269771
v2.1.5.2
Fix code templates in completion yet again
v2.1.5.1
Fix code template expansion
v2.1.5.0
Don't use UI thread when avoidable
v2.1.4.1
Honor some JS formatting settings
v2.1.4.0
New implicit-any errors
v2.0.5.2
Use FileObject API to enumerate lib files in jar
v2.0.5.1
Support code completion of imported module names
v2.0.5.0: Upgrade to TypeScript 2.0.5
Remove patches for 7122 and 7966 (fixed upstream)
v1.8.10.4: Fix two @deprecated bugs
1. Fix deprecation of `export`ed or `declare`d variables "/*@deprecated*/ export var foo" wasn't working. TypeScript 1.5 introduced a new intermediate node VariableDeclarationList, so we were looking for @deprecated in the wrong place. 2. Show deprecation of individual module imports With `import {x} from`/`export {x} from` syntax, display deprecation of the aliased symbol (the alias itself isn't what's deprecated).