Thanks to @dpoindexter for helping out with this release.
Minor changes
- Adds compatability with React v16 (#136, thanks to @dpoindexter)
- Changes to use
createClass
package instead ofReact.createClass
in lue with React 15.5 (#134) - Adds ability to override default behavior of isEqalImmutable (see #133)
- Make component instantiation more general in order to support React 16 (see #137)
Internal Changes
- Changes build system to Webpack
- Changes from lodash.assign to object-assign as this is what react-create-class uses. (deduping)
- Removes lodash.pickBy, using own implementation instead. Reducing size.
- Setup vscode settings with recommended prettier plugin.
- Adds prettier precommit step.
- Changes from mocha to Jest
- Adds codecov integration.
- Bumps internal dependencies