Releases: finos/rune-dsl
Releases · finos/rune-dsl
9.8.0
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
- Finos prep by @minesh-s-patel in #734
- Rename master to main by @SimonCockx in #742
- Added support for converting record types from/to strings by @SimonCockx in #743
Full Changelog: 9.7.0...9.8.0
9.7.0
What's Changed
- task: 4188 Disabled the expectations cache by @minesh-s-patel in #732
- Validation result by @hugohills-regnosys in #730
Full Changelog: 9.6.1...9.7.0
9.6.1
What's Changed
- Add keyword clash section to the docs by @hugohills-regnosys in #729
- Null fixes by @SimonCockx in #731
Full Changelog: 9.6.0...9.6.1
9.6.0
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