changelog

This commit is contained in:
kononnable 2020-09-26 22:14:16 +02:00
parent 5d66340ce3
commit 63e4ccfcc6

View File

@ -1,7 +1,11 @@
# Changelog
## Unreleased
* Option to generate properties with snake_case(#295)
## 0.4.3
* Add ability to generate models only for specyfic tables (#296)
* Fix for generating one-to-many RelationId columns (#291)
* Support for identity in newer postgres databases (#291)
* Fixed bug with Mssql IsIdentity on tables with non-default schema name (#275)
* Option to generate properties with snake_case (#295)
## 0.4.2