Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Commit 0bb4653

Browse files
committed
Update changelog
1 parent 7f4d328 commit 0bb4653

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

CHANGELOG.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,55 @@
11
# rollup-pluginutils changelog
22

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))
46

7+
## 2.0.1
8+
*2017-01-03*
59
* Don't add extension to file with trailing dot ([#14](https://github.com/rollup/rollup-pluginutils/issues/14))
610

711
## 2.0.0
8-
12+
*2017-01-03*
913
* Use `micromatch` instead of `minimatch` ([#19](https://github.com/rollup/rollup-pluginutils/issues/19))
1014
* Allow `createFilter` to take regexes ([#5](https://github.com/rollup/rollup-pluginutils/issues/5))
1115

1216
## 1.5.2
13-
17+
*2016-08-29*
1418
* Treat `arguments` as a reserved word ([#10](https://github.com/rollup/rollup-pluginutils/issues/10))
1519

1620
## 1.5.1
17-
21+
*2016-06-24*
1822
* Add all declarators in a var declaration to scope, not just the first
1923

2024
## 1.5.0
21-
25+
*2016-06-07*
2226
* Exclude IDs with null character (`\0`)
2327

2428
## 1.4.0
25-
29+
*2016-06-07*
2630
* Workaround minimatch issue ([#6](https://github.com/rollup/rollup-pluginutils/pull/6))
2731
* Exclude non-string IDs in `createFilter`
2832

2933
## 1.3.1
30-
34+
*2015-12-16*
3135
* Build with Rollup directly, rather than via Gobble
3236

3337
## 1.3.0
34-
38+
*2015-12-16*
3539
* Use correct path separator on Windows
3640

3741
## 1.2.0
38-
42+
*2015-11-02*
3943
* Add `attachScopes` and `makeLegalIdentifier`
4044

4145
## 1.1.0
42-
46+
2015-10-24*
4347
* Add `addExtension` function
4448

4549
## 1.0.1
46-
50+
*2015-10-24*
4751
* Include dist files in package
4852

4953
## 1.0.0
50-
54+
*2015-10-24*
5155
* First release

0 commit comments

Comments
 (0)