Skip to content

Releases: eBayClassifiedsGroup/update-ts-references

Supporting a custom tsconfig name

10 Apr 11:22
Compare
Choose a tag to compare

Before update-ts-references worked only with files like tsconfig.json. Now you can choose a different name via the newly introduced cli option --configName.

e.g. npx update-ts-references --configName tsconfig.dev.json

Preserve manually set options on references

06 Apr 13:40
Compare
Choose a tag to compare

Manually set options on references (e.g. prepend see details here) will now be preserved.

Added PNPM support

05 Apr 11:28
Compare
Choose a tag to compare

Supporting pnpm workspaces #10

Note: Referencing workspace packages through aliases is NOT supported yet. See more #13

improve cross OS setup

23 Dec 09:38
Compare
Choose a tag to compare

To ensure that the path in the references is not always changing from posix to win32, when your team is working with a mixed setup (windows, macOS or linux machines) we now ensure that it will always use the posix style for paths.

Improving tsconfig formatting output

01 Dec 23:00
Compare
Choose a tag to compare
1.3.0

chore(release): v1.3.0

Support nohoist config for yarn workspaces

16 Nov 21:07
Compare
Choose a tag to compare
1.2.0

feat: support nohoist config for yarn ws

Add check option for detecting changes

02 Nov 13:43
Compare
Choose a tag to compare
1.1.0

feat: add check option for detecting changes