All notable changes to this project will be documented in this file. This project does its best to adhere to Semantic Versioning.
0.1.2 - 2019-03-30
- Removed Lombok dependency
- Update to Java 9 (define required modules in
.classpath
)
0.1.1 - 2016-08-21
- Updated JSimpleTypes dependency to latest 0.5.0 version
- Moved tests to new test directory
- Switched from versions.md format to CHANGELOG.md, see http://keepachangelog.com/
0.1.0 - 2016-02-08
- Initial versioning of existing code, includes utilities for easily generating Java classes, interfaces, and DTOs using the StringTemplate library
- Fixed TemplateRenderBuilder not closing internal ClassLocation based output stream after rendering template