Skip to content

Version 0.7

Compare
Choose a tag to compare
@pledbrook pledbrook released this 24 Jun 16:18
· 109 commits to master since this release

Version 0.7 is a significant release that introduces sub-template support via a new generate command. It's geared towards allowing users to generate extra files in their project after the initial project creation. Project templates can use it to generate entity or controller classes for example.

In addition:

  • Added template name qualifiers, e.g. lazybones generate artifact::controller (with 'controller' being the qualifier)
  • Added a --cached option to the list command that displays the cached templates
  • Improved behaviour of create, list and info when a user is offline.
  • targetDir in scripts is deprecated and replaced by projectDir (of type File rather than String)
  • Added templateDir for scripts, which points to the location of the unpacked sub-template (has the same value as projectDir for project templates)
  • Added tmplQualifiers for scripts that contains template name qualifiers

Please review the project README, the template developers guide and the Gradle plugin's README to find out more about the new features.