Skip to content

v0.2.0

Pre-release
Pre-release

Choose a tag to compare

@NoelDeMartin NoelDeMartin released this 05 Aug 05:29
  • Added filters for reading data.
  • Added LocalStorageEngine and EngineHelper.
  • Added relationships.
  • Added classFields attribute 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.