Typings Versions Save

*DEPRECATED* The TypeScript Definition Manager

v0.7.1

8 years ago

Changed

  • Kill the loader spinner, work on a more integrated solution later

v0.7.0

8 years ago

First release using typings-core, see change log since 0.6.10 for core at https://github.com/typings/core/releases.

Fixed

  • Fix nested modules names used during installation
  • Generate dependencies with a namespace prefix to fix nested resolution, enable alias hack
  • Improve the path extension normalization to avoid stripping legit paths split with .
  • Remove analytics from client side
  • Remove all CLI prompts

Added

  • Enable ambient option when bundling
  • Move bundle output writing to core logic
  • Enable githubToken in .typingsrc for GitHub resolution
  • Enable registryURL in .typingsrc for changing the location of the registry
  • Support peerDependencies in typings.json during installation
  • Add an emitter that can be used to send messages to clients
  • Add support for files in typings.json during installation

Changed

  • Removed version number from generated files
  • Allow typings.json entry points to override package.json, etc.
  • Fallback to name from typings.json
  • Skip resolving NPM peerDependencies during installation
  • Enable registry: scheme in typings.json
  • Enable raw install that expands a new installation syntax: npm!domready or just domready into registry schemes
  • Emit enoent events when removing a file that doesn't exist
  • Expose view and open commands

v0.6.10

8 years ago

Changed

  • Bump popsicle dependency, which removes infinity-agent dependency and fixes SSL requests on node 0.10

v0.6.9

8 years ago

Fixed

  • Support TypeScript 1.8 module augmentation
  • Support query strings in definition location

Changed

  • Improve messaging around reference stripping
  • Updated TypeScript to 1.8.7

v0.6.8

8 years ago

Changed:

  • Add new registry source mappings
  • Use TypeScript 1.8
  • Add request retry support

v0.6.7

8 years ago

Changed

  • All dependency typings are distributed with Typings
  • Automatically infers project name on init

v0.6.6

8 years ago

Changed

v0.6.5

8 years ago

Changed

  • Remove popsicle-cache, causing erroneous responses

v0.6.4

8 years ago

Changed

  • Handle spawned process close and error events

v0.6.3

8 years ago

Changed

  • Set up User-Agent header, default to process/typings info
  • Removed version selection from installation (always install latest, rely on user version config)