v6.0.0
- [breaking][deps] Update to babel 7, and other dep updates (#23)

v5.0.0
- [new][deps] Add `react-with-styles@^4.0.0` to peer dependencies (#20)
- [breaking][deps] Update to babel 7 (#19)

v4.0.3
- [deps] Publish patch without `aphrodite` dependency

v4.0.2
- [deps] switch `array.prototype.flatten` to `array.prototype.flat` (#18)

v4.0.1
- [deps] Bump array.prototype.flatten to address webpack build concerns

v4.0.0
- [breaking] Add react-with-styles peer dep at ^3.0.0

v3.0.0
- [breaking] Create separate packages for interface and compile using lerna
- [deps] update `aphrodite`
- [dev deps] update `babel-cli`, `babel-preset-airbnb`, `chai`, `eslint`, `eslint-config-airbnb-base`, `eslint-plugin-import`, `rimraf`

v2.0.2
- Fix main entry point

v2.0.1
- Use `module.exports` on default exports
- Move main to top-level non-built index file
- Move `registerCSSInterfaceNamespace` and `registerMaxSpecificity` to their own files

v1.1.0
- Add maxSpecificity customization option
- Fix pseudoselector logic

v1.0.1
- First working version
