- Fixed generated Flow types to be valid
- Added new rule,
opinionated/jsx-spread-first
, which ensures spread attributes in JSX elements occur before non-spread attributes to prevent spread from accidentally overwriting non-spread attributes.
- Remove
engines
frompackage.json
.
- Make sure build is ES5.
- Changed
index.js
back to ES5 to fix consumption by ESLint.
- Fix generate Flow types to not break consumers using Flow.
- Add flow types to
lib
directory. - Upgrade development dependencies to latest versions.
- Added
engines
topackage.json
to set minimum Node version to 6.
- Update development dependencies to latest versions.
- Configure continuous integration.
- Change minimum Node version to 6.
- Add code of conduct.
- Fix code to handle case where superclass param doesn't have
id
property.
- Initial implementation.