This repository has been archived by the owner on Dec 29, 2024. It is now read-only.
Releases: Cybermals/Cheetah-ORM
Releases · Cybermals/Cheetah-ORM
Cheetah-ORM v2.0.0b7
Changelog:
- fixed placeholder translation bug
Cheetah-ORM v2.0.0b6
Changelog:
- fixed default field value bug
Cheetah-ORM v2.0.0b5
Changelog:
- improved filter format strings
- improved count format strings
Cheetah-ORM v2.0.0b4
Changelog:
- fixed foreign key migration bug
- added result counting
Cheetah-ORM v2.0.0b3
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
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