Skip to content

Commit a84e04d

Browse files
author
Kilian Schulte
committed
[bump] version 0.12.0
1 parent 6d3aa85 commit a84e04d

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.12.0
2+
3+
- Support self-joins. Models can now have relations to itself.
4+
- Added `value` property to `QueryParams` to supply custom query parameters.
5+
- Added `@BindTo()` annotation to resolve ambiguous field relations.
6+
17
# 0.11.0
28

39
- Fixed wrong column types in update query.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<p align="center">
44
<a href="https://pub.dev/packages/stormberry">
5-
<img src="https://img.shields.io/pub/v/stormberry?label=pub.dev&labelColor=333940&logo=dart">
5+
<img src="https://img.shields.io/pub/v/stormberry?label=pub.dev&labelColor=333940&logo=dart&color=00589B">
66
</a>
77
<a href="https://github.com/schultek/stormberry/actions/workflows/test.yaml">
88
<img src="https://img.shields.io/github/actions/workflow/status/schultek/stormberry/test.yaml?branch=main&label=tests&labelColor=333940&logo=github">

pubspec.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: stormberry
2-
description: Access your postgres database effortlessly from dart code.
3-
version: 0.11.0
2+
description: A strongly-typed postgres ORM to provide easy bindings between your dart classes and postgres database.
3+
version: 0.12.0
44
repository: https://github.com/schultek/stormberry
55
issue_tracker: https://github.com/schultek/stormberry/issues
6+
funding:
7+
- https://github.com/sponsors/schultek
68

79
environment:
810
sdk: '>=2.17.0 <3.0.0'

0 commit comments

Comments
 (0)