Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 2.23 KB

RELEASE_NOTES.md

File metadata and controls

48 lines (29 loc) · 2.23 KB

Version 0.6

  • Switched to new official Google's Gradle Appengine Plugin
  • Removed plugin related tasks as binary plugins are now preferred
  • Changes in sources are synchronized to exploded-app directory so they are not polluted anymore

Version 0.5

  • Simplified build process by using standard groovyCompile task for compiling groovlets
  • Ability to specify template extension

Version 0.4.1

  • Better reporting of templates' compilation errors during gaelykPrecompileTemplates task - Issue 23
  • Inlined static templates' includes such as <% include 'foo.gtpl' %> - Issue 10
  • Added non-RAD mode in which gaeRun is executed against exploded war in contrary to being executed against webAppDir in the default RAD mode - Issue 14
  • Several bug fixes to the plugin when in RAD mode Issue 16, Issue 22

Version 0.4 (July 21, 2012)

  • Add common boilerplate code from Gaelyk template project - Issue 13.
  • Upgrade to Gradle Wrapper 1.0.

Version 0.3.3 (June 10, 2012)

  • Update the path matching pattern to work with the Windows path separator - Issue 11.
  • Using Gradle Nexus plugin for publishing artifact.

Version 0.3.2 (May 28, 2012)

  • Remove hard-coded WEB-INF/classes as output dir - Issue 6.
  • Updated documentation - Issue 8.

Version 0.3.1 (April 1, 2012)

  • Added tasks for Groovy template precompilation - Issue 5.

Version 0.3 (November 20, 2011)

  • Added task Groovlet precompilation - Issue 4.

Version 0.2 (August 13, 2011)

  • Added ability to list and install plugins from Gaelyk plugin catalogue.

Version 0.1 (April 17, 2011)

  • Initial release.