dorm_generator 1.0.0-alpha.5 copy "dorm_generator: ^1.0.0-alpha.5" to clipboard
dorm_generator: ^1.0.0-alpha.5 copied to clipboard

Generates code to implement the dORM framework based on annotations.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.0-alpha.5 - 2023-07-16 #

Added #

  • BaseEngine and BaseRelationship to dorm_framework
  • relationships field to DatabaseEntity on dorm_framework

Changed #

  • Relationships are now created using the relationships field available on DatabaseEntity
  • Generated Dorm class now receives a BaseEngine instead of BaseReference

Removed #

  • OneToOneRelationship, OneToManyRelationship, ManyToOneRelationship and ManyToManyRelationship. Replaced by relationships field available on DatabaseEntity

1.0.0-alpha.4 - 2023-06-26 #

Added #

  • Documentation

Fixed #

  • Offline support for dorm_firebase_database

1.0.0-alpha.3 - 2023-06-26 #

Changed #

  • dorm package now is dorm_framework. Change your pubspec.yaml and import directives.

1.0.0-alpha.2 - 2023-06-26 #

Added #

  • ManyToManyRelationship class, supporting many-to-many joins