UNPKG

5.38 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# [0.10.0](https://github.com/1stG/configs/compare/@1stg/rollup-config@0.9.7...@1stg/rollup-config@0.10.0) (2019-09-24)
7
8
9### Features
10
11* enable @pkgr/named-exports and prettier-plugin-pkg ([f7b1bc6](https://github.com/1stG/configs/commit/f7b1bc6))
12
13
14
15
16
17## [0.9.7](https://github.com/1stG/configs/compare/@1stg/rollup-config@0.9.6...@1stg/rollup-config@0.9.7) (2019-09-24)
18
19
20### Bug Fixes
21
22* **rollup-config:** never set outDir to empty string automatically ([5682862](https://github.com/1stG/configs/commit/5682862))
23
24
25
26
27
28## [0.9.6](https://github.com/1stG/configs/compare/@1stg/rollup-config@0.9.5...@1stg/rollup-config@0.9.6) (2019-09-23)
29
30
31### Bug Fixes
32
33* **rollup-config:** -ex is not working, so change to -x ([d39b124](https://github.com/1stG/configs/commit/d39b124))
34
35
36
37
38
39## 0.9.5 (2019-09-21)
40
41
42### Bug Fixes
43
44* **rollup-config:** regression of input and outputDir which should always be scoped ([f2fcc15](https://github.com/1stG/configs/commit/f2fcc15))
45
46
47
48
49
50## [0.9.4](https://github.com/1stG/configs/compare/@1stg/rollup-config@0.9.3...@1stg/rollup-config@0.9.4) (2019-09-13)
51
52
53### Bug Fixes
54
55* **deps:** bump dep versions, support directory option of ts resolver ([0c6bcf1](https://github.com/1stG/configs/commit/0c6bcf1))
56
57
58
59
60
61## [0.9.3](https://github.com/1stG/configs/compare/@1stg/rollup-config@0.9.2...@1stg/rollup-config@0.9.3) (2019-09-10)
62
63
64### Bug Fixes
65
66* **rollup:** prod option should be optional ([cc4cd26](https://github.com/1stG/configs/commit/cc4cd26))
67
68
69
70
71
72## [0.9.2](https://github.com/1stG/configs/compare/@1stg/rollup-config@0.9.1...@1stg/rollup-config@0.9.2) (2019-09-10)
73
74
75### Bug Fixes
76
77* **deps:** enable eslint-import-resolver-ts, add prod option for rollup ([3471316](https://github.com/1stG/configs/commit/3471316))
78
79
80
81
82
83## [0.9.1](https://github.com/1stG/configs/compare/@1stg/rollup-config@0.9.0...@1stg/rollup-config@0.9.1) (2019-09-10)
84
85
86### Bug Fixes
87
88* **rollup:** .js suffix could be be omitted ([95c2aa7](https://github.com/1stG/configs/commit/95c2aa7))
89
90
91
92
93
94# [0.9.0](https://github.com/1stG/configs/compare/@1stg/rollup-config@0.8.0...@1stg/rollup-config@0.9.0) (2019-09-10)
95
96
97### Features
98
99* **rollup:** add cli support to simplify usage ([dfb7ef7](https://github.com/1stG/configs/commit/dfb7ef7))
100
101
102
103
104
105# [0.8.0](https://github.com/1stG/configs/compare/@1stg/rollup-config@0.7.0...@1stg/rollup-config@0.8.0) (2019-09-09)
106
107
108### Features
109
110* **rollup:** detect available extensions automatically ([e0deecf](https://github.com/1stG/configs/commit/e0deecf))
111* **rollup:** enable rollup-plugin-replace for production build ([542f081](https://github.com/1stG/configs/commit/542f081))
112
113
114
115
116
117# [0.7.0](https://github.com/1stG/configs/compare/@1stg/rollup-config@0.6.0...@1stg/rollup-config@0.7.0) (2019-09-07)
118
119
120### Features
121
122* **rollup:** do not include umd for engines.node by default ([5a6c919](https://github.com/1stG/configs/commit/5a6c919))
123
124
125
126
127
128# [0.6.0](https://github.com/1stG/configs/compare/@1stg/rollup-config@0.5.1...@1stg/rollup-config@0.6.0) (2019-09-07)
129
130
131### Features
132
133* **rollup:** mark builtin-modules as external for engines.node ([8f50586](https://github.com/1stG/configs/commit/8f50586))
134* **rollup:** support mark dependencies as external for engines.node ([a3fa2de](https://github.com/1stG/configs/commit/a3fa2de))
135
136
137
138
139
140## [0.5.1](https://github.com/1stG/configs/compare/@1stg/rollup-config@0.5.0...@1stg/rollup-config@0.5.1) (2019-09-07)
141
142
143### Bug Fixes
144
145* support hanle scoped package umd global name automatically ([da47f7c](https://github.com/1stG/configs/commit/da47f7c))
146
147
148
149
150
151# [0.5.0](https://github.com/1stG/configs/compare/@1stg/rollup-config@0.4.1...@1stg/rollup-config@0.5.0) (2019-09-07)
152
153
154### Features
155
156* **rollup:** add rollup-plugin-json support ([e060062](https://github.com/1stG/configs/commit/e060062))
157
158
159
160
161
162## [0.4.1](https://github.com/1stG/configs/compare/@1stg/rollup-config@0.4.0...@1stg/rollup-config@0.4.1) (2019-09-07)
163
164
165### Bug Fixes
166
167* **rollup:** incorrect default input extension ([493e6fd](https://github.com/1stG/configs/commit/493e6fd))
168
169
170
171
172
173# [0.4.0](https://github.com/1stG/configs/compare/@1stg/rollup-config@0.3.0...@1stg/rollup-config@0.4.0) (2019-09-05)
174
175
176### Features
177
178* enable eslint-plugin-node, more plugins for rollup ([abfa39b](https://github.com/1stG/configs/commit/abfa39b))
179
180
181
182
183
184# [0.3.0](https://github.com/1stG/configs/compare/@1stg/rollup-config@0.2.2...@1stg/rollup-config@0.3.0) (2019-09-02)
185
186
187### Features
188
189* **rollup:** support output es version bundle by default ([0a4d2fb](https://github.com/1stG/configs/commit/0a4d2fb))
190
191
192
193
194
195## [0.2.2](https://github.com/1stG/configs/compare/@1stg/rollup-config@0.2.1...@1stg/rollup-config@0.2.2) (2019-09-01)
196
197
198### Bug Fixes
199
200* **rollup:** should use `upperFirst` instead of `startCase` ([bce4b00](https://github.com/1stG/configs/commit/bce4b00))
201
202
203
204
205
206## [0.2.1](https://github.com/1stG/configs/compare/@1stg/rollup-config@0.2.0...@1stg/rollup-config@0.2.1) (2019-09-01)
207
208
209### Bug Fixes
210
211* **rollup:** fallback umd name for non-monorepo package ([04aa9ac](https://github.com/1stG/configs/commit/04aa9ac))
212
213
214
215
216
217# 0.2.0 (2019-09-01)
218
219
220### Features
221
222* add rollup config, improve eslint and ts configs ([c3523bb](https://github.com/1stG/configs/commit/c3523bb))