Releases: MattDelac/tiny_orm
Releases · MattDelac/tiny_orm
v0.5.1
What's Changed
- feat: add git-cliff by @MattDelac in #50
- fix: Pass a reference of the id in get_by_id() by @MattDelac in #51
- chore(release): Bump to 0.5.1 by @MattDelac in #52
Full Changelog: v0.5.0...v0.5.1
v0.5.0
Full Changelog: v0.4.0...v0.5.0
v0.3.3
What's Changed
- Make tiny orm compatible to sqlx 0.7 by @MattDelac in #33
- Release patch 0.3.2 by @MattDelac in #34
- Add feature sqlite for cargo doc by @MattDelac in #35
- Release patch 0.3.3 by @MattDelac in #36
Full Changelog: v0.3.1...v0.3.3
v0.3.1
What's Changed
- Add documentation + MSRV + reorganize types by @MattDelac in #25
- Reorganize the project to get the macros as a workspace lib by @MattDelac in #26
- Cleanup by @MattDelac in #28
- Introduce tiny-orm-core to implement SetOption by @MattDelac in #29
- Use set option to skip field when unset by @MattDelac in #30
- Bump to v0.3.0 by @MattDelac in #31
- Bump to v0.3.1 by @MattDelac in #32
Full Changelog: v0.2.0...v0.3.1
v0.2.0
What's Changed
- Use sqlx executor that can accept a transaction instead of a specific… by @MattDelac in #16
- Rename the macro from TinyORM to Table by @MattDelac in #17
- Add an integration test that uses a transaction by @MattDelac in #18
- Use the New or Update convention on named struct by @MattDelac in #19
- Bump to v0.2.0 by @MattDelac in #20
Full Changelog: v0.1.4...v0.2.0