Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Releases: derrickbeining/react-atom

v2.0.0

21 Nov 20:10
5fa8e63
Compare
Choose a tag to compare

2.0.0 (2018-11-21)

Bug Fixes

  • docs: improve docs (c614b59)
  • package.json: update homepage and license (802cfe4)
  • readme: change url to typescript codesandbox (07cabbd)
  • typings: don't let set change the type of Atom's state (019f93c), closes #7

BREAKING CHANGES

  • typings: set will no longer typecheck if next state is not of the same type/interface is
    current state

v1.0.8

20 Nov 05:47
Compare
Choose a tag to compare

1.0.8 (2018-11-20)

Bug Fixes

  • docs: improve docs (a638448)
  • package.json: update homepage and license (1845bb4)

v1.0.7

20 Nov 03:27
Compare
Choose a tag to compare

1.0.7 (2018-11-20)

Bug Fixes

  • readme: change url to typescript codesandbox (3345ca9)

v1.0.6

20 Nov 01:16
Compare
Choose a tag to compare

1.0.6 (2018-11-20)

Bug Fixes

v1.0.5

19 Nov 20:07
Compare
Choose a tag to compare

1.0.5 (2018-11-19)

Bug Fixes

  • package.json: make TS types available for consumption (68cbbfd)

v1.0.4

19 Nov 19:49
Compare
Choose a tag to compare

1.0.4 (2018-11-19)

Bug Fixes

  • fix build config so project can be consumed by TS projects (034529d)

v1.0.3

19 Nov 19:28
Compare
Choose a tag to compare

1.0.3 (2018-11-19)

Bug Fixes

  • readme: fix installation instructions (ugh) (0cda4df)

v1.0.2

19 Nov 19:12
Compare
Choose a tag to compare

1.0.2 (2018-11-19)

Bug Fixes

  • readme: fix installation instructions (im an idiot) (a491bd8)

v1.0.1

19 Nov 19:08
Compare
Choose a tag to compare

1.0.1 (2018-11-19)

Bug Fixes

  • readme: fix installation instructions (e99a17b)

v1.0.0

19 Nov 18:28
Compare
Choose a tag to compare

1.0.0 (2018-11-19)

chore

  • README additions, swap TODO comment, minor test edits (c5ba211)

Features

  • Atom, deref, swap, set, and tests (871efdf)

BREAKING CHANGES

  • first release

chore: minor edits