Skip to content

Commit

Permalink
Merge pull request #1 from typeorm/master
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
v1d3rm3 committed Nov 28, 2018
2 parents 6cd665f + f0409af commit b048800
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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`
Expand Down

0 comments on commit b048800

Please sign in to comment.