Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Releases: typings/typings

Remove "no dependencies" Message

09 Apr 20:19
Compare
Choose a tag to compare

Changed

  • Remove the "no dependencies" message that would print under the module name you just installed

Native Promises

19 Dec 20:26
Compare
Choose a tag to compare

Changed

  • Use global promises over any-promise
  • Updated documentation

JSPM Support

08 Nov 18:04
Compare
Choose a tag to compare

Added

  • typings-core now has support for installing jspm: packages

Changed

  • Dropped support for node 0.10 and 0.12

Progress Spinner

28 Oct 20:57
Compare
Choose a tag to compare

Changed

  • Add a progress spinner (with status) to async commands

TypeScript 2.0

22 Sep 21:48
Compare
Choose a tag to compare

Changed

  • Update compiler to TypeScript 2.0

`--unicode=false`

26 Aug 09:10
Compare
Choose a tag to compare

Added

  • Ability to explicitly disable (or enable) unicode support when printing the dependency graph output

Typings Core

21 Jul 01:03
Compare
Choose a tag to compare

Changed

  • Update typings-core, enables a fallback to index.d.ts when no main file is specified but attempts to be loaded

Source Map Sources

28 Jun 04:29
Compare
Choose a tag to compare

Changed

  • Bundle source map sources with package
  • Bump minimum typings-core version
  • Remove unnecessary shebangs

Update `typings-core`

16 Jun 19:22
Compare
Choose a tag to compare

Changed

  • Updated the re-export syntax
  • Added back deprecation messages (for immediate dependencies)

Allow `--name` and `--source` flags

15 Jun 15:45
Compare
Choose a tag to compare

Added

  • Add --name and --source flags for installation (doesn't work so well with multiple installs though)
  • Update typings-core, which includes searching available registries for a definition when install fails
  • Add the typings un alias