Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Releases: typings/core

Name is undefined

08 Mar 16:58
Compare
Choose a tag to compare

Fixed

  • Better error when registry name is empty
  • Fix uninstall where name was misused

Bump Dependencies

08 Mar 05:22
Compare
Choose a tag to compare

Changed

  • Bump typescript to latest 1.8.x
  • Update make-error-cause to fix constructor issue in older make-error versions

Compile Events

08 Mar 01:19
Compare
Choose a tag to compare

Changed

  • Emit compile and compiled events during output

View Command

08 Mar 00:21
Compare
Choose a tag to compare

Fixed

  • Correct the API endpoint for entry details

New Raw Registry Parsing

08 Mar 00:05
Compare
Choose a tag to compare

Fixed

  • Correct parsing of raw registry paths without a source
  • Expose type information of installDependencyRaw

Registry Scheme

07 Mar 22:18
Compare
Choose a tag to compare

Changed

  • 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 search, view and open commands

Registry Tracking

07 Mar 22:16
Compare
Choose a tag to compare

Changed

  • Enable registry UUID re-use over requests

NPM `peerDependencies`

06 Mar 06:19
Compare
Choose a tag to compare

Changed

  • Skip resolving NPM peerDependencies during installation

First Core Release

06 Mar 05:30
Compare
Choose a tag to compare

This is the initial port from typings/typings with all the fixes slated for typings@0.7. As such, there's a bunch of changes and features. As such, this change log will be the diff between typings@latest and typings-core@0.1.0.

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 .

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