Releases: daireto/sqlactive
Releases · daireto/sqlactive
v0.0.6
Added:
- Parameters
join
,subquery
andschema
to ActiveRecordMixin'sget
andget_or_fail
functions to perform eager load when finding by primary key.
Fixed:
- Fix project logo.
Full Changelog: v0.0.5...v0.0.6
v0.0.5
Release v0.0.5
This release includes several enhancements and fixes to improve the overall functionality and compatibility of the project:
Enhancements:
- Coveralls Integration: Added a workflow for Coveralls to track code coverage.
- Documentation Updates:
- Added a coverage badge to the documentation.
- Updated the logo and added a table of contents.
- Moved the execute function to the connection module and added documentation for database connection helper.
- New Features:
- Added an execute function for native SQLAlchemy queries.
- Improved compatibility with Python 3.10, including new tests for full coverage.
Fixes:
- Deployment: Fixed an error when deploying documentation.
- Type Hints: Fixed type hints and improved compatibility with Python 3.10's Self type.
Full Changelog: v0.0.4...v0.0.5
v0.0.4
Added:
- New ActiveRecord functions:
find_first
,find_unique
,find_unique_all
,find_unique_first
,find_unique_one
,find_unique_one_or_none
. - New serialization and deserialization functions:
to_json
,from_dict
andfrom_json
.
Fixed:
- Fix some errors in docs.
Full Changelog: v0.0.3...v0.0.4
v0.0.3
Added:
- Contributing guidelines to docs.
Fixed:
- Fix some URLs in the docs.
Full Changelog: v0.0.2...v0.0.3
v0.0.2
Fixed:
- Fix
pyproject.toml
errors. - Improve
README.md
.
Full Changelog: https://github.com/daireto/sqlactive/commits/v0.0.2
v0.0.1
First release