Skip to content

Releases: finos/rune-dsl

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

v9.1.3

27 Nov 14:46
c6d654d
Compare
Choose a tag to compare

Fixed a bug where the generated implementation of RosettaModelObject#process would process overridden attributes twice.

What's Changed

Full Changelog: 9.1.2...9.1.3

v9.1.2

27 Nov 14:24
d3b4cee
Compare
Choose a tag to compare

This patch release fixes issues #670 (no model validation for invalid uses of implicit function application) and #653 (not being able to escape reserved names with ^ to use it as an identifier).

What's Changed

Full Changelog: 9.1.1...9.1.2

v9.1.1

22 Nov 17:24
14c42d5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 9.1.0...9.1.1

v9.1.0

20 Nov 12:34
a1e767f
Compare
Choose a tag to compare

This release fixes several code generation issues related to Java type errors such as when assigning a Rosetta int to a Rosetta number. It also significantly decreases the amount of unnecessary wrapping/unwrapping of Mapper objects, and it improves the readability of the expression generator by generating multiple Java statements rather than generating one big Java expression.

For a full list of resolved issues, see the original PR: #684.

What's Changed

Full Changelog: 9.0.3...9.1.0