Major breaking release, to see whats change its best to view the diff of the Person class:
1d99baf#diff-c5c9f5c101ee4cbc8b3d87b294e014cb8d47fd7fc16a448a2ff3b1000e4649b4
- 3.0.1 - fix varchar issue
- 3.0.2 - fix BigDecimal import issue
3.0.3
- added support for primitives as objects and thus nullable primitives, for compatibility reasons
- fix issue with multiple renames, where the original column name before generate code was executed is lost and instead the last modification is taken as column name
- fix default SQL to Java string values being cut-off at space instead of ending at last quote
3.0.4
- fix updating cols to include NOT NULL or AUTO_INCREMENT not being reflected in change
- fix varchar issues if lowercase
- fix column delete on rename
- fix old definition not being used on change
3.0.5
- fix issues with primary key updating, now we detect that case and simply dont mention primary key in the update statement
3.0.6
- fix issues with date getting detected wrongly as big primitive
- fix default NULL being using in java and not being set to lowercase
- use correct usage of null instead of trying to instantiate objects with null
- fix vaadin flow accordingly to support nulls for dates