0.4.0 (2019-03-03)
- useReplicant: shallow copy the value if new value isn't identical (b042aed)
- esmodule: output esmodule along with commonjs (640153d)
- esmodule: specifies "module" field in package.json
0.3.1-alpha.1 (2018-11-25)
- implement useListenFor & useReplicantOnce (425dade)
0.3.1-alpha.0 (2018-11-25)
0.3.0 (2018-11-25)
- typescript: Include TypeScript in package (06d6787)
0.2.0 (2018-11-25)
0.1.1 (2018-11-25)
- useReplicant: return setValue to update replicant (5719882)
- useReplicant: The return type is now tuple of value and setValue
0.1.0 (2018-11-24)
0.1.0-0 (2018-11-24)
- useReplicant: Add tests (94066e7)
- useReplicant: Initial value is now required (pass
undefined
if not needed)
0.0.1-4 (2018-11-24)
- engines: Allow Node v10 LTS (2ed3200)
0.0.1-3 (2018-11-24)
- specify node engine version (c3257f1)
- Can now use only Node v8.9 or higher
0.0.1-2 (2018-11-24)
0.0.1-1 (2018-11-24)
- expose useReplicant from index.ts (479247e)
0.0.1-0 (2018-11-24)
- implement useReplicant (16e5e03)