Skip to content

Latest commit

 

History

History
59 lines (46 loc) · 1.7 KB

CHANGELOG.md

File metadata and controls

59 lines (46 loc) · 1.7 KB

Change Log

1.1.8 - 2018-08-13

Added

  • Issue:20: Missing class while generating managers with Maven plugin

1.1.7 - 2018-05-30

Added

  • Package structure support

1.1.6 - 2018-04-09

Added

  • @Id or @EmbeddedId primitive support

1.1.5 - 2017-12-21

Fix

  • Fix @Id or @EmbeddedId inherited from a superclass
  • Fix table info

1.1.4 - 2017-11-29

Added

  • Support JpaSpecificationExcecutor<?> in generated JpaRepository

1.1.3 - 2017-07-17

Added

  • Getter method annotated with @Id
  • Support @EmbeddedId annotation

1.1.2 - 2017-05-23

Optimization

  • Code optimization with Sonar

1.1.1 - 2017-05-10

Added

  • @Repository annotation in repositories
  • Overwrite option

1.1.0 - 2017-05-01

Added

  • Optional Scan Annotations
  • Generate by plugin

1.0.0 - 2017-04-09

Added

  • Generate in Runtime