UNPKG

9 kBMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file.
4See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6## [1.7.18](https://github.com/zerkalica/zerollup/compare/v1.7.17...v1.7.18) (2020-06-08)
7
8**Note:** Version bump only for package @zerollup/ts-transform-paths
9
10
11
12
13
14## [1.7.17](https://github.com/zerkalica/zerollup/compare/v1.7.16...v1.7.17) (2020-04-04)
15
16
17### Bug Fixes
18
19* **ts-transform-paths:** disable path rewrite in d.ts option: disableForDeclarations ([e6d3de3](https://github.com/zerkalica/zerollup/commit/e6d3de37e601275db7d9165488df29fc6da11fa5))
20
21
22
23
24
25## [1.7.16](https://github.com/zerkalica/zerollup/compare/v1.7.15...v1.7.16) (2020-04-04)
26
27
28### Bug Fixes
29
30* **ts-transform-paths:** use fileExists, remove getSourceFile [#30](https://github.com/zerkalica/zerollup/issues/30) ([0c97e90](https://github.com/zerkalica/zerollup/commit/0c97e900fa171a52425c4d4410c30b2df109038e))
31
32
33
34
35
36## [1.7.15](https://github.com/zerkalica/zerollup/compare/v1.7.14...v1.7.15) (2020-03-26)
37
38**Note:** Version bump only for package @zerollup/ts-transform-paths
39
40
41
42
43
44## [1.7.14](https://github.com/zerkalica/zerollup/compare/v1.7.13...v1.7.14) (2020-03-26)
45
46
47### Bug Fixes
48
49* **ts-transform-paths:** setup rollup with ttypescript ([767576b](https://github.com/zerkalica/zerollup/commit/767576befc2cc7f3cab0372c638955c001e6b28b))
50
51
52
53
54
55## [1.7.13](https://github.com/zerkalica/zerollup/compare/v1.7.12...v1.7.13) (2020-03-23)
56
57**Note:** Version bump only for package @zerollup/ts-transform-paths
58
59
60
61
62
63## [1.7.12](https://github.com/zerkalica/zerollup/compare/v1.7.11...v1.7.12) (2020-03-01)
64
65
66### Bug Fixes
67
68* **ts-transform-paths:** check if import file exists without substitution, closes [#25](https://github.com/zerkalica/zerollup/issues/25) ([2c19d3a](https://github.com/zerkalica/zerollup/commit/2c19d3ac9ef58f14952c2004f76ec3c614f1bc72))
69
70
71
72
73
74## [1.7.11](https://github.com/zerkalica/zerollup/compare/v1.7.10...v1.7.11) (2020-01-12)
75
76**Note:** Version bump only for package @zerollup/ts-transform-paths
77
78
79
80
81
82## [1.7.10](https://github.com/zerkalica/zerollup/compare/v1.7.9...v1.7.10) (2020-01-11)
83
84**Note:** Version bump only for package @zerollup/ts-transform-paths
85
86
87
88
89
90## [1.7.9](https://github.com/zerkalica/zerollup/compare/v1.7.8...v1.7.9) (2019-12-22)
91
92**Note:** Version bump only for package @zerollup/ts-transform-paths
93
94
95
96
97
98## [1.7.8](https://github.com/zerkalica/zerollup/compare/v1.7.7...v1.7.8) (2019-12-02)
99
100
101### Bug Fixes
102
103* **ts-transform-paths:** import with extension [#21](https://github.com/zerkalica/zerollup/issues/21) ([46f4933](https://github.com/zerkalica/zerollup/commit/46f4933ab0d7f878395cd0c41c99017fa133eb6c))
104
105
106
107
108
109## [1.7.7](https://github.com/zerkalica/zerollup/compare/v1.7.6...v1.7.7) (2019-11-16)
110
111
112### Bug Fixes
113
114* **ts-transform-paths:** improve own import detector [#18](https://github.com/zerkalica/zerollup/issues/18) ([29eb2f7](https://github.com/zerkalica/zerollup/commit/29eb2f7e7f93a3eb67610f2a0beb5c60171dbb90))
115
116
117
118
119
120## [1.7.6](https://github.com/zerkalica/zerollup/compare/v1.7.5...v1.7.6) (2019-11-13)
121
122
123### Bug Fixes
124
125* **ts-transform-paths:** import value [#18](https://github.com/zerkalica/zerollup/issues/18) ([617bd33](https://github.com/zerkalica/zerollup/commit/617bd33ab2b33ed2e4e32f0884be4faca412e32c))
126
127
128
129
130
131## [1.7.5](https://github.com/zerkalica/zerollup/compare/v1.7.4...v1.7.5) (2019-11-10)
132
133
134### Bug Fixes
135
136* **ts-transform-paths:** readme, code optimisations ([392f93b](https://github.com/zerkalica/zerollup/commit/392f93b53f5f7587dc6887d0f60ff45253a6dd5c))
137* **ts-transform-paths:** restore resolver, closes [#18](https://github.com/zerkalica/zerollup/issues/18) ([679311f](https://github.com/zerkalica/zerollup/commit/679311f9bf969312c8be2c1f1b43415da17fa0c5))
138
139
140
141
142
143## [1.7.4](https://github.com/zerkalica/zerollup/compare/v1.7.3...v1.7.4) (2019-11-07)
144
145
146### Bug Fixes
147
148* strict mode, paths fix ([e945be6](https://github.com/zerkalica/zerollup/commit/e945be66862191e5ae164ed6ba275c6d1f47832d)), closes [#16](https://github.com/zerkalica/zerollup/issues/16) [#17](https://github.com/zerkalica/zerollup/issues/17)
149
150
151
152
153
154## [1.7.3](https://github.com/zerkalica/zerollup/compare/v1.7.2...v1.7.3) (2019-05-31)
155
156
157### Bug Fixes
158
159* **ts-transform-paths:** moduleSpecifier null check [#13](https://github.com/zerkalica/zerollup/issues/13) ([50c033c](https://github.com/zerkalica/zerollup/commit/50c033c))
160
161
162
163
164
165## [1.7.2](https://github.com/zerkalica/zerollup/compare/v1.7.1...v1.7.2) (2019-05-31)
166
167**Note:** Version bump only for package @zerollup/ts-transform-paths
168
169
170
171
172
173## [1.7.1](https://github.com/zerkalica/zerollup/compare/v1.7.0...v1.7.1) (2019-04-09)
174
175
176### Bug Fixes
177
178* **ts-transform-paths:** watch, https://github.com/zerkalica/zerollup/issues/12 ([9f3cc5c](https://github.com/zerkalica/zerollup/commit/9f3cc5c))
179
180
181
182
183
184# [1.7.0](https://github.com/zerkalica/zerollup/compare/v1.6.6...v1.7.0) (2019-02-09)
185
186
187### Features
188
189* **ts-transform-paths:** added exclude and for options to config, [#10](https://github.com/zerkalica/zerollup/issues/10) ([5da42e1](https://github.com/zerkalica/zerollup/commit/5da42e1))
190
191
192
193
194
195## [1.6.6](https://github.com/zerkalica/zerollup/compare/v1.6.5...v1.6.6) (2019-02-06)
196
197
198### Bug Fixes
199
200* **ts-transform-paths:** tests for resolve relative paths, [#10](https://github.com/zerkalica/zerollup/issues/10) ([a41585e](https://github.com/zerkalica/zerollup/commit/a41585e))
201
202
203
204
205
206## [1.6.5](https://github.com/zerkalica/zerollup/compare/v1.6.4...v1.6.5) (2018-12-01)
207
208**Note:** Version bump only for package @zerollup/ts-transform-paths
209
210
211
212
213
214<a name="1.5.1"></a>
215## [1.5.1](https://github.com/zerkalica/zerollup/compare/v1.5.0...v1.5.1) (2018-08-29)
216
217**Note:** Version bump only for package @zerollup/ts-transform-paths
218
219
220
221
222
223<a name="1.5.0"></a>
224# [1.5.0](https://github.com/zerkalica/zerollup/compare/v1.4.5...v1.5.0) (2018-08-29)
225
226**Note:** Version bump only for package @zerollup/ts-transform-paths
227
228
229
230
231
232<a name="1.4.5"></a>
233## [1.4.5](https://github.com/zerkalica/zerollup/compare/v1.4.4...v1.4.5) (2018-06-26)
234
235
236### Bug Fixes
237
238* **ts-transform-paths:** processed map removed ([7bf7d11](https://github.com/zerkalica/zerollup/commit/7bf7d11))
239
240
241
242
243<a name="1.4.4"></a>
244## [1.4.4](https://github.com/zerkalica/zerollup/compare/v1.4.3...v1.4.4) (2018-06-26)
245
246
247### Bug Fixes
248
249* **ts-transform-paths:** d.ts generated dynamic imports ([4a8410b](https://github.com/zerkalica/zerollup/commit/4a8410b))
250
251
252
253
254<a name="1.4.3"></a>
255## [1.4.3](https://github.com/zerkalica/zerollup/compare/v1.4.2...v1.4.3) (2018-06-22)
256
257
258### Bug Fixes
259
260* **ts-transform-paths:** regexp matching for paths suggestions, closes [#3](https://github.com/zerkalica/zerollup/issues/3) ([723dc77](https://github.com/zerkalica/zerollup/commit/723dc77))
261* **ts-transform-paths:** removed compat with old ts ([ddecdc5](https://github.com/zerkalica/zerollup/commit/ddecdc5))
262
263
264
265
266<a name="1.2.6"></a>
267## [1.2.6](https://github.com/zerkalica/zerollup/compare/v1.2.5...v1.2.6) (2018-05-31)
268
269
270
271
272**Note:** Version bump only for package @zerollup/ts-transform-paths
273
274<a name="1.2.5"></a>
275## [1.2.5](https://github.com/zerkalica/zerollup/compare/v1.2.4...v1.2.5) (2018-05-30)
276
277
278
279
280**Note:** Version bump only for package @zerollup/ts-transform-paths
281
282<a name="1.2.4"></a>
283## [1.2.4](https://github.com/zerkalica/zerollup/compare/v1.2.3...v1.2.4) (2018-05-29)
284
285
286### Bug Fixes
287
288* **ts-transform-paths:** bad import/export in output js if importing/exporting pure interfaces ([ea509a5](https://github.com/zerkalica/zerollup/commit/ea509a5))
289
290
291
292
293<a name="1.2.3"></a>
294## [1.2.3](https://github.com/zerkalica/zerollup/compare/v1.2.2...v1.2.3) (2018-05-29)
295
296
297### Bug Fixes
298
299* **ts-transform-paths:** interface import non-removal ([31d294e](https://github.com/zerkalica/zerollup/commit/31d294e))
300
301
302
303
304<a name="1.2.2"></a>
305## [1.2.2](https://github.com/zerkalica/zerollup/compare/v1.2.1...v1.2.2) (2018-05-26)
306
307
308### Bug Fixes
309
310* **ts-transform-paths:** node cloning ([5ffaf95](https://github.com/zerkalica/zerollup/commit/5ffaf95))
311
312
313
314
315<a name="1.2.1"></a>
316## [1.2.1](https://github.com/zerkalica/zerollup/compare/v1.2.0...v1.2.1) (2018-05-26)
317
318
319### Bug Fixes
320
321* **ts-transform-plugin:** commonjs module fix [#1](https://github.com/zerkalica/zerollup/issues/1) ([f5aee9a](https://github.com/zerkalica/zerollup/commit/f5aee9a))
322
323
324
325
326<a name="1.2.0"></a>
327# [1.2.0](https://github.com/zerkalica/zerollup/compare/v1.1.4...v1.2.0) (2018-05-22)
328
329
330### Features
331
332* **ts-transform-plugin:** initial require support ([1aa3762](https://github.com/zerkalica/zerollup/commit/1aa3762))
333
334
335
336
337<a name="1.1.4"></a>
338## [1.1.4](https://github.com/zerkalica/zerollup/compare/v1.1.3...v1.1.4) (2018-05-18)
339
340
341### Bug Fixes
342
343* **ts-transform-paths:** afterDeclarations name changed ([f1f5e6a](https://github.com/zerkalica/zerollup/commit/f1f5e6a))
344
345
346
347
348<a name="1.1.3"></a>
349## [1.1.3](https://github.com/zerkalica/zerollup/compare/v1.1.2...v1.1.3) (2018-05-15)
350
351
352
353
354**Note:** Version bump only for package @zerollup/ts-transform-paths