Last updated by
3 years ago
Page: DTO Release Notes, Version:3
Version 0.2.3
- Fixed the DTO generation so that it works with domain classes that have no package.
- Added a
grails.generate.indentbuild setting that allows you to configure the indent (e.g. tabs or 2 spaces). - A
toString()implementation is now included in the generated DTOs.
Version 0.2.2
- Added a
dto.mapping.filesconfiguration setting that allows you to specify a list of Spring resource paths for Dozer mapping files.
Version 0.2.1
- Added a
toDTO(Class)method for domain classes and collections.
Version 0.2
- Added
--pkg,--oldpkg, and--newpkgarguments to thegenerate-dtocommand for package substitution. - Added a
dto.package.transformsbuild setting, also for package substitution.