Skip to content

Releases: geekmdtravis/react-hook-ccl

Version 0.5.0

03 Apr 21:57

Choose a tag to compare

Version 0.5.0 Pre-release
Pre-release
disabled type def and switched to inferred type b/c of limitation in …

Version 0.4.1

03 Apr 20:39

Choose a tag to compare

Version 0.4.1 Pre-release
Pre-release

Full Changelog: 0.3.2...0.4.1

Version 0.3.2

02 Apr 05:58

Choose a tag to compare

Version 0.3.2 Pre-release
Pre-release

Full Changelog: 0.2.0...0.3.2

Version 0.2.0

01 Apr 22:59

Choose a tag to compare

Version 0.2.0 Pre-release
Pre-release

Initial build. It has not been tested yet and was only made available via NPM for easier testing. Use with caution.

Full Changelog: https://github.com/geekmdtravis/react-hook-ccl/commits/0.1.0

Example usage:

const {data, errors, loading}  = useCcl<CoolData>('A_FAKE_PRG', ['abc', 123], {
    pollInterval
  });

Version 0.1.0

01 Apr 22:38

Choose a tag to compare

Version 0.1.0 Pre-release
Pre-release

Initial build. It has not been tested yet and was only made available via NPM for easier testing. Use with caution.

Full Changelog: https://github.com/geekmdtravis/react-hook-ccl/commits/0.1.0

Example usage:

const {data, errors, loading}  = useCcl<CoolData>('A_FAKE_PRG', ['abc', 123], {
    pollInterval
  });