Skip to content

Releases: silverqx/TinyORM

TinyORM v0.37.3

05 May 13:03
v0.37.3
0c692f8
Compare
Choose a tag to compare

Bugfix release

Full Changelog: v0.37.2...v0.37.3

TinyORM v0.37.2 and tom v0.9.1

04 May 18:25
v0.37.2
8d835b0
Compare
Choose a tag to compare

Also bumped to:

  • TinyDrivers v0.1.1
  • TinyMySql v0.1.1
  • TinyUtils v0.4.1

Bugfix release

Full Changelog: v0.37.1...v0.37.2

TinyORM v0.37.1 and tom v0.9.0

23 Apr 20:43
v0.37.1
5762c13
Compare
Choose a tag to compare
  • workflows bugfixes
  • deploy script enhancements
  • vcpkg ports bugfixes and enhancements

Full Changelog: v0.37.0...v0.37.1

TinyORM v0.37.0 and tom v0.8.0

21 Apr 16:16
v0.37.0
1413ebb
Compare
Choose a tag to compare

Also bumped to:

  • TinyUtils v0.4.0

Initial libraries' versions:

  • TinyDrivers v0.1.0
  • TinyMySql v0.1.0

New features

The TinyDrivers library, an underlying SQL database layer for TinyORM. It can be used instead of the QtSql module, can be swapped at compile, and has 1:1 API as the QtSql module. 😮 Swapping is controlled by the qmake and CMake build system options.

It was designed to drop the QtSql dependency while maintaining backward compatibility and without the need for any code changes after the swap.

Full Changelog: v0.36.5...v0.37.0

TinyORM v0.36.5

02 Nov 07:36
v0.36.5
e2c3733
Compare
Choose a tag to compare
  • vcpkg removed triplet from usage.in
  • tools enhanced qtbuild-qmysql-driver

Full Changelog: v0.36.4...v0.36.5

TinyORM v0.36.4

31 Oct 14:55
v0.36.4
5e06d45
Compare
Choose a tag to compare
  • bugfix column aliases quoting

Full Changelog: v0.36.3...v0.36.4

TinyORM v0.36.3

31 Oct 14:54
v0.36.3
84abcb1
Compare
Choose a tag to compare
  • vcpkg added missing license field

Full Changelog: v0.36.2...v0.36.3

TinyORM v0.36.2

20 Oct 17:08
v0.36.2
e1cd431
Compare
Choose a tag to compare
  • cmake case-insensitive CMAKE_BUILD_TYPE
  • cmake added new unsupported build
  • workflows bugfix-es
  • cmake bugfix-es

Full Changelog: v0.36.1...v0.36.2

TinyORM v0.36.1

20 Oct 13:45
v0.36.1
291778c
Compare
Choose a tag to compare
  • vcpkg enabled tom example on Linux
  • workflows bugfix-es

Full Changelog: v0.36.0...v0.36.1

TinyORM v0.36.0 and tom v0.7.0

20 Oct 13:43
v0.36.0
97ee043
Compare
Choose a tag to compare
  • workflows added CI for TinyORM vcpkg ports
  • upgraded to Qt v6.5.3
  • upgraded to Clang-Tidy 17
  • docs added Partial guessing of TINYORM_BUILD_TREE
  • tom enhanced about command
  • tools added deploy.ps1 script 🥳
  • vcpkg revisited vcpkg ports
  • cmake revisited vcpkg-related code
  • cmake added STRICT_MODE option

Full Changelog: v0.35.0...v0.36.0