Skip to content

Releases: todesstoss/create-use-context

Rewrite library in TS

05 Apr 10:53
e8c3f32

Choose a tag to compare

  • 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

27 Nov 11:19

Choose a tag to compare

  • UMD bundle removed
  • README.md updates
  • node packages versions bump

Rolup config fix

29 May 14:02

Choose a tag to compare

  • FIx of unused import in Rollup config

createWithContext helper

29 May 13:59

Choose a tag to compare

  • createWithContext helper added to create HOC's
  • Signature of createUseContext return value changed to object
  • Tree shaking capabilities added for both helper functions

Babel configuration

28 May 13:05

Choose a tag to compare

  • Babel plugin for rollup added and configured

README updates, code cleanup

22 May 20:08

Choose a tag to compare

  • README updates
  • code cleanup