mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
CHANGELOG for 0.2.10
This commit is contained in:
parent
6cd665fef1
commit
2ee5014b91
14
CHANGELOG.md
14
CHANGELOG.md
@ -5,6 +5,20 @@ however since API is already quite stable we don't expect too much breaking chan
|
||||
If we missed a note on some change or you have a questions on migrating from old version,
|
||||
feel free to ask us and community.
|
||||
|
||||
## 0.2.10
|
||||
|
||||
* more accurate type for postgres ssl parameters
|
||||
* added support for `ON UPDATE CASCADE` relations for mysql
|
||||
* `repository.save` returns union type
|
||||
* added reuse of lazy relationships
|
||||
* added ability to disable prefixes for embedded columns
|
||||
* migrations can be tested
|
||||
* migration run returns array of successful migrations
|
||||
* added debug ENV option
|
||||
* added support for postgres exclusion constraints
|
||||
* bug fixes
|
||||
* documentation updates
|
||||
|
||||
## 0.2.9
|
||||
|
||||
* `UpdateEvent` now returns with contains `updatedColumns` and `updatedRelations`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user