UNPKG

4.56 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.3.8 (2020-01-30)
7
8
9### Bug Fixes
10
11* **webpack:** set isTSX from mdx value ([0ba49c0](https://github.com/rx-ts/pkgr/commit/0ba49c0e2a553e02afb62e6b655b9d90eb514cba))
12
13
14
15
16
17## 0.3.7 (2020-01-30)
18
19**Note:** Version bump only for package @pkgr/utils
20
21
22
23
24
25## [0.3.6](https://github.com/rx-ts/pkgr/compare/@pkgr/utils@0.3.5...@pkgr/utils@0.3.6) (2020-01-30)
26
27
28### Bug Fixes
29
30* **deps:** bump all (dev)Dependencies, supoort md as mdx ([d588722](https://github.com/rx-ts/pkgr/commit/d58872294ba3341a5810a52bd93df55fdf3081d6))
31
32
33
34
35
36## [0.3.5](https://github.com/rx-ts/pkgr/compare/@pkgr/utils@0.3.4...@pkgr/utils@0.3.5) (2020-01-19)
37
38
39### Bug Fixes
40
41* eslint issues from unicorn ([505f5ef](https://github.com/rx-ts/pkgr/commit/505f5ef3197cc239df4ddcdb4e1d4bb197bc6b77))
42
43
44
45
46
47## [0.3.4](https://github.com/rx-ts/pkgr/compare/@pkgr/utils@0.3.3...@pkgr/utils@0.3.4) (2019-12-11)
48
49
50### Bug Fixes
51
52* **deps:** bump all (dev)Dependencies, migrate to @rollup/plugin-url ([8e9cc6f](https://github.com/rx-ts/pkgr/commit/8e9cc6fbab8facf71e445e4e4921f2c419a4792f))
53
54
55
56
57
58## [0.3.3](https://github.com/rx-ts/pkgr/compare/@pkgr/utils@0.3.2...@pkgr/utils@0.3.3) (2019-11-10)
59
60
61### Bug Fixes
62
63* **rollup:** use opts.output for build.write ([eb0b3bf](https://github.com/rx-ts/pkgr/commit/eb0b3bf15743eeaad1f335d7a2250f0b9e461fab))
64
65
66
67
68
69## [0.3.2](https://github.com/rx-ts/pkgr/compare/@pkgr/utils@0.3.1...@pkgr/utils@0.3.2) (2019-11-03)
70
71
72### Bug Fixes
73
74* **rollup:** support `external` alias and single string type ([c4e21be](https://github.com/rx-ts/pkgr/commit/c4e21be1d701ec940f59549f910064326b6ec156))
75
76
77
78
79
80## [0.3.1](https://github.com/rx-ts/pkgr/compare/@pkgr/utils@0.3.0...@pkgr/utils@0.3.1) (2019-11-03)
81
82
83### Bug Fixes
84
85* **rollup:** pass collected externals also for function externals ([a49bdf4](https://github.com/rx-ts/pkgr/commit/a49bdf426d613dd2be312757c8e57f7ed626703c)), closes [#39](https://github.com/rx-ts/pkgr/issues/39) [#38](https://github.com/rx-ts/pkgr/issues/38) [#issuecomment-549130017](https://github.com/rx-ts/pkgr/issues/issuecomment-549130017)
86
87
88
89
90
91# [0.3.0](https://github.com/rx-ts/pkgr/compare/@pkgr/utils@0.2.2...@pkgr/utils@0.3.0) (2019-11-03)
92
93
94### Features
95
96* **rollup:** support glob exclude and monorepo options, close [#36](https://github.com/rx-ts/pkgr/issues/36) ([5fc9d17](https://github.com/rx-ts/pkgr/commit/5fc9d1700d4771474baad515220e47f2e768d179))
97
98
99
100
101
102## [0.2.2](https://github.com/rx-ts/pkgr/compare/@pkgr/utils@0.2.1...@pkgr/utils@0.2.2) (2019-11-02)
103
104
105### Bug Fixes
106
107* **utils:** add missing openChrome.applescript into npm pkg ([4eaf5f9](https://github.com/rx-ts/pkgr/commit/4eaf5f94494f9817cb0704050067f9532cada014))
108
109
110
111
112
113## [0.2.1](https://github.com/rx-ts/pkgr/compare/@pkgr/utils@0.2.0...@pkgr/utils@0.2.1) (2019-11-02)
114
115
116### Bug Fixes
117
118* lint fix, use union @1stg/app-config ([ec3d54c](https://github.com/rx-ts/pkgr/commit/ec3d54cc1765416abb86c23603bedf494648c6cd))
119
120
121
122
123
124# [0.2.0](https://github.com/rx-ts/pkgr/compare/@pkgr/utils@0.1.4...@pkgr/utils@0.2.0) (2019-10-30)
125
126
127### Features
128
129* add seamless svelte support ([a69173f](https://github.com/rx-ts/pkgr/commit/a69173fdd4e6f543b5b353a2c2501b15217918b2))
130
131
132
133
134
135## [0.1.4](https://github.com/rx-ts/pkgr/compare/@pkgr/utils@0.1.3...@pkgr/utils@0.1.4) (2019-10-29)
136
137
138### Bug Fixes
139
140* **webpack:** seamless css support for all frameworks :tada: ([75bcf4a](https://github.com/rx-ts/pkgr/commit/75bcf4adab4883c8722309ea912e6bcf217db42c))
141
142
143
144
145
146## [0.1.3](https://github.com/rx-ts/pkgr/compare/@pkgr/utils@0.1.2...@pkgr/utils@0.1.3) (2019-10-29)
147
148
149### Bug Fixes
150
151* use tslib for node pkgs as possible, add tsconfig.prod.json support ([ed49383](https://github.com/rx-ts/pkgr/commit/ed49383b1869c7a24ac765a16b3fba2579773dc1))
152
153
154
155
156
157## [0.1.2](https://github.com/rx-ts/pkgr/compare/@pkgr/utils@0.1.1...@pkgr/utils@0.1.2) (2019-10-28)
158
159
160### Bug Fixes
161
162* **utils:** add isAngularAvailable ([89b61d4](https://github.com/rx-ts/pkgr/commit/89b61d4235c37c50d04068d290e34de7111bc6ab))
163
164
165
166
167
168## [0.1.1](https://github.com/rx-ts/pkgr/compare/@pkgr/utils@0.1.0...@pkgr/utils@0.1.1) (2019-10-28)
169
170
171### Bug Fixes
172
173* **webpack:** support vue app seamlessly :tada: ([42661b3](https://github.com/rx-ts/pkgr/commit/42661b395b37a5f035cccc1dff695ae888b7f241))
174
175
176
177
178
179# 0.1.0 (2019-10-27)
180
181
182### Features
183
184* add webpack package, should just work ([91c7d2e](https://github.com/rx-ts/pkgr/commit/91c7d2eb9c175df641c3763055b77304d45e093e))