Releases: finos/rune-dsl
9.5.0
9.4.1
What's Changed
- New data structures to store Regulation Validation results
9.4.0
What's Changed
- Optimized language server build by @SimonCockx in #719
- Maven central timeout by @SimonCockx in #720
Full Changelog: 9.3.1...9.4.0
9.3.1
What's Changed
- XSD import enum displayName by @hugohills-regnosys in #716
Full Changelog: 9.3.0...9.3.1
9.3.0
What's Changed
- Cardinality tokens by @SimonCockx in #713
- Added eligibility to ecore by @SimonCockx in #715
Full Changelog: 9.2.0...9.3.0
9.2.0
Migrated from CodeFresh to Github Actions. This project is now released to Maven Central.
What's Changed
- Github Actions by @SimonCockx in #709
- Fixed GPG signing by @SimonCockx in #710
- GPG test by @SimonCockx in #711
Full Changelog: 9.1.4...9.2.0
v9.1.3
Fixed a bug where the generated implementation of RosettaModelObject#process
would process overridden attributes twice.
What's Changed
- Fixed processor generator by @SimonCockx in #694
- Update advanced-security/maven-dependency-submission-action digest to 6aafd69 by @renovate in #685
- Update all non-breaking dependencies by @renovate in #693
- Update actions/checkout action to v4 by @renovate in #695
- Fix: empty constructor crashes code generator by @SimonCockx in #696
Full Changelog: 9.1.2...9.1.3
v9.1.2
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
- Fix #670 by @SimonCockx in #689
- Fix #653 by @SimonCockx in #690
- Update all non-breaking dependencies by @renovate in #686
Full Changelog: 9.1.1...9.1.2
v9.1.1
v9.1.0
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
- Type coercions by @SimonCockx in #684
Full Changelog: 9.0.3...9.1.0