Skip to content

Releases: silverqx/TinyORM

TinyORM v0.31.0

21 Sep 16:21
v0.31.0
e445713
Compare
Choose a tag to compare

Also bumped to TinyUtils v0.3.1.

  • added ModelsCollection 🔥🚀🎉
  • added Models and ModelsCollection serialization using toMap(), toVector(), and toJson() methods 🪡🔥❤️ (also supports pivot models)
  • changed container type for getOperators() to std::unordered_set
  • changed the paging type to qint64 for paging-related methods like limit(), offset(), chunk(), take(), ...
  • added eagerLoadRelations<Model *>() and eagerLoadRelations(Model &) overloads
  • added Model getKeyCasted and getAttribute overloads
  • bugfix zero-initialized related models in belongs-to relations
  • bugfix select constraints and belongs-to-many

Internal

  • extracted relation stores to own files

Full Changelog: v0.30.3...v0.31.0

TinyORM v0.30.3 and tom v0.5.7

21 Sep 16:19
v0.30.3
56eb5ee
Compare
Choose a tag to compare

TinyORM v0.30.2 and tom v0.5.6

21 Sep 16:19
v0.30.2
8a9998a
Compare
Choose a tag to compare

TinyORM v0.30.1

21 Sep 16:18
v0.30.1
458fa46
Compare
Choose a tag to compare

TinyORM v0.30.0 and tom v0.5.4

21 Sep 16:18
v0.30.0
fb63c66
Compare
Choose a tag to compare

Also bumped to TinyUtils v0.3.0.

Full Changelog: v0.29.3...v0.30.0

TinyORM v0.29.3

21 Sep 16:17
v0.29.3
6dac10b
Compare
Choose a tag to compare

TinyORM v0.29.2

21 Sep 16:17
v0.29.2
156dd7a
Compare
Choose a tag to compare

TinyORM v0.29.1

21 Sep 16:16
v0.29.1
fbe82ce
Compare
Choose a tag to compare

TinyORM v0.29.0

21 Sep 16:16
v0.29.0
a57ead5
Compare
Choose a tag to compare

TinyORM v0.28.2

21 Sep 16:16
v0.28.2
bc867de
Compare
Choose a tag to compare
  • removed pointless and confusing methods on Model

Full Changelog: v0.28.1...v0.28.2