- Added support for optional attributes that can be added to the generated script tag (#52)
- Update various dependencies (notably babel/react) (#48)
- Add node 12 to build (#46)
- Support for adding a script id attribute (#43)
- React forward ref (#37)
- Update to react 16.4.1 (#37)
- Hoist non react statics (#35)
- Updated Travis Node versions (#36)
- Refactor to new HOC pattern (#34)
- Remove old broken IE support (#34)
- Add migration notes (#40)
- Clean up use of Map to remove core-js polyfills (#27)
- Fixed issue where method was not bound properly (#19)
- Changed updated to react >=15.5 (#18)
- Added removeOnUnmount parameter (#14)
- Updated deps to react 15 and babel 6 (#13)
- Go back to manual changelogs
- 65d1313 [added] old history to new changelog file
- 9059f9e [changed] travis to build only master & prs
- 52bb6d5 [changed] updated deps
- 4920f59 [changed] Build Tools to use babel
- 253dbf2 [fixed] onLoad propname in readme
- Fixed issue with refs
- Bump all deps
- Bump deps
- Removed uncessary "use strict"
- Bump deps
- Added a way to expose child functions
- Fix instanciation when global object already exists
- Put runtime in deps and not dev-deps
- Back to es6 Map
- Added a small test
- Added some badges
- small fixes
- reverted es6 map back to plain object
- Added the composition function
- Added build files
- Added david-dm badge
- Initial readme