Skip to content

Latest commit

 

History

History
81 lines (41 loc) · 2.76 KB

CHANGELOG.md

File metadata and controls

81 lines (41 loc) · 2.76 KB

0.4.0 (2019-03-03)

Bug Fixes

  • useReplicant: shallow copy the value if new value isn't identical (b042aed)

Features

  • esmodule: output esmodule along with commonjs (640153d)

BREAKING CHANGES

  • esmodule: specifies "module" field in package.json

0.3.1-alpha.1 (2018-11-25)

Features

  • implement useListenFor & useReplicantOnce (425dade)

0.3.1-alpha.0 (2018-11-25)

0.3.0 (2018-11-25)

Features

  • typescript: Include TypeScript in package (06d6787)

0.2.0 (2018-11-25)

0.1.1 (2018-11-25)

Features

  • useReplicant: return setValue to update replicant (5719882)

BREAKING CHANGES

  • useReplicant: The return type is now tuple of value and setValue

0.1.0 (2018-11-24)

0.1.0-0 (2018-11-24)

Tests

  • useReplicant: Add tests (94066e7)

BREAKING CHANGES

  • useReplicant: Initial value is now required (pass undefined if not needed)

0.0.1-4 (2018-11-24)

Bug Fixes

  • engines: Allow Node v10 LTS (2ed3200)

0.0.1-3 (2018-11-24)

chore

  • specify node engine version (c3257f1)

BREAKING CHANGES

  • Can now use only Node v8.9 or higher

0.0.1-2 (2018-11-24)

0.0.1-1 (2018-11-24)

Bug Fixes

  • expose useReplicant from index.ts (479247e)

0.0.1-0 (2018-11-24)

Features