Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Releases: react-native-toolkit/rex-state

First Stable Release! 🎉

12 Sep 11:50
Compare
Choose a tag to compare

Rex State version 1.0.0

This the first stable release of Rex State with confirmed APIs.

Breaking changes from the past release:

Both injectStore & useRex modules are removed from the library.

Introducing injectStore!

18 Mar 17:37
Compare
Choose a tag to compare

This version introduces a new module called injectStore which uses useMemo hook to update components efficiently. Improving the performance of components on large projects.

First Official Release!

08 Mar 00:36
Compare
Choose a tag to compare

This is the first PROD Ready release of Rex State! 🎉

Testing builds

08 Mar 00:15
Compare
Choose a tag to compare
Testing builds Pre-release
Pre-release

One last pre-release before the final release!

API Finalized

26 Feb 03:07
Compare
Choose a tag to compare
API Finalized Pre-release
Pre-release

This release contains the finalized API of this library & the functionality is also stabilized. The final Version 1 of the library will share the same API and will be released after all the internal testing is complete.

rex-state 0.0.3 is fully usable 🔥

Major API Change

25 Feb 02:44
Compare
Choose a tag to compare
Major API Change Pre-release
Pre-release

The previous version's class-based API had a serious performance flaw, hence this version completely embraces the hook way of defining states.

This release is purely for performance testing the new API

Initial Release

22 Feb 20:30
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

This is a pre-release which was created to help people try out this library and collect feedback. Not intended for production use!