Skip to content

Commit

Permalink
updates readme/changelog for babel 7 update
Browse files Browse the repository at this point in the history
  • Loading branch information
brigand committed Jan 31, 2019
1 parent e9b8812 commit 99e1bec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## 25.0.0

We now support and depend on babel 7 - [#211]

Version 24.1.2 is the latest version for users of babel 6.

[#211](https://github.com/brigand/babel-plugin-flow-react-proptypes/pull/211/)

## 24.1.2

Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -115,6 +115,8 @@ import { bpfrp_babelPluginFlowReactPropTypes_proptype_SomeExternalType } from '.

Starting in 14.0.0, we output ES6 import/export statements by default. The `deadCode` option (explained below) will cause it to use common.js modules instead.

In version 25.0.0 and onward, we only support babel 7. Install version 24.x.x if you're using babel 6.

The reaason for the high major versions is that any change to the prop type output, including adding new checks that previously produced no output, impact users of this plugin. Check the changelog to see what's changed at each version.

## Usage
Expand Down

0 comments on commit 99e1bec

Please sign in to comment.