-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e50ee53
commit e86944a
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Changelog | ||
|
||
# 0.1.0 | ||
|
||
### 🚀 Features | ||
|
||
* Support conflict strategies when inserting and updating records (#67) @vitusortner | ||
* Add support for running queries that return void (#61) @vitusortner | ||
* Add support for foreign keys (#59) @vitusortner | ||
* Add parameter verification for query methods (#57) @vitusortner | ||
* Return deleted row count on delete (#53) @vitusortner | ||
* Return updated rows count on update (#52) @vitusortner | ||
* Return ID/s of inserted item/s (#51) @vitusortner | ||
* Add support for transactions (#49) @vitusortner | ||
* Add support for changing (insert, update, delete) lists (#42) @vitusortner | ||
* Support custom entity name (#41) @vitusortner | ||
* Enable NOT NULL columns (#40) @vitusortner | ||
* Enable custom column name mapping (#39) @vitusortner | ||
* Add delete methods code generation and fix update methods (#22) @vitusortner | ||
* Add update methods code generation (#21) @vitusortner | ||
* Add insert methods code generation (#20) @vitusortner | ||
* Add code generator for query methods (#17) @vitusortner | ||
* Code generation for database creation (#13) @vitusortner |