This repository has been archived by the owner on Dec 12, 2023. It is now read-only.
Releases: typings/core
Releases · typings/core
Uninstall Return
Changed
- Change uninstall return promise from
undefined
tooptions
object
Resolution from Different Paths
Fixed
- Fix resolution from different paths (#174)
Recursive Path Resolution
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
Added
- Added support for resolving
/index.d.ts
from a directory without being explicit
Native Promises
Changed
- Use native promises (available on node >= 4)
TypeScript 2.1
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
ordefault
keywords
Dropped node 0.10 support
Changed
- Same features as https://github.com/typings/core/releases/tag/v1.7.0 which was unpublished
- Dropped support for node 0.10
JSPM Support
Added
- Resolve
jspm:
modules
Compile Dependency Event
Changed
- Fix the path arguments for compile events
- Emit a
compiledependency
event
URL Rewriting
Added
- Enable the ability to rewrite URLs (#147)