Releases: todesstoss/create-use-context
Releases · todesstoss/create-use-context
Rewrite library in TS
- Library Rewritten in TypeScript
- Now createUseContext returns only hook, to actually use Context in a type-safe manner
- All the wrappers for Providers removed
- Helper createWithContext removed as non actual
UMD bundle removed
- UMD bundle removed
- README.md updates
- node packages versions bump
Rolup config fix
- FIx of unused import in Rollup config
createWithContext helper
createWithContexthelper added to create HOC's- Signature of
createUseContextreturn value changed to object - Tree shaking capabilities added for both helper functions
Babel configuration
- Babel plugin for rollup added and configured
README updates, code cleanup
- README updates
- code cleanup