Skip to content

Releases: rawdog71/Clownfish

v0.7.4

29 Jan 14:25
Compare
Choose a tag to compare
v0.7.4 Pre-release
Pre-release
  • Installed JVM languages (Java, Kotlin, Groovy, Scala) are checked at startup, if the corresponding compiler is installed on the system. Compilers that are not installed can not be selected in the JVM section.
  • Static site generator also includes static images from the cache folder.

Full Changelog: v0.7.2...v0.7.4

v0.7.2

26 Jan 15:15
Compare
Choose a tag to compare
v0.7.2 Pre-release
Pre-release
  • Added Scala to the JVM languages
  • Freemarker/Velocity as layout templates
  • Content indexing as threads

Full Changelog: v0.7.1...v0.7.2

v0.7.1

25 Jan 15:45
75c1f09
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release

Added Scala as language in the JVM section

What's Changed

Full Changelog: v0.7.0...v0.7.1

Layout templates

24 Jan 20:04
Compare
Choose a tag to compare
Layout templates Pre-release
Pre-release

Added the new "layout" template type. This allows a better separation of templates and content. Including a preview in the backend. New assigned content must be published in order to be rendered to the production view.

v0.6.2: Added ExternalClassProvider

12 Jan 16:22
Compare
Choose a tag to compare
Pre-release

Added support for JVM languages.
In the backend you can write business logic with JVM languages.
Right now three languages are supported:

  1. JAVA
  2. Kotlin
  3. Groovy

The generated JVM classes can be instantiated via an ExternalClassProvider.

v0.6.0

11 Dec 00:39
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

17 Nov 16:19
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Added external JAR inclusion. You might call external class methods in templates.

v0.4.4

06 Oct 11:20
Compare
Choose a tag to compare
v0.4.4 Pre-release
Pre-release

Updated several external libraries
Embedded Tomcat 9.0.53

Full Changelog: v0.4.2...v0.4.4

v0.4.2: Update pom.xml

25 Sep 09:26
Compare
Choose a tag to compare
Pre-release

Updated to embedded Tomcat 9.0.52.0

v0.4.1

23 Sep 10:18
Compare
Choose a tag to compare

Added PDFExport functionality