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.0.0-beta.4

Diff

nycdotnet
published 5.0.0-beta.3 •

nycdotnet
published 5.0.0-beta.2 •

nycdotnet
published 5.0.0-beta.1 •

nycdotnet
published 4.2.0 •

Changelog

Source

v4.2.0 (2015-07-21)

  • FEAT: TypeScript 1.5.3 support (TypeScript 1.5 "RTM").
    • While still compatible with older versions, grunt-ts now depends on TypeScript 1.5.3 by default (via package.json).
    • In addition to features added in 4.2.0-beta.1, added experimentalDecorators flag.
    • If emitDecoratorMetadata is specified, experimentalDecorators will now be enabled automatically.
    • If both inlineSources and inlineSourceMap are specified, sourceMap will now be disabled automatically. Thanks @bryanforbes for notifying us of the change between TypeScript 1.5-alpha and 1.5-beta.
  • DOCS: Updated for the above. Thanks to @hdeshev for the PR.
nycdotnet
published 4.2.0-beta.1 •

Changelog

Source

v4.2.0-beta.1 (2015-06-07)

  • FEAT: TypeScript 1.5 beta support.
    • Added support for new TS 1.5 switches: newLine, noEmit, emitDecoratorMetadata, isolatedModules, noEmitHelpers, inlineSourceMap, inlineSources.
    • Added support for SystemJS ('system') and UMD ('umd') on module option.
    • Grunt-ts now compiles correctly with TypeScript 1.5 beta, and all tests pass. Development should now be done with TypeScript 1.5.
    • Note - the compiler that ships with grunt-ts will remain as 1.4 until 1.5 is finalized. Update typescript in your package.json to 1.5.0-beta and run npm install if you wish to use the TypeScript 1.5 beta to compile your code.
  • FEAT: Added new additionalFlags option to allow passing arbitrary strings to tsc (To allow immediate support for new or custom features on the command-line)
  • FEAT: Implemented support for arbitrary HTML transforms, such as to external modules (#249). Thanks to @sethx for the Pull Request.
  • FIX: Now grunt-ts provides a warning if someone uses --out with an external module system (#257). Thanks to @dbeckwith for the report.
  • DOCS: Updated the docs for all of the above.
nycdotnet
published 4.1.2 •

Changelog

Source

v4.1.2 (2015-06-03)

  • FIX: Regression with out and outDir for paths with spaces (Also reported on #251). Thanks to @seanmailander for the report.
nycdotnet
published 4.1.1 •

Changelog

Source

v4.1.1 (2015-06-02)

  • FIX: Support for the Grunt files feature had a regression and was not working correctly. (#251). Thanks to @Linowitch for the report. We've built in some assertions to ensure this doesn't happen again.
nycdotnet
published 4.1.0 •

Changelog

Source

v4.1.0 (2015-05-10)

  • FIX: The reference property should properly work with Grunt transforms again (#235 + #245). Thanks to @thorseye for the PR and @smfeest for independently reporting.
  • FIX: Should work better in situations where node isn't the PATH of the current process (#236). Thanks to @ryanthomas840310 for the PR and @olegccc for the initial report.
  • FIX: The html feature now emits TypeScript that passes tslint (#226). Thank you for the suggestion and example code @BerndWessels.
  • FIX: The html feature now supports file names with periods (#237). Thanks to @starstuffharvestingstarlight.
  • CHORE: Updated to latest chokidar in package.json (#232). Thanks to @paulmillr.
  • CHORE: Cleaned up our sample Gruntfile (#228). Thanks to @bennyn.
  • DOCS: Improved documentation for html feature (#234). Thanks to @ben8p.
nycdotnet
published 4.0.1 •

Changelog

Source

v4.0.1 (2015-03-27)

  • FIX: Corrected an issue introduced in 4.0.0 where Grunt transforms were not running on out, outDir, reference, mapRoot, or sourceRoot. (#220 - thanks to paulgambrell and JoeFirebaugh for the report.)
  • FIX: An empty compile step was getting called once per project file if vs was used; this has been corrected.
  • FIX: Ignored a dev-only directory for npm.
  • FIX: Comments will now be preserved when using vs unless RemoveComments is explicitly set in the Visual Studio project.
  • DOCS: Clarified that Compile on Save is not necessarily disabled if you follow the instructions to disable the Visual Studio TypeScript build (but it can be disabled if desired).
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