Releases: rawdog71/Clownfish
Releases · rawdog71/Clownfish
v0.7.4
- 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
- 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
Layout templates
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
Added support for JVM languages.
In the backend you can write business logic with JVM languages.
Right now three languages are supported:
- JAVA
- Kotlin
- Groovy
The generated JVM classes can be instantiated via an ExternalClassProvider.
v0.6.0
v0.5.0
v0.4.4
Updated several external libraries
Embedded Tomcat 9.0.53
Full Changelog: v0.4.2...v0.4.4
v0.4.2: Update pom.xml
Updated to embedded Tomcat 9.0.52.0