Skip to content
This repository has been archived by the owner on Dec 29, 2024. It is now read-only.

Releases: Cybermals/Cheetah-ORM

Cheetah-ORM v2.0.0b7

30 Jun 21:49
Compare
Choose a tag to compare

Changelog:

  • fixed placeholder translation bug

Cheetah-ORM v2.0.0b6

28 Jun 02:25
Compare
Choose a tag to compare

Changelog:

  • fixed default field value bug

Cheetah-ORM v2.0.0b5

26 Jun 21:18
Compare
Choose a tag to compare

Changelog:

  • improved filter format strings
  • improved count format strings

Cheetah-ORM v2.0.0b4

25 Jun 19:48
Compare
Choose a tag to compare

Changelog:

  • fixed foreign key migration bug
  • added result counting

Cheetah-ORM v2.0.0b3

25 Jun 04:39
Compare
Choose a tag to compare

Changelog:

  • fixed a password field bug that was causing hashes to be hashed when loaded from the database into a data model

Cheetah-ORM v2.0.0b2

22 Jun 18:21
7c39705
Compare
Choose a tag to compare

Changelog:

  • separated data model, mapping, and migration functionality for easier maintenance
  • improved the filtering API to allow for more complex queries
  • added improved caching of SQL statements for increased performance
  • reduced the number of queries that need to be executed when manipulating data models
  • removed legacy "setup.py" and "setup.cfg" in favor of modern "pyproject.toml"
  • switched from "mysql_connector_python" to "pymysql" for improved code portability