Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

25 lines (19 loc) · 1.04 KB

Change Log

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

Changed

  • Removed Lombok dependency
  • Update to Java 9 (define required modules in .classpath)

0.1.1 - 2016-08-21

Changed

  • 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

Added

  • 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