Skip to content

Releases: aaronkwan/react-synced-object

react-synced-object v1.2.1

03 Oct 20:01
Compare
Choose a tag to compare
  • Fix useSyncedObject components showing null state on first render
  • Tweak readME description

react-synced-object v1.2.0

02 Oct 00:24
Compare
Choose a tag to compare

Changelog:

  • Added a new function, updateSyncedObject, a synchronization-aware tool for modifying a synced object.
  • Tweaked function deleteSyncedObject.
  • Increased the performance of temp Synced Objects.

react-synced-object v1.1.2

28 Sep 20:55
Compare
Choose a tag to compare

SafeMode and Validation Patch:

  • Improved behavior of the 'safeMode' option - now defaults to true in development, false in production.
  • Fixed a bug related to input validation for enhanced stability.

react-synced-object v1.1.0 [Initial Release]

19 Sep 23:28
Compare
Choose a tag to compare
- custom data wrapper, hook, and synchronization manager.
- in-depth readme and jsdoc annotated.
- tested for bugs :white_check_mark: .