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

5.3.0-beta.1

Diff

nycdotnet
published 5.2.0 •

Changelog

Source

v5.2.0 (2015-11-21)

  • FIX: Grunt pipeline will once again halt by default in the presence of type errors. This was a regression in 5.0.0. Thanks to @mironx, @niondir, and @johnman for the report and assistance. We've added assertions for the count of failed build events in the grunt-ts release test cycle, so a regression like this should hopefully not happen again.
  • FEAT: Added new option emitGruntEvents. In the event of a build failure, grunt-ts will now raise an event grunt-ts.failure if emitGruntEvents is true. See the docs for more detail and an example. This defaults to false, so it's opt-in and there is no change to the existing grunt-ts default behavior.
nycdotnet
published 5.1.1 •

Changelog

Source

v5.1.1 (2015-11-17)

  • FIX: Fixes to htmlOutputTemplate. Thanks so much to @rolego, @sethx, and @johnman for the help.
  • DOCS: tweak to html2ts docs to clarify and perhaps fix old merge conflict.
  • FIX: Resolve inappropriate warning if target is called src and uses files (Thanks, @vilmosioo (#305)).
nycdotnet
published 5.1.0 •

Changelog

Source

v5.1.0 (2015-10-14)

  • FEAT: Upgraded to TypeScript 1.6.2 (thanks to @vp2177 and @JoshuaKGoldberg for sending early PRs, and for @awjreynolds, @Zjaaspoer, @DrColossos, @ravishivt, @logankd, and @Gouigouix for early encouragement.)
    • Added support for --moduleResolution, --jsx, --experimentalAsyncFunctions, --suppressExcessPropertyErrors, --rootDir.
    • Added outFile support to tsconfig.json (same function as out, but always relative to tsconfig.json file.)
    • Support all TypeScript 1.6 features from Visual Studio/MSBuild (via upgrade to csproj2ts v0.0.6).
  • FIX: Fixed bug where outDir in tsconfig.json was not treated as being relative to the tsconfig.json file.
  • FIX: New tests for "HTML" features (Thanks again, @rolego (#297)).
  • FIX: Blank tsconfig.json should not be an error according to the spec, so this was changed to be same as {}.
  • DOCS: New documentation for several "HTML" features - htmlOutDir and htmlOutDirFlatten.
nycdotnet
published 5.1.0-beta.2 •

nycdotnet
published 5.0.1 •

Changelog

Source

v5.0.1 (2015-10-08)

  • FIX: 'htmlOutputTemplate' was not handled. Thanks for the PR, @rolego (#291).
nycdotnet
published 5.1.0-beta.1 •

nycdotnet
published 5.0.0 •

Changelog

Source

v5.0.0 (2015-10-07)

Version 5 of grunt-ts represents a major overhaul of the options resolution system. More than 100 new tests have been added, so this should be the highest quality version of grunt-ts yet. Also, many integration tests have been rewritten as "heavy unit tests" (meaning they call into grunt-ts from grunt, but don't actually call tsc, so they run in ~0.02 sec). This allows validation of grunt-ts warnings, and assertion of exact command line parameters. Even though testing quality has gone up significantly, the overall time to run grunt release on grunt-ts itself has dropped from 184 seconds to 112 seconds - a 64% improvement.

  • FIX: amdloader will now work for .tsx extension as well
  • FEAT: Added support for tsconfig.json #202. Supports maintenance of files property and optional TypeStrong custom filesGlob extension.
  • NOTE: Upgrade to TypeScript 1.6 was out of scope for version 5.0 - that will be part of version 5.1 which should be available soon.
  • NOTE: Significant use of ES6 features throughout - let & const, ES6 imports, destructuring, etc.
  • CHORE: Upgraded to tslint v2.4.0.
  • CHORE: Upgraded to csproj2ts v0.0.4.
  • NOTE: Added dependency on strip-bom npm package.
  • CHORE: Updated several definition files including nodeunit, NodeJS, and es6-promises.
  • CHORE: 'use strict' throughout.
  • CHORE: Upgraded to csproj2ts v0.0.4.
  • FIX: Will now provide warning if sourcemap is used; should be sourceMap. This issue will be auto-resolved.
  • FIX: Templates in grunt targets should always be resolved consistently now #273. Thanks for the report, @bjorm.
  • FIX: html2ts should now honor the outdir setting #271. Thanks for the report, @hoeni.
  • FIX: Target options should always work properly in conjunction with the vs option #264. Thanks for the report, @vtkalek.
  • FIX: Task and target-level options should always override consistently now #248.
  • FIX: out and outDir in VS projects will now work consistently between grunt-ts and Visual Studio; the paths will resolve to be relative to the gruntfile even if the VS project is not in the same folder.
  • If vs is used with files, there will still be a warning, but grunt-ts will now append the files from the Visual Studio project to the result of each files glob. Previously it would compile the Visual Studio project files only (once per files entry).
  • Fixed several broken warnings such as using an array for dest with files.
nycdotnet
published 5.0.0-beta.6 •

nycdotnet
published 5.0.0-beta.5 •

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