Skip to content

Releases: jishida/react-mvvm

v0.4.0

Choose a tag to compare

@jishida jishida released this 18 Jul 13:01

Added support for React v18
API slightly changed

v0.3.1

Choose a tag to compare

@jishida jishida released this 13 Mar 22:01

Refactored useBind function and Bind component.

v0.3.0

Choose a tag to compare

@jishida jishida released this 04 Mar 10:19

Removed setHooks function

v0.2.1

Choose a tag to compare

@jishida jishida released this 02 Mar 22:03

Fixed displayName of Bind component.

v0.2.0

Choose a tag to compare

@jishida jishida released this 23 Feb 23:22

Renamed useObservable to useBind.
Improved performance.
Wrapped Bind component with React.memo.

v0.1.3

Choose a tag to compare

@jishida jishida released this 22 Feb 14:34

Improved performance.

v0.1.2

Choose a tag to compare

@jishida jishida released this 20 Feb 23:16

Refactored some of the implementations.

v0.1.1

Choose a tag to compare

@jishida jishida released this 20 Feb 12:38

Removed unnecessary dependencies.

v0.1.0

Choose a tag to compare

@jishida jishida released this 20 Feb 01:19

First release