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

Releases: typings/core

Uninstall Return

09 Apr 20:07
Compare
Choose a tag to compare

Changed

  • Change uninstall return promise from undefined to options object

Resolution from Different Paths

26 Feb 20:09
Compare
Choose a tag to compare

Fixed

  • Fix resolution from different paths (#174)

Recursive Path Resolution

24 Feb 22:41
Compare
Choose a tag to compare

Fixed

  • Corrected an issue where resolving the same path using two different approaches would result in a mismatched resolved cache and broken paths (e.g. entry file is index.d.ts which requests ./bar which in turn does a recursive request to ./index)

Directory Resolution

21 Feb 22:48
Compare
Choose a tag to compare

Added

  • Added support for resolving /index.d.ts from a directory without being explicit

Native Promises

15 Dec 00:28
Compare
Choose a tag to compare

Changed

  • Use native promises (available on node >= 4)

TypeScript 2.1

07 Dec 21:48
Compare
Choose a tag to compare

Changed

  • Updated to support TypeScript 2.1 - there was a breaking change released along with 2.1 on node flags used to detect whether a module used export or default keywords

Dropped node 0.10 support

08 Nov 17:59
Compare
Choose a tag to compare

Changed

JSPM Support

08 Nov 00:35
Compare
Choose a tag to compare

Added

  • Resolve jspm: modules

Compile Dependency Event

28 Oct 20:36
Compare
Choose a tag to compare

Changed

  • Fix the path arguments for compile events
  • Emit a compiledependency event

URL Rewriting

03 Oct 19:52
Compare
Choose a tag to compare

Added

  • Enable the ability to rewrite URLs (#147)