v0.2.0
Pre-release
Pre-release
- Added filters for reading data.
- Added LocalStorageEngine and EngineHelper.
- Added relationships.
- Added
classFieldsattribute to model
Breaking changes
- Engines have been refactored to know nothing about the models, they'll only get attributes now. Multiple methods have been modified and added to the Model class in order to control attributes serialization.
- InMemoryEngine database format has been changed.
- Some methods and its arguments have changed, be sure to check out new type definitions.