Releases: finos/morphir-jvm
Releases · finos/morphir-jvm
v0.22.0
What's Changed
- feat: Added Sonatype SCA Scan to project by @acpcreation in #176
- Update to latest mill by @DamianReeves in #196
- Update scala-java-time to 2.6.0 by @scala-steward in #179
- Update scala-library to 2.13.16 by @scala-steward in #183
- Update scala-collection-compat to 2.13.0 by @scala-steward in #188
- Update mill-main to 0.12.9 by @scala-steward in #194
- Update test-interface to 0.5.7 by @scala-steward in #192
- Update Scala 3 to Scala 3.3.5 and properly upgrade Scala Native by @DamianReeves in #197
- Temporarily disable SCA scanning by @AttilaMihaly in #204
- Added component IR types + better variable names by @rhianna-x in #203
- Updated morphir.ir.Source.scala with algorithm to turn a Source.Source into a Distribution.Source by @nwokafor-choongsaeng in #207
- Update to mill 0.12.14 by @DamianReeves in #211
- Scala upgrade from 3.3.5 to 3.3.6 by @DamianReeves in #212
- ScalaJS upgrade from 1.17.0 to 1.19.0 by @DamianReeves in #213
- Scala 3 TASTy frontend prototype by @msigmond in #193
New Contributors
- @acpcreation made their first contribution in #176
- @scala-steward made their first contribution in #179
- @rhianna-x made their first contribution in #203
Full Changelog: v0.21.0...v0.22.0
v0.21.0
What's Changed
- Make namespaces UUIDs not strings (#175) @DamianReeves
v0.20.0 - Fixes to UUID API
What's Changed
- Make compare and forName curried as expected by the library (#174) @DamianReeves
v0.19.0
What's Changed
- Set correct package location for the UUID module (#173) @DamianReeves
- Ensure we restore the capability to publish Snapshot versions (#172) @DamianReeves
v0.18.8
What's Changed
- Fix publishing (#171) @DamianReeves
- Build maintenance 202041004 (#170) @DamianReeves
- Try and use organizational account to get sonatype working (#169) @DamianReeves
- Add appendable to Basics (#168) @DamianReeves
- remove note (#166) @DamianReeves
- Added update to ReadMe.md (#165) @DamianReeves
- Add sonatype scan step (#164) @DamianReeves
v0.18.7
What's Changed
- Bump actions/dependency-review-action from 3 to 4 (#158) @dependabot
- Bump actions/cache from 3 to 4 (#159) @dependabot
- Bump hmarr/auto-approve-action from 3.2.1 to 4.0.0 (#160) @dependabot
- Bump release-drafter/release-drafter from 5 to 6 (#161) @dependabot
- Initial Implementation of UUID Custom Type (#163) @cnieves81
- Fix github-dependency-graph action to refer to morphir-jvm (#157) @DamianReeves
v0.18.6
What's Changed
- CI/CD Cleanup (#156) @DamianReeves
- Build maintenance (#155) @DamianReeves
Added isWeekDay to the LocalDate module
What's Changed
- Adding isWeekDay method to LocalDate module by @Abdul-Hameed-Turntabl in #154
Full Changelog: v0.18.2...v0.18.5
Added missing LocalDate.isWeekDay to the SDK
Added missing LocalDate.isWeekDay to the SDK
Additions to the SDK
Added missing math functions to the SDK