Releases: benyap/resolve-tspaths
Releases · benyap/resolve-tspaths
v0.4.0
0.4.0 (2022-05-14)
Features
- pass --ext as list instead of comma-separated string (23a4cce)
Internal
- add deps to commitlint (fc5a5b3)
- add test for resolving aliases from nested path (1e8aaf0)
- gitignore coverage directory (43b2814)
- rename some start scripts (ad267c5)
Dependencies
- bump @commitlint/cli from 16.2.3 to 16.2.4 (6094bf5)
- bump @commitlint/config-conventional from 16.2.1 to 16.2.4 (102aa50)
- bump @release-it/conventional-changelog from 4.2.2 to 4.3.0 (5112bf2)
- bump @types/jest, jest and ts-jest (1ca13bb)
- bump @types/node from 17.0.23 to 17.0.33 (a6a5034)
- bump commander from 9.1.0 to 9.2.0 (0b4a92a)
- bump husky from 7.0.4 to 8.0.1 (ca95c62)
- bump release-it from 14.14.0 to 14.14.3 (b7b7547)
- bump release-it, @release-it/bumper and @release-it/conventional-changelog (831962c)
- bump tsconfig-paths from 3.14.1 to 4.0.0 (dac2b9e)
- bump typescript from 4.6.3 to 4.6.4 (16ca3fd)
v0.3.0
0.3.0 (2022-04-08)
Features
- export resolveTsPaths function for use as commonjs module (thanks to @tcK1 for the suggestion) (f269326)
Dependencies
- bump @commitlint/cli from 16.2.1 to 16.2.3 (cdee2e5)
- bump @commitlint/config-conventional from 16.0.0 to 16.2.1 (c07185b)
- bump @release-it/conventional-changelog from 4.1.0 to 4.2.2 (7aa36e4)
- bump @types/jest from 27.4.0 to 27.4.1 (4dd214f)
- bump @types/node from 17.0.21 to 17.0.23 (8513ca0)
- bump commander from 9.0.0 to 9.1.0 (6e6a5e7)
- bump minimist from 1.2.5 to 1.2.6 (aa68235)
- bump prettier from 2.5.1 to 2.6.2 (1406f78)
- bump release-it from 14.12.5 to 14.14.0 (06d79a9)
- bump ts-jest from 27.1.3 to 27.1.4 (1e934c8)
- bump ts-node from 10.6.0 to 10.7.0 (f572a43)
- bump tsconfig-paths from 3.12.0 to 3.14.1 (2436946)
- bump typescript from 4.5.5 to 4.6.3 (53b926d)
Documentation
Internal
- move build to release-it hook (84a53ba)
v0.2.4
0.2.4 (2022-03-06)
Bug Fixes
Documentation
- update .all-contributorsrc [skip ci] (ad8e6ee)
- update .all-contributorsrc [skip ci] (92b30a2)
- update .all-contributorsrc [skip ci] (9c8c2ea)
- update README.md [skip ci] (5f92394)
- update README.md [skip ci] (45a4b8f)
- update README.md [skip ci] (3d80f7c)
Dependencies
- bump @commitlint/cli from 16.1.0 to 16.2.1 (6314881)
- bump @types/node from 17.0.10 to 17.0.21 (aa938c5)
- bump actions/checkout from 2 to 3 (1748175)
- bump actions/setup-node from 2 to 3 (7e60bda)
- bump commander from 8.3.0 to 9.0.0 (04057ce)
- bump jest from 27.4.7 to 27.5.1 (686e774)
- bump node-fetch from 2.6.6 to 2.6.7 (ce7accc)
- bump release-it from 14.12.3 to 14.12.5 (5a74c4b)
- bump ts-node from 10.4.0 to 10.6.0 (f9ea301)
Internal
- format (683d8a1)
v0.2.3
0.2.3 (2022-01-21)
Bug Fixes
- compilerOptions.paths not being resolved relative to extended config (closes #10) (6ce9cfe)
- support parsing tsconfig with multiline comments (b910f28)
Dependencies
- bump @release-it/conventional-changelog from 3.3.0 to 4.1.0 (ed19888)
- bump typescript from 4.5.4 to 4.5.5 (400e44e)
Internal
- reduce dependabot schedule (64a4105)
Documentation
v0.2.2
0.2.2 (2022-01-21)
Bug Fixes
- normalize path for fast-glob as fast-glob>3.0 doesn't support windows path; use absolute path in getFilesToProcess test (@qiaoruntao) (2a2b64a)
Dependencies
- bump @commitlint/cli from 15.0.0 to 16.0.0 (77a55a0)
- bump @commitlint/cli from 16.0.0 to 16.0.1 (6f5f8a5)
- bump @commitlint/cli from 16.0.1 to 16.1.0 (e9bd5c8)
- bump @commitlint/config-conventional from 15.0.0 to 16.0.0 (ec86632)
- bump @types/jest from 27.0.3 to 27.4.0 (a17d3ea)
- bump @types/node from 17.0.4 to 17.0.5 (8e50b12)
- bump @types/node from 17.0.5 to 17.0.10 (177f4a2)
- bump fast-glob from 3.2.7 to 3.2.11 (a4c91b3)
- bump jest from 27.4.5 to 27.4.7 (9f8ad77)
- bump release-it from 14.11.8 to 14.12.3 (daa5d1b)
- bump ts-jest from 27.1.2 to 27.1.3 (6e7b0ac)
Internal
- rename dependencies label prefix (3e39df1)
- run yarn format (4150ece)
- update release name format (d318beb)
Documentation
v0.2.1
v0.2.0
0.2.0 (2021-12-26)
Features
- support dynamic imports (@Chocobozzz) (92e7c79)
Documentation
- document supported path types (2caf7c6)