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

Releases: typings/core

Concurrency Limits

04 Apr 01:07
Compare
Choose a tag to compare

Changed

  • Implement concurrency limits for HTTP and FS interactions
  • Support sub-dependency re-writing with slashes

Deprecation Parent Reference

31 Mar 04:03
Compare
Choose a tag to compare

Added

  • Emit deprecated events with a parent reference

Fix Import De-duplication

30 Mar 00:33
Compare
Choose a tag to compare

Fixed

  • Previously, import track was per-dependency but this caused a bug when importing from a dependency and internal to the dependency (#79)

Removed Ambient Module Check

25 Mar 17:02
Compare
Choose a tag to compare

Fixed

  • Remove the dodgy ambient module check, allow module augmentations without imports to compile
  • Sending GitHub API token as a header, not in the query string
  • Split out interfaces for documentation re-use

Switch Latest Versions API Endpoint

14 Mar 18:20
Compare
Choose a tag to compare

Fixed

  • Query /versions/latest to get the latest definition version (* did not match pre-releases)
  • Make ambient flag optional when bundling

Added

  • Emit deprecated events from registry queries

Resolve With Query Strings

11 Mar 23:14
Compare
Choose a tag to compare

Fixed

  • Resolving over relative HTTP requests/imports with a query string
  • Normalize EOL of ambient definitions

UX Events

10 Mar 01:30
Compare
Choose a tag to compare

Added

  • New events: postmessage, badlocation, ambientdependencies
  • Improved errors when registry 404s
  • Error during compile when ambient typings is true and install flag is not set

Changed

  • Improved error message when file is missing
  • Normalize all new lines and slashes during write

Return `name` with compiled output

09 Mar 01:34
Compare
Choose a tag to compare

Changed

  • Emit name with compile output

Meta Name

08 Mar 20:33
Compare
Choose a tag to compare

Changed

  • Use meta.name before tree.name when deciding the default name of the installation

Install Interface

08 Mar 20:12
Compare
Choose a tag to compare

Changed

  • Update the install interface to take a name and location (parsed registry expression)
  • Remove bluebird as a core dependency