Skip to content

Releases: joomcode/colonist

v0.1.0-alpha24: Bump version to 0.1.0-alpha24.

04 Jun 18:37

Choose a tag to compare

Co-authored-by: Cursor <cursoragent@cursor.com>

v0.1.0-alpha22

03 Oct 10:46

Choose a tag to compare

Colonist plugin supports Android Gradle Plugin 8.x.x

v0.1.0-alpha21

16 Feb 22:21

Choose a tag to compare

Updated Kotlin to 1.8.21 and Kotlin Metadata to 0.6.0

v0.1.0-alpha20

17 Aug 13:45

Choose a tag to compare

This release introduces processTest colonist extension property, that enables unit test processing for projects that use Android Gradle Plugin 7.1.0 and later.

Thanks @octa-one for submitting the PR.

v0.1.0-alpha19

27 Jul 15:14

Choose a tag to compare

This release brings following changes:

  • Colonist no longer tries to instantiate abstract classes or interfaces when settlers are produced using @ProduceSettlersViaConstructor.
  • Colonist verifies that @OnProduceSettler and @OnAcceptSettler (in case when @ProduceSettlersAsClasses is specified) callbacks have Class<*> parameter type.
  • Colonist supports kotlin objects in case when settlers are produced using @ProduceSettlersViaConstructor.

v0.1.0-alpha18

27 Jul 15:09

Choose a tag to compare

v0.1.0-alpha17

09 Jun 08:47

Choose a tag to compare

Support Android Variant API instead of deprecated Transformation API for projects using Android Gradle Plugin 7.1.0 and later.

0.1.0-alpha16

24 Dec 19:46

Choose a tag to compare

  • This release makes the library compatible with Gradle Configuration Cache.

0.1.0-alpha15

07 Dec 13:46

Choose a tag to compare

  • This version fixes a compile-time deadlock introduced in 0.1.0-alpha14

0.1.0-alpha14

06 Dec 17:09

Choose a tag to compare

  • This release brings a few more optimizations that allow to reduce processing time even more.