Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.

Releases: Burnett01/kotlin-expression-builder

1.2.2

16 Jan 16:43

Choose a tag to compare

2022 copyright date update

1.2.1

23 Dec 22:16

Choose a tag to compare

  • Updated kotlin version to 1.6.10
  • Updated kotest version to 5.0.3
  • Updated Gradle Wrapper from 7.3 to 7.3.3

1.2.0

13 Nov 10:06

Choose a tag to compare

  • ExpressionBuilder class: change expression property visibility to protected (so other classes can access it)

  • Upgraded Gradle from 7.1 to 7.3

Full Changelog: 1.1.0...1.2.0

1.1.0

13 Aug 20:13
c7109d6

Choose a tag to compare

  • Fixed regression in task sourcesJar from 1.0.0
  • Expression & ExpressionBuilder classes are now open (allows for inheritance)
  • Fixed demo code (contrib/Example.kt)

1.0.0

04 Jul 15:40

Choose a tag to compare

  • Updated kotlin version 1.5.20 and gradle 7.1
  • Replaced kotlintest with kotest 4.6.0
  • Re-arranged tests
  • New version policy (semver)

Additionally, this project is now build and tested on jitCI accompanied by travis-ci.

NOTE: This release (tag) was fast-forwarded to 1.1.0 due to a regression! Version 1.0.0 is 1.1.0 in essence thus you should use 1.1.0!

0.8

24 Jan 05:39

Choose a tag to compare

0.8
  • Updated kotlin version from 1.0.4 to 1.3.61
  • Updated gradle version from 3.5 to 6.1

0.7

20 Jun 22:42

Choose a tag to compare

0.7

Recover from broken RegexOption behaviour (version 0.6)

  • lazy init the expression property in order to fix inappropriate RegexOption behaviour

  • set options prior to running the the class initializer (entity)

  • non-null assert endGroup() and endMatch()

0.6

05 Jun 14:02

Choose a tag to compare

0.6 Pre-release
Pre-release
  • added support for

Please note [21.06.2017]:

Unfortunately, a bug might break the RegexOption functionality. Please upgrade to version 0.7

0.5

22 May 20:42

Choose a tag to compare

0.5
wiped some API docs since they're are private/internal anyways

0.1

22 May 20:05

Choose a tag to compare

0.1
initial release