Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 407 Bytes

CHANGELOG.md

File metadata and controls

22 lines (13 loc) · 407 Bytes

Reate

1.2.0

2021-09-01

  • 🌟 Compare the state twice when updating the state.
  • 🛠 Improve the type definition.

1.1.0

2021-07-08

  • 🐛 Fixed state cannot be updated after being used multiple times.
  • 🛠 Repair setState function parameter type definition.

1.0.0

2021-07-01

  • 🌟 Initialize the library.
  • 🌟 Support three APIs, useState setState dispatch.