You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+68-68Lines changed: 68 additions & 68 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,61 +11,61 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
11
11
12
12
### Added
13
13
14
-
- Add support for tsconfig extends as array of strings. #. See PR [#245](https://github.com/dividab/tsconfig-paths/pull/245). Thanks to [@DanielSidhion](https://github.com/DanielSidhion) for this PR!
14
+
- Add support for tsconfig extends as array of strings. #. See PR [#245](https://github.com/jonaskello/tsconfig-paths/pull/245). Thanks to [@DanielSidhion](https://github.com/DanielSidhion) for this PR!
15
15
16
16
## [3.14.2] - 2023-02-25
17
17
18
18
### Fixed
19
19
20
-
- bump JSON5 from v1.0.1 to v1.0.2 in tsconfig-paths v3.14.1 to fix CVE-2022-46175 #234. See PR [#234](https://github.com/dividab/tsconfig-paths/pull/234). Thanks to [@mihaiplesa](https://github.com/mihaiplesa) for this PR!
20
+
- bump JSON5 from v1.0.1 to v1.0.2 in tsconfig-paths v3.14.1 to fix CVE-2022-46175 #234. See PR [#234](https://github.com/jonaskello/tsconfig-paths/pull/234). Thanks to [@mihaiplesa](https://github.com/mihaiplesa) for this PR!
21
21
22
22
## [4.1.2] - 2023-01-02
23
23
24
24
### Fixed
25
25
26
-
- Bump JSON5 dependency to 2.2.2 to fix CVE-2022-46175. See PR [#232](https://github.com/dividab/tsconfig-paths/pull/232). Thanks to [@oparisblue](https://github.com/oparisblue) for this PR!
26
+
- Bump JSON5 dependency to 2.2.2 to fix CVE-2022-46175. See PR [#232](https://github.com/jonaskello/tsconfig-paths/pull/232). Thanks to [@oparisblue](https://github.com/oparisblue) for this PR!
27
27
28
28
## [4.1.1] - 2022-11-30
29
29
30
30
### Fixed
31
31
32
-
- Skip stat call / throwing an exception when source files don't exist. See PR [#225](https://github.com/dividab/tsconfig-paths/pull/225). Thanks to [@robstolarz](https://github.com/robstolarz) for this PR!
32
+
- Skip stat call / throwing an exception when source files don't exist. See PR [#225](https://github.com/jonaskello/tsconfig-paths/pull/225). Thanks to [@robstolarz](https://github.com/robstolarz) for this PR!
33
33
34
34
## [4.1.0] - 2022-08-06
35
35
36
-
- Add support for nested main field selectors #. See PR [#218](https://github.com/dividab/tsconfig-paths/pull/218). Thanks to [@aaronadamsCA](https://github.com/aaronadamsCA) for this PR!
36
+
- Add support for nested main field selectors #. See PR [#218](https://github.com/jonaskello/tsconfig-paths/pull/218). Thanks to [@aaronadamsCA](https://github.com/aaronadamsCA) for this PR!
37
37
38
38
## [4.0.0] - 2022-05-02
39
39
40
40
### Changed
41
41
42
-
- Ignore `--project`/`-P` CLI flag when explicit options are passed to `register`. See PR [#206](https://github.com/dividab/tsconfig-paths/pull/206).
43
-
- Tolerate an undefined `baseUrl` compiler option. See PR [#208](https://github.com/dividab/tsconfig-paths/pull/208).
42
+
- Ignore `--project`/`-P` CLI flag when explicit options are passed to `register`. See PR [#206](https://github.com/jonaskello/tsconfig-paths/pull/206).
43
+
- Tolerate an undefined `baseUrl` compiler option. See PR [#208](https://github.com/jonaskello/tsconfig-paths/pull/208).
44
44
45
45
### Added
46
46
47
-
- Add `cwd` option to `register` function that overrides where the `tsconfig.json` search begins. See PR [#205](https://github.com/dividab/tsconfig-paths/pull/205).
48
-
- Add support for `jsconfig.json`. See PR [#199](https://github.com/dividab/tsconfig-paths/pull/199). Thanks to [@F3n67u](https://github.com/F3n67u) for this PR!
49
-
- Let `paths` mappings be absolute paths. See PR [#184](https://github.com/dividab/tsconfig-paths/pull/184).
50
-
- Allow `baseUrl` in `tsconfig.json` to be an absolute path. See PR [#174](https://github.com/dividab/tsconfig-paths/pull/174). Thanks to [@nwalters512](https://github.com/nwalters512) for this PR!
47
+
- Add `cwd` option to `register` function that overrides where the `tsconfig.json` search begins. See PR [#205](https://github.com/jonaskello/tsconfig-paths/pull/205).
48
+
- Add support for `jsconfig.json`. See PR [#199](https://github.com/jonaskello/tsconfig-paths/pull/199). Thanks to [@F3n67u](https://github.com/F3n67u) for this PR!
49
+
- Let `paths` mappings be absolute paths. See PR [#184](https://github.com/jonaskello/tsconfig-paths/pull/184).
50
+
- Allow `baseUrl` in `tsconfig.json` to be an absolute path. See PR [#174](https://github.com/jonaskello/tsconfig-paths/pull/174). Thanks to [@nwalters512](https://github.com/nwalters512) for this PR!
51
51
52
52
## [3.14.1] - 2022-03-22
53
53
54
54
### Fixed
55
55
56
-
- Use minimist 1.2.6 for all depencencies becuase of pollution vulnerability. See PR [#197](https://github.com/dividab/tsconfig-paths/pull/197). Thanks to [@gopijaganthan](https://github.com/gopijaganthan) for this fix!
56
+
- Use minimist 1.2.6 for all depencencies becuase of pollution vulnerability. See PR [#197](https://github.com/jonaskello/tsconfig-paths/pull/197). Thanks to [@gopijaganthan](https://github.com/gopijaganthan) for this fix!
57
57
58
58
## [3.14.0] - 2022-03-13
59
59
60
60
### Added
61
61
62
-
- Support for path mapping starting with `/`. See PR [#180](https://github.com/dividab/tsconfig-paths/pull/180), issue [#113](https://github.com/dividab/tsconfig-paths/issues/113), and issue [#128](https://github.com/dividab/tsconfig-paths/issues/128). Thanks to [@benevbright](https://github.com/benevbright) for this fix!
62
+
- Support for path mapping starting with `/`. See PR [#180](https://github.com/jonaskello/tsconfig-paths/pull/180), issue [#113](https://github.com/jonaskello/tsconfig-paths/issues/113), and issue [#128](https://github.com/jonaskello/tsconfig-paths/issues/128). Thanks to [@benevbright](https://github.com/benevbright) for this fix!
63
63
64
64
## [3.13.0] - 2022-03-03
65
65
66
66
### Added
67
67
68
-
- Include file extension in paths resolved from package.json "main" field. See PR [#135](https://github.com/dividab/tsconfig-paths/pull/135) and issue [#133](https://github.com/dividab/tsconfig-paths/issues/133). Thanks to [@katywings](https://github.com/katywings) for this fix!
68
+
- Include file extension in paths resolved from package.json "main" field. See PR [#135](https://github.com/jonaskello/tsconfig-paths/pull/135) and issue [#133](https://github.com/jonaskello/tsconfig-paths/issues/133). Thanks to [@katywings](https://github.com/katywings) for this fix!
69
69
70
70
## [3.12.0] - 2021-08-24
71
71
@@ -104,85 +104,85 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
104
104
105
105
### Added
106
106
107
-
- Make extension config override instead of deep merge. See PR [#95](https://github.com/dividab/tsconfig-paths/pull/95) and issue [#94](https://github.com/dividab/tsconfig-paths/issues/94). Thanks to [@OliverJAsh](https://github.com/OliverJAsh) for this addition!
107
+
- Make extension config override instead of deep merge. See PR [#95](https://github.com/jonaskello/tsconfig-paths/pull/95) and issue [#94](https://github.com/jonaskello/tsconfig-paths/issues/94). Thanks to [@OliverJAsh](https://github.com/OliverJAsh) for this addition!
108
108
109
109
## [3.8.0] - 2019-02-05
110
110
111
111
### Added
112
112
113
-
- Add option to avoid adding a match-all rule. See PR [#73](https://github.com/dividab/tsconfig-paths/pull/73) and issue [72](https://github.com/dividab/tsconfig-paths/issues/72). Thanks to [@Swatinem](https://github.com/Swatinem) for this addition!
113
+
- Add option to avoid adding a match-all rule. See PR [#73](https://github.com/jonaskello/tsconfig-paths/pull/73) and issue [72](https://github.com/jonaskello/tsconfig-paths/issues/72). Thanks to [@Swatinem](https://github.com/Swatinem) for this addition!
114
114
115
115
## [3.7.0] - 2018-11-11
116
116
117
117
### Added
118
118
119
-
- Allow cleanup of register(). See PR [#64](https://github.com/dividab/tsconfig-paths/pull/64) and issue [63](https://github.com/dividab/tsconfig-paths/issues/63). Thanks to [@TylorS](https://github.com/TylorS) for this addition!
119
+
- Allow cleanup of register(). See PR [#64](https://github.com/jonaskello/tsconfig-paths/pull/64) and issue [63](https://github.com/jonaskello/tsconfig-paths/issues/63). Thanks to [@TylorS](https://github.com/TylorS) for this addition!
120
120
121
121
## [3.6.0] - 2018-09-10
122
122
123
123
### Added
124
124
125
-
- Prefer Node's core modules over file modules. See PR [#60](https://github.com/dividab/tsconfig-paths/pull/60) and issue [56](https://github.com/dividab/tsconfig-paths/issues/56). Thanks to @ljani for this addition!
125
+
- Prefer Node's core modules over file modules. See PR [#60](https://github.com/jonaskello/tsconfig-paths/pull/60) and issue [56](https://github.com/jonaskello/tsconfig-paths/issues/56). Thanks to @ljani for this addition!
126
126
127
127
## [3.5.0] - 2018-07-28
128
128
129
129
### Added
130
130
131
-
- Add support for trailing commas in tsconfig.json (use JSON5 to parse). See issue [#48](https://github.com/dividab/tsconfig-paths/issues/48), and PR [#58](https://github.com/dividab/tsconfig-paths/pull/58). Thanks to [@JakobJingleheimer](https://github.com/JakobJingleheimer) for this addition!
131
+
- Add support for trailing commas in tsconfig.json (use JSON5 to parse). See issue [#48](https://github.com/jonaskello/tsconfig-paths/issues/48), and PR [#58](https://github.com/jonaskello/tsconfig-paths/pull/58). Thanks to [@JakobJingleheimer](https://github.com/JakobJingleheimer) for this addition!
132
132
133
133
## [3.4.2] - 2018-06-30
134
134
135
135
### Fixed
136
136
137
-
- Do not resolve directories, only files, sse issue [#51](https://github.com/dividab/tsconfig-paths/issues/51).
137
+
- Do not resolve directories, only files, sse issue [#51](https://github.com/jonaskello/tsconfig-paths/issues/51).
138
138
139
139
## [3.4.1] - 2018-06-24
140
140
141
141
### Fixed
142
142
143
-
- Ignore field name mappings in package.json files that are not paths of existing files [#46](https://github.com/dividab/tsconfig-paths/pull/45). Thanks to [@christoffer](https://github.com/christoffer) for this fix!
143
+
- Ignore field name mappings in package.json files that are not paths of existing files [#46](https://github.com/jonaskello/tsconfig-paths/pull/45). Thanks to [@christoffer](https://github.com/christoffer) for this fix!
144
144
145
145
## [3.4.0] - 2018-06-12
146
146
147
147
### Added
148
148
149
-
- Add support for providing a list of field names to try instead of just using "main", [#45](https://github.com/dividab/tsconfig-paths/pull/45). Thanks to [@christoffer-dropbox](https://github.com/christoffer-dropbox) for this addition!
149
+
- Add support for providing a list of field names to try instead of just using "main", [#45](https://github.com/jonaskello/tsconfig-paths/pull/45). Thanks to [@christoffer-dropbox](https://github.com/christoffer-dropbox) for this addition!
150
150
151
151
## [3.3.2] - 2018-05-07
152
152
153
153
### Fixed
154
154
155
-
- Adding json file extension to extends property, [#40](https://github.com/dividab/tsconfig-paths/pull/40). Thanks to [@cwhite-connectfirst](https://github.com/cwhite-connectfirst) for this fixing this!
155
+
- Adding json file extension to extends property, [#40](https://github.com/jonaskello/tsconfig-paths/pull/40). Thanks to [@cwhite-connectfirst](https://github.com/cwhite-connectfirst) for this fixing this!
156
156
157
157
## [3.3.1] - 2018-04-17
158
158
159
159
### Fixed
160
160
161
-
- Fix project undefined error when calling register, [#37](https://github.com/dividab/tsconfig-paths/issues/37). Thanks to [@natedanner](https://github.com/natedanner) for this fixing this!
161
+
- Fix project undefined error when calling register, [#37](https://github.com/jonaskello/tsconfig-paths/issues/37). Thanks to [@natedanner](https://github.com/natedanner) for this fixing this!
162
162
163
163
## [3.3.0] - 2018-04-14
164
164
165
165
### Added
166
166
167
-
- Add possibility to indicate explicitly tsconfig location, [#35](https://github.com/dividab/tsconfig-paths/issues/35). Thanks to [@procopenco](https://github.com/procopenco) for this adding this!
167
+
- Add possibility to indicate explicitly tsconfig location, [#35](https://github.com/jonaskello/tsconfig-paths/issues/35). Thanks to [@procopenco](https://github.com/procopenco) for this adding this!
168
168
169
169
## [3.2.0] - 2018-03-31
170
170
171
171
### Added
172
172
173
-
- Added support for passing a filename as cwd, see issue [#31](https://github.com/dividab/tsconfig-paths/issues/31) and PR [#32](https://github.com/dividab/tsconfig-paths/pull/32). Thanks to [@amodm](https://github.com/amodm) for this adding this!
173
+
- Added support for passing a filename as cwd, see issue [#31](https://github.com/jonaskello/tsconfig-paths/issues/31) and PR [#32](https://github.com/jonaskello/tsconfig-paths/pull/32). Thanks to [@amodm](https://github.com/amodm) for this adding this!
174
174
175
175
## [3.1.3] - 2018-03-14
176
176
177
177
### Fixed
178
178
179
-
- Fix async recursion, see [#30](https://github.com/dividab/tsconfig-paths/pull/30). Thanks to [@Nayni](https://github.com/Nayni) for this fix!
179
+
- Fix async recursion, see [#30](https://github.com/jonaskello/tsconfig-paths/pull/30). Thanks to [@Nayni](https://github.com/Nayni) for this fix!
180
180
181
181
## [3.1.2] - 2018-03-13
182
182
183
183
### Fixed
184
184
185
-
- Fix a forgotten return when doneCallback is invoked, see [#29](https://github.com/dividab/tsconfig-paths/pull/29). Thanks to [@Nayni](https://github.com/Nayni) for this fix!
185
+
- Fix a forgotten return when doneCallback is invoked, see [#29](https://github.com/jonaskello/tsconfig-paths/pull/29). Thanks to [@Nayni](https://github.com/Nayni) for this fix!
186
186
187
187
## [3.1.1] - 2018-01-13
188
188
@@ -212,7 +212,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
212
212
213
213
### Fixed
214
214
215
-
- Only resolve path if tsconfig present [#25](https://github.com/dividab/tsconfig-paths/pull/25). Thanks to @nicoschoenmaker for the PR.
215
+
- Only resolve path if tsconfig present [#25](https://github.com/jonaskello/tsconfig-paths/pull/25). Thanks to @nicoschoenmaker for the PR.
216
216
217
217
## [2.7.2]
218
218
@@ -230,7 +230,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
230
230
231
231
### Added
232
232
233
-
- Support `baseUrl` to exist in base tsconfig.json when using `extends`, see [#23](https://github.com/dividab/tsconfig-paths/issues/23).
233
+
- Support `baseUrl` to exist in base tsconfig.json when using `extends`, see [#23](https://github.com/jonaskello/tsconfig-paths/issues/23).
234
234
235
235
## [2.6.0]
236
236
@@ -260,7 +260,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
260
260
261
261
### Fixed
262
262
263
-
- Include declaration files. Fixes [#22](https://github.com/dividab/tsconfig-paths/issues/22).
263
+
- Include declaration files. Fixes [#22](https://github.com/jonaskello/tsconfig-paths/issues/22).
264
264
265
265
## [2.4.0]
266
266
@@ -270,38 +270,38 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
270
270
271
271
### Fixed
272
272
273
-
- Support for config inheritance with `extends`. Fixes [#17](https://github.com/dividab/tsconfig-paths/issues/17).
273
+
- Support for config inheritance with `extends`. Fixes [#17](https://github.com/jonaskello/tsconfig-paths/issues/17).
0 commit comments