Skip to content

Releases: Konloch/DSLBuilder

DSLBuilder v1.2.1

03 Mar 16:41
82c253a
Compare
Choose a tag to compare

This has been heavily tested but please feel free to report any issues found.

To add it as a maven dependency:

<dependency>
  <groupId>com.konloch</groupId>
  <artifactId>DSLBuilder</artifactId>
  <version>1.2.1</version>
</dependency>

Changes

  • Dependency upgrade

Full Changelog: v1.1.2...v1.2.0

DSLBuilder v1.2.0

24 Feb 09:06
Compare
Choose a tag to compare

This has been heavily tested but please feel free to report any issues found.

To add it as a maven dependency:

<dependency>
  <groupId>com.konloch</groupId>
  <artifactId>DSLBuilder</artifactId>
  <version>1.2.0</version>
</dependency>

Changes

  • Dependency upgrade

Full Changelog: v1.1.2...v1.2.0

DSLBuilder v1.1.2

23 Feb 17:22
Compare
Choose a tag to compare

This has been heavily tested but please feel free to report any issues found.

To add it as a maven dependency:

<dependency>
  <groupId>com.konloch</groupId>
  <artifactId>DSLBuilder</artifactId>
  <version>1.1.2</version>
</dependency>

Changes

  • Dependency upgrade

Full Changelog: v1.1.1...v1.1.2

DSLBuilder v1.1.1

23 Feb 14:28
Compare
Choose a tag to compare

This has been heavily tested but please feel free to report any issues found.

To add it as a maven dependency:

<dependency>
  <groupId>com.konloch</groupId>
  <artifactId>DSLBuilder</artifactId>
  <version>1.1.1</version>
</dependency>

Changes

  • Dependency upgrade

Full Changelog: v1.1.0...v1.1.1

DSLBuilder v1.1.0

20 Feb 06:15
Compare
Choose a tag to compare

This has been heavily tested but please feel free to report any issues found.

To add it as a maven dependency:

<dependency>
  <groupId>com.konloch</groupId>
  <artifactId>DSLBuilder</artifactId>
  <version>1.1.0</version>
</dependency>

Changes

  • The DLSRuntimeCommand map has been adjusted to preserve the creation order.
  • Variable names and variable values get trimmed as the documentation says they should.

Full Changelog: v1.0.0...v1.1.0

DSLBuilder v1.0.0

19 Feb 11:31
Compare
Choose a tag to compare

This is the first public release of the library, it has been heavily tested but please feel free to report any issues found.

To add it as a maven dependency:

<dependency>
  <groupId>com.konloch</groupId>
  <artifactId>DSLBuilder</artifactId>
  <version>1.0.0</version>
</dependency>