hydrated_mobx 1.0.1
hydrated_mobx: ^1.0.1 copied to clipboard
An extension to the MobX state management library which automatically persists and restores MobX states.
Changelog #
1.0.1 - 2024-04-16 #
Added #
- Enhanced JSON serialization support with proper type handling
- Support for complex object serialization through
toJsonmethods - Circular reference detection and prevention
- Improved error handling for unsupported types
- Better type safety in JSON conversion
Changed #
- Refactored JSON serialization implementation for better reliability
- Improved error messages for serialization failures