Skip to content

Releases: lucidsoftware/relate

5.0.0: Merge pull request #93 from lucidsoftware/cwoodfield-java-set-iteration

20 Nov 16:15
959e783
Compare
Choose a tag to compare

4.0.3: Update publish check to match repo name

13 Nov 16:11
Compare
Choose a tag to compare

4.0.2: Merge pull request #91 from lucidsoftware/fix-release-better

12 Nov 23:12
5747e91
Compare
Choose a tag to compare

Release 3.2.0

28 Sep 15:20
1efb986
Compare
Choose a tag to compare
Merge pull request #86 from lucidsoftware/add-support-for-LocalDate

Add support for LocalDate

Release 3.1.1

27 Sep 23:19
fae9766
Compare
Choose a tag to compare
Merge pull request #84 from lucidsoftware/lenient-string

Add lenientString to SqlRow

Release 3.1.0

26 Sep 20:54
fd73b7a
Compare
Choose a tag to compare

Potentially beaking change: ColReader.option was removed.

This method was intended to have been private from the beginning, but was accidentally public. This is technically a breaking change. However, given that it is unlikely that any external code is using this method, this was released as a minor version instead of a major version.

Other Changes:

  • Add support for scala.math.BigDecimal to Parameterizable
  • Change ColReader to be implemented in terms of SqlRow to make the parsing more consistent
  • Change generateParser to work for classes with more than 22 fields (scala 3 support)
  • Remove deprecated view bounds
  • Update documentation
  • Change SqlRow.date and SqlRow.dateOption to return an actual java.util.Date instance.

3.0.0: Merge pull request #72 from lucidsoftware/scala-2-13-support

22 Jul 20:01
71afc8b
Compare
Choose a tag to compare

2.4.0: Update github api key

19 May 23:32
Compare
Choose a tag to compare
After migrating to travis-ci.com

Version 2.3.0

20 Jan 23:42
042101a
Compare
Choose a tag to compare
Merge pull request #67 from lucidsoftware/java-time

Add support for getting the timestamp as a java.time.Instant from a row

2.1.1: Merge pull request #61 from pauldraper/pauldraper-option

06 Dec 20:35
f7da4ca
Compare
Choose a tag to compare