File tree 2 files changed +27
-1
lines changed
2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1
1
# @rollup/pluginutils ChangeLog
2
2
3
+ ## v4.0.0
4
+
5
+ _ 2020-08-13_
6
+
7
+ ### Breaking Changes
8
+
9
+ - fix!: don't add cwd to absolute or patterns that start with a glob (#517 )
10
+
11
+ ### Bugfixes
12
+
13
+ - fix: resolve relative paths starting with "./" (#180 )
14
+
15
+ ### Features
16
+
17
+ - feat: add native node es modules support (#419 )
18
+
19
+ ### Updates
20
+
21
+ - docs: Correct minimatch to picomatch (#525 )
22
+ - chore: update dependencies (9f56d37)
23
+ - refactor: replace micromatch with picomatch. (#306 )
24
+ - chore: Don't bundle micromatch (#220 )
25
+ - chore: add missing typescript devDep (238b140)
26
+ - chore: Use readonly arrays, add TSDoc (#187 )
27
+ - chore: Use typechecking (2ae08eb)
28
+
3
29
## v3.1.0
4
30
5
31
_ 2020-06-05_
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rollup/pluginutils" ,
3
- "version" : " 3.1 .0" ,
3
+ "version" : " 4.0 .0" ,
4
4
"publishConfig" : {
5
5
"access" : " public"
6
6
},
You can’t perform that action at this time.
0 commit comments