Skip to content

v2.2.0

Compare
Choose a tag to compare
@codeka codeka released this 15 Mar 12:57
· 81 commits to master since this release

Features this release:

  • Set tag
  • Proper HTML-escaping, and some helpers to work with HTML-escaping.

As with previous releases, the recommended approach for using Carrot is via Maven or Gradle:

With Maven:

<dependency>
  <groupId>au.com.codeka</groupId>
  <artifactId>carrot</artifactId>
  <version>2.2.0</version>
</dependency>

With Gradle:

compile 'au.com.codeka:carrot:2.2.0'