49 lines
2.1 KiB
Markdown
49 lines
2.1 KiB
Markdown
# Changelog
|
|
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
|
|
|
|
## [1.0.7](https://github.com/RebeccaStevens/ts-declaration-location/compare/v1.0.6...v1.0.7) (2025-03-22)
|
|
|
|
|
|
### Performance Improvements
|
|
|
|
* switch from `minimatch` to `picomatch` ([#80](https://github.com/RebeccaStevens/ts-declaration-location/issues/80)) ([ec26e28](https://github.com/RebeccaStevens/ts-declaration-location/commit/ec26e284a597280babaf926697b1b681bcffe485))
|
|
|
|
## [1.0.6](https://github.com/RebeccaStevens/ts-declaration-location/compare/v1.0.5...v1.0.6) (2025-03-08)
|
|
|
|
## [1.0.5](https://github.com/RebeccaStevens/ts-declaration-location/compare/v1.0.4...v1.0.5) (2024-11-28)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* support relative globs ([#56](https://github.com/RebeccaStevens/ts-declaration-location/issues/56)) ([bec326d](https://github.com/RebeccaStevens/ts-declaration-location/commit/bec326d961f8ba91cb6f697df5d2d1701c8a11f3))
|
|
|
|
## [1.0.4](https://github.com/RebeccaStevens/ts-declaration-location/compare/v1.0.3...v1.0.4) (2024-08-01)
|
|
|
|
## [1.0.3](https://github.com/RebeccaStevens/ts-declaration-location/compare/v1.0.2...v1.0.3) (2024-07-19)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* handling of global module declarations ([45e884c](https://github.com/RebeccaStevens/ts-declaration-location/commit/45e884c7b58b31bc139a5cff28d96ebcc7434462))
|
|
|
|
## [1.0.2](https://github.com/RebeccaStevens/ts-declaration-location/compare/v1.0.1...v1.0.2) (2024-07-06)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* types declared in module declaration are now handle ([316969b](https://github.com/RebeccaStevens/ts-declaration-location/commit/316969b1c724511501d11af0afab56508899d574))
|
|
|
|
## [1.0.1](https://github.com/RebeccaStevens/ts-declaration-location/compare/v1.0.0...v1.0.1) (2024-05-06)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* how testing if a type is a from a local file is done ([3312d1c](https://github.com/RebeccaStevens/ts-declaration-location/commit/3312d1c50547c352764103cdd5b72be8fbadac49))
|
|
|
|
# 1.0.0 (2024-04-14)
|
|
|
|
|
|
### Features
|
|
|
|
* initial implementation ([84b1664](https://github.com/RebeccaStevens/ts-declaration-location/commit/84b16647bc4cefce04955c507ac5da20ff8cc3db))
|