Socket
Socket
Sign inDemoInstall

grunt-ts

Package Overview
Dependencies
Maintainers
5
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-ts - npm Package Versions

1
15

4.0.0

Diff

Changelog

Source

v4.0.0 (2015-03-27)

  • FEAT: Now supports parsing and compiling directly against the TypeScript files and configuration specified in a Visual Studio project file - .csproj or .vbproj. Visual Studio not required and files list/config override-able, ignorable and extend-able. (https://github.com/TypeStrong/grunt-ts/pull/215)
  • FEAT: Now includes a custom TypeScript targets file to easily disable the internal Visual Studio TypeScript build.
  • DOCS: New detailed instructions on how to disable TypeScript build within Visual Studio while keeping TypeScript Build project properties pane functional.
  • DOCS: Several documentation improvements and clarifications.
  • FIX: report error on wrong module option. (https://github.com/TypeStrong/grunt-ts/pull/212)
  • FIX: Corrected an issue where the grunt-ts transforms module might transform itself. #SkyNet
  • CHORE: Added unit test for ///ts:ref= transform.
  • CHORE: Removed dependency on tslint-path-formatter and upgraded grunt-tslint dev dependency to 2.0.0.
basarat
published 3.0.0 •

Changelog

Source

v3.0.0 (2015-02-06)

  • Breaking Change: the default bundled typescript compiler is now 1.4.1
  • FEAT: More compiler flags supported (https://github.com/TypeStrong/grunt-ts/pull/206)
  • CHORE: updated chokidar. Needed to decrease CPU utilization on certain OSes (https://github.com/TypeStrong/grunt-ts/issues/192#issuecomment-68136726)
  • FIX: now will default to Grunt end of line character, but supports Grunt override (#200).
  • CHORE: do not publish /customcompiler folder to npm
nycdotnet
published 2.0.1 •

Changelog

Source

v2.0.1 (2014-12-20)

  • FIX: Compatibility with TypeScript 1.3 exit codes (#189).
  • FIX: Show issue count in red if failOnTypeError option is set and there are non-emit preventing errors (#189).
  • FIX: Fixed bad failontypeerror test. (Used incorrect location for parameter in Gruntfile.js).
nycdotnet
published 2.0.0 •

Changelog

Source

v2.0.0 (2014-12-05)

  • DOCS: Major documentation overhaul (https://github.com/TypeStrong/grunt-ts/pull/185)
  • DOCS: More sample config for gruntfile (https://github.com/TypeStrong/grunt-ts/pull/166)
  • DOCS: changelog is now newest on top
  • FEAT: support for files in gruntfile (https://github.com/TypeStrong/grunt-ts/pull/171)
  • FEAT: support watching multiple DIRS. (https://github.com/grunt-ts/grunt-ts/pull/155)
  • CHORE: Use lodash instead of underscore (https://github.com/TypeStrong/grunt-ts/pull/161)
  • FIX: missing tsc.js will now fail the build step (#177)
nexussays
published 1.12.1 •

nexussays
published 1.12.0 •

Changelog

Source

v1.12.0 (2014-09-30)

  • ENANCEMENT: Transforms are run even when the compile option is false
nexussays
published 1.11.13 •

Changelog

Source

v1.11.13 (2014-09-30)

  • FIX: transforms will now pick up a generated references.ts (#148)
basarat
published 1.11.11 •

Changelog

Source

v1.11.11

  • import/export transforms can provide an alternate variable name to use instead of the file name (#143)
  • Error displayed when /// ts:??? is detected but no transform exists for ???
basarat
published 1.11.10 •

Changelog

Source

v1.11.10

  • FIX: ///ts:import and ///ts:ref will now work with d.ts files as well.
basarat
published 1.11.9 •

Changelog

Source

v1.11.9

  • DOCS: recommend fast:always with grunt-contrib-watch because spawn:false breaks under stress (i.e. interrupt:true)
  • FIX: use stdout if not empty. Otherwise fall back to stderr (a change introduced in the latest version of the compiler for consistency with other Microsoft compilers) See https://github.com/grunt-ts/grunt-ts/issues/140
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc