Typings Versions Save

*DEPRECATED* The TypeScript Definition Manager

v1.1.0

7 years ago

Fixed

  • When running in NODE_ENV === production, use --production=false to disable

Changed

  • Update update-notifier

v1.0.5

7 years ago

Fixed

  • Resolve the --cwd argument when used

v1.0.4

7 years ago

Fixed

  • Avoid passing boolean version to typings init

v1.0.3

7 years ago

Fixed

  • Correct expansion character in command help to 1.0 syntax

v1.0.2

7 years ago

Changed

  • Emit reference and globals on installation of dependency only, not on typings install

v1.0.1

7 years ago

Changed

  • Nothing much (README tweaks), the 1.0.0 release wasn't appearing on NPM nor letting me re-publish

v1.0.0

7 years ago

Changes

  • Many breaking changes (see https://github.com/typings/core/releases/tag/v1.0.0)
    • Renamed ambient to global
    • Updated typings/ directory structure (removed browser.d.ts by default, should use typings/index.d.ts by default)
    • Killed defaultAmbientSource (no more auto-install of DefinitelyTyped when using --ambient, explicitly use dt~<package>)
    • Replace ! parser expansion symbol with ~ (! is a reserved bash symbol)
    • Ability to specify different resolutions and output directories using resolution in typings.json
  • Using tslint-config-standard for linting rules

v0.8.1

8 years ago

Fixed

  • Correct copy-pasted prune help

v0.8.0

8 years ago

Added

  • New feature: typings prune

Changed

  • Use new install and uninstall of multiple dependencies to optimise writes to {main,browser}.d.ts files

v0.7.12

8 years ago

Changed