- change the entire API in order to simplify code and concepts.
- add datatype and event type in store observers management.
- Store accessors is a simple list of Accessors. The Store API is simplified related to only data type, and not accessor in parameters.
- clean code and refactor most complex parts.
- rename store.handlers to store.observers and improve their management with event filtering. Data filtering will be implemented in the future version.
- add limitation about data names.
- fix bugs in the Store.find method.
- add save/delete/rollback methods to the Data class.
- add the method sdata2data in store and access modules in order to create a Data from a store data. Could be very useful in webhooks.