Skip to content

v3.0.0

Compare
Choose a tag to compare
@streamich streamich released this 29 Oct 14:36
· 2845 commits to master since this release

3.0.0 (2018-10-29)

Features

  • 🎸 accept any value type in useToggle and cast it to bool (869f767)

BREAKING CHANGES

  • now useToggle and useBoolean accept any value type and cast it to
    boolean.