Skip to content

Releases: finos/rune-dsl

9.8.0

18 Apr 15:56
31b9d17
Compare
Choose a tag to compare

This release introduces three new operations to convert a string into one of the record types date, dateTime or zonedDateTime. Examples:

  • "2024-04-18" to-date results in a date object representing the 18th of April in the year 2024.
  • "2024-04-18T13:06:26" to-date-time results in the same date, but with a time specified as 13:06:26.
  • "2024-04-18T13:06:26+02:00[Europe/Brussels]" to-zoned-date-time results in the same date and time, but with its timezone specified as Europe/Brussels.
  • "2024-04-18T13:06:26Z" to-zoned-date-time results in the same date and time, but with a zero (UTC) offset.

Furthermore, it enhances the to-string operation to allow record types to be passed as arguments as well.

What's Changed

Full Changelog: 9.7.0...9.8.0

9.7.0

13 Mar 11:22
b509b37
Compare
Choose a tag to compare

What's Changed

Full Changelog: 9.6.1...9.7.0

9.6.1

26 Feb 14:59
44b3b13
Compare
Choose a tag to compare

What's Changed

Full Changelog: 9.6.0...9.6.1

9.6.0

07 Feb 17:30
838e352
Compare
Choose a tag to compare

What's Changed

Full Changelog: 9.5.0...9.6.0

9.5.0

05 Feb 11:06
c1c5c65
Compare
Choose a tag to compare

What's Changed

Full Changelog: 9.4.1...9.5.0

9.4.1

25 Jan 11:19
22fbc63
Compare
Choose a tag to compare

What's Changed

  • New data structures to store Regulation Validation results

9.4.0

19 Jan 12:21
47f40de
Compare
Choose a tag to compare

What's Changed

Full Changelog: 9.3.1...9.4.0

9.3.1

10 Jan 17:32
02a8fae
Compare
Choose a tag to compare

What's Changed

Full Changelog: 9.3.0...9.3.1

9.3.0

19 Dec 14:06
5346501
Compare
Choose a tag to compare

What's Changed

Full Changelog: 9.2.0...9.3.0

9.2.0

12 Dec 12:50
a41b58b
Compare
Choose a tag to compare

Migrated from CodeFresh to Github Actions. This project is now released to Maven Central.

What's Changed

Full Changelog: 9.1.4...9.2.0