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

Commit e746832

Browse files
committedJan 10, 2019
Update CHANGELOG
1 parent 551ef31 commit e746832

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
 

‎CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# rollup-plugin-babel changelog
22

3+
## 4.3.0
4+
5+
- Added `.custom` builder.
6+
- Fail build when a plugin tries to add non existent babel helper
7+
8+
## 4.2.0
9+
10+
Allow `rollup@1` as peer dependency.
11+
12+
## 4.1.0
13+
14+
- Fixed "preflight check" for ignored files.
15+
- Return `null` when no transformation has been done (fixing source maps for this case)
16+
17+
## 4.0.3
18+
19+
Fixed fallback class transform in "preflight check".
20+
21+
## 4.0.2
22+
23+
Fixed `rollup` peer dependency.
24+
325
## 4.0.0
426

527
Babel 7 compatible! (dropped Babel 6 compatibility though).

0 commit comments

Comments
 (0)
This repository has been archived.