This repository was archived by the owner on Aug 4, 2021. It is now read-only.
File tree 1 file changed +16
-12
lines changed 1 file changed +16
-12
lines changed Original file line number Diff line number Diff line change 1
1
# rollup-pluginutils changelog
2
2
3
- ## 2.0.1
3
+ ## 2.1.0
4
+ * unreleased*
5
+ * Support literal keys in object patterns ([ #27 ] ( https://github.com/rollup/rollup-pluginutils/issues/27 ) )
4
6
7
+ ## 2.0.1
8
+ * 2017-01-03*
5
9
* Don't add extension to file with trailing dot ([ #14 ] ( https://github.com/rollup/rollup-pluginutils/issues/14 ) )
6
10
7
11
## 2.0.0
8
-
12
+ * 2017-01-03 *
9
13
* Use ` micromatch ` instead of ` minimatch ` ([ #19 ] ( https://github.com/rollup/rollup-pluginutils/issues/19 ) )
10
14
* Allow ` createFilter ` to take regexes ([ #5 ] ( https://github.com/rollup/rollup-pluginutils/issues/5 ) )
11
15
12
16
## 1.5.2
13
-
17
+ * 2016-08-29 *
14
18
* Treat ` arguments ` as a reserved word ([ #10 ] ( https://github.com/rollup/rollup-pluginutils/issues/10 ) )
15
19
16
20
## 1.5.1
17
-
21
+ * 2016-06-24 *
18
22
* Add all declarators in a var declaration to scope, not just the first
19
23
20
24
## 1.5.0
21
-
25
+ * 2016-06-07 *
22
26
* Exclude IDs with null character (` \0 ` )
23
27
24
28
## 1.4.0
25
-
29
+ * 2016-06-07 *
26
30
* Workaround minimatch issue ([ #6 ] ( https://github.com/rollup/rollup-pluginutils/pull/6 ) )
27
31
* Exclude non-string IDs in ` createFilter `
28
32
29
33
## 1.3.1
30
-
34
+ * 2015-12-16 *
31
35
* Build with Rollup directly, rather than via Gobble
32
36
33
37
## 1.3.0
34
-
38
+ * 2015-12-16 *
35
39
* Use correct path separator on Windows
36
40
37
41
## 1.2.0
38
-
42
+ * 2015-11-02 *
39
43
* Add ` attachScopes ` and ` makeLegalIdentifier `
40
44
41
45
## 1.1.0
42
-
46
+ 2015-10-24 *
43
47
* Add ` addExtension ` function
44
48
45
49
## 1.0.1
46
-
50
+ * 2015-10-24 *
47
51
* Include dist files in package
48
52
49
53
## 1.0.0
50
-
54
+ * 2015-10-24 *
51
55
* First release
You can’t perform that action at this time.
0 commit comments