Skip to content

Releases: rorm-orm/rorm

Published v0.6.4

29 Dec 13:17
v0.6.4
7e12b24
Compare
Choose a tag to compare
- Fixed linkme

v0.6.3

11 Sep 14:43
v0.6.3
19a5836
Compare
Choose a tag to compare

Full Changelog: v0.6.1...v0.6.3

Skipping a patch due to publishing without pulling updates, shame on me

Published v0.6.1

08 Sep 20:21
v0.6.1
4fd7582
Compare
Choose a tag to compare
- Fixed incorrect clone implementation

Published v0.6.0

08 Sep 16:26
v0.6.0
3f0e4a3
Compare
Choose a tag to compare
- `insert!`
- `.bulk()` accepts iterator over references or instances
- `query!`
  - Select a foreign model as an entire patch using `as` keyword
- sealed traits are actually sealed now
- removed ouroboros from dependencies
- added `get_or_query` and `take_or_query` helper functions for `BackRef`
- updated `sqlx` to v0.7
- replaced `IntoSingleValue` with `FieldEq` and others
- added support for `time`

Release v0.5.3

08 Apr 20:13
v0.5.3
30f98a6
Compare
Choose a tag to compare
  • Disabled default features of rorm-cli to allow building with another runtime than tokio

v0.5.2

08 Apr 19:20
v0.5.2
ae39bce
Compare
Choose a tag to compare
  • Made join order determistic
  • removed chronos default features