simple_managers 7.0.3 simple_managers: ^7.0.3 copied to clipboard
A package containing multiple manager classes that support serialization.
7.0.3 #
- Fixed README.
7.0.2 #
- Fixed a comment in the code, this does not affect the operation.
7.0.1 #
- Fixed README.
- MultiSelectionManager has been renamed to MultiTagSelectionManager.
- This is an oversight fix, and StateManager support is the same as the ver 7.0.0.
7.0.0 #
- SelectionManager has been renamed to TagSelectionManager.
- Regarding this change, StateManager will still support reading dictionaries with the old name, but when writing they will be written as tag_selection_manager.
6.0.1 #
- Fixed link of SpWML in README.
6.0.0 #
- Added SelectionManager and MultiSelectionManager.
- Added SelectionManager and MultiSelectionManager support to StateManager.
- The descriptions of some class have been improved.
5.0.0 #
- The equals operator has been overridden in all manager classes except SingletonStateManager.
- The hashCode getter has been overridden in all manager classes except SingletonStateManager.
- With the above changes, users can now take advantage of the new automatic diff checking feature in the file_state_manager package.
4.0.0 #
- All manager classes except SingletonStateManager extended CloneableFile. This makes it possible to undo and redo using the file_state_manager package.
- Due to the above changes, the copy method has been removed. Please use the clone method instead.
- One thing to note about this change is that the manager does not preserve state regarding text focus. Only serialized information supports Undo and Redo.
3.1.0 #
- Added SingletonStateManager class.
3.0.0 #
- Added StateManager class. This class is a manager class that includes all the manager classes in this package and is easy to use.
- For IndexManager and TextFieldManager, the keys when saving have changed, and the data structure has been changed to be similar to other manager classes. Please be careful if you are dealing with these directly in the backend.
- Added setText and getText method to TextFieldManager.
2.0.0 #
- The fromDict method has been changed to a named constructor.
- Added copy method.
1.0.0 #
- The default value that can be obtained from ValueManager has been changed to null.
0.0.1 #
- Initial release.
- TextfieldManager and IndexManager have been merged into this package
- The getAllIndex method of IndexManager has been deleted and replaced with the getMap method.