Releases: finos/morphir-scala
Releases · finos/morphir-scala
v0.4.0-RC14 - Unit testing and improved support
What's Changed
- Unit test framework by @edwardpeters in #545
- Use type definitions and support opaque types by @edwardpeters in #549
- Morphir-Side Stack Traces by @edwardpeters in #550
Full Changelog: v0.4.0-RC13...v0.4.0-RC14
v0.4.0-RC13 - Adding more LocalDate sdk functions
What's Changed
- Bump ip from 2.0.0 to 2.0.1 by @dependabot in #538
- Update zio-interop-cats to 23.1.0.1 by @scala-steward in #534
- Update mill-main to 0.11.7 by @scala-steward in #533
- Update zio-prelude to 1.0.0-RC23 by @scala-steward in #535
- Bump ip from 2.0.0 to 2.0.1 in /website by @dependabot in #537
- Update mainargs to 0.6.2 by @scala-steward in #532
- Morphir.SDK.LocalDate addDays, addYears by @justin-corn in #548
Full Changelog: v0.4.0-RC12...v0.4.0-RC13
v0.4.0-RC12 - Adding Char support
What's Changed
- Cleanup basics sdk test by @michelchan in #540
- Adding Char SDK by @michelchan in #541
Full Changelog: v0.4.0-RC11...v0.4.0-RC12
v0.4.0-RC11 - Further Expansion of Morphir.SDK support
Summary
MorphirRuntime (The Evaluator)
- This release further builds out support for various modules in the Morphir SDK
Morphir Data Model (MDM)
- This release introduces serialization of MDM to CBOR
What's Changed
- Feature/list impl pt3 by @justin-corn in #503
- Implement functions for Morphir.SDK:Set by @justin-corn in #505
- Adding Decimal sdk by @michelchan in #507
- Comparable by @edwardpeters in #506
- More Decimal changes by @michelchan in #518
- Update zio-config, zio-config-magnolia, ... to 4.0.1 by @scala-steward in #516
- Update os-lib to 0.9.3 by @scala-steward in #510
- Bump follow-redirects from 1.15.2 to 1.15.4 by @dependabot in #509
- Update scalac-compat-annotation to 0.1.4 by @scala-steward in #515
- Update zio, zio-streams, zio-test, ... to 2.0.21 by @scala-steward in #512
- Bump follow-redirects from 1.15.1 to 1.15.4 in /website by @dependabot in #508
- Update zio-prelude to 1.0.0-RC22 by @scala-steward in #517
- Update magnolia to 1.1.8 by @scala-steward in #511
- Update mdoc to 2.5.2 by @scala-steward in #514
- Adding more functions to Set SDK by @michelchan in #522
- Comparable functions by @michelchan in #524
- Update mainargs to 0.6.1 by @scala-steward in #523
- Bump actions/cache from 3 to 4 by @dependabot in #519
- Print RTValue by @edwardpeters in #525
- Bump release-drafter/release-drafter from 5 to 6 by @dependabot in #527
- Bump hmarr/auto-approve-action from 3.2.1 to 4.0.0 by @dependabot in #526
- Remove TypedMorphirRuntimeDefs by @Bouzomgi in #528
- Added CBOR (borer) Codecs & Tests by @Paul-Folbrecht in #530
Full Changelog: v0.4.0-RC10...v0.4.0-RC11
Support more of the Morphir SDK for the Evaluator/Morphir Runtime
What's Changed
- Elm format for tests by @justin-corn in #485
- Bump actions/setup-java from 3 to 4 by @dependabot in #484
- Update scalafmt-core to 3.7.17 by @scala-steward in #482
- updating installation scripts by @dmitrykozinets in #486
- Localdate localtime sdk impl by @justin-corn in #487
- Update mainargs to 0.5.4 by @scala-steward in #488
- Update mill-main to 0.11.6 by @scala-steward in #483
- Fincore 21552 basics sdk by @Paul-Folbrecht in #489
- Address Divide-By-Zero in integerDivide by @Paul-Folbrecht in #490
- Feature/fix localdate fromparts signature by @justin-corn in #491
- Added remainderBy 0 test by @Paul-Folbrecht in #492
- Adding the rest of string sdk by @michelchan in #494
- Feature/month dayofweek support by @justin-corn in #495
- Feature/localdate accessors by @justin-corn in #496
- Implement Morphir.SDK:Basics:composeRight by @justin-corn in #498
- Implement Morphir.SDK:Maybe:andThen by @justin-corn in #497
- Feature/dict partition remove by @justin-corn in #499
- Feature/result andthen by @justin-corn in #500
- Feature/list impl pt1 by @justin-corn in #501
- Feature/list impl pt2 by @justin-corn in #502
Full Changelog: v0.4.0-RC09...v0.4.0-RC10
v0.4.0-RC09 - Introducing library CLI command
What's Changed
- Morphir installation scripts by @dmitrykozinets in #475
- Library morphir-cli command by @dmitrykozinets in #476
- Update scalac-compat-annotation to 0.1.3 by @scala-steward in #479
- Morphir-cli installation script by @dmitrykozinets in #480
Full Changelog: v0.4.0-RC08...v0.4.0-RC09
v0.4.0-RC08 - Provide an assembly artifact for morphir.main (the CLI)
What's Changed
- Update zio, zio-streams, zio-test, ... to 2.0.19 by @scala-steward in #470
- Allow publishing of main by @DamianReeves in #473
Full Changelog: v0.4.0-RC07...v0.4.0-RC08
v0.4.0-RC07 - Introducing bundle CLI command
What's Changed
- Update test-interface to 0.4.16 by @scala-steward in #457
- Update mdoc to 2.3.8 by @scala-steward in #458
- Update mdoc to 2.4.0 by @scala-steward in #459
- Create Bundle Distribution and bundle cli command by @dmitrykozinets in #462
- Merges by @DamianReeves in #464
- When running the bundle CLI command create the target directory if it doesn't exist by @DamianReeves in #465
- Formatting updates by @DamianReeves in #466
- Update os-lib to 0.9.2 by @scala-steward in #467
Full Changelog: v0.4.0-RC06...v0.4.0-RC07
v0.4.0-RC06 - Bug fixes and cleanu
What's Changed
- Runtime error cleanup by @edwardpeters in #442
- Definition function fix by @edwardpeters in #446
- Bump postcss from 8.4.16 to 8.4.31 in /website by @dependabot in #444
- Bump postcss from 8.4.20 to 8.4.31 by @dependabot in #443
- Update mill-main to 0.11.5 by @scala-steward in #447
- Update zio-interop-cats to 23.1.0.0 by @scala-steward in #448
- Upgrade to ZIO 2.0.18 by @DamianReeves in #449
- Update fs2-io to 3.9.2 by @scala-steward in #420
- Update munit, munit-scalacheck to 1.0.0-M10 by @scala-steward in #424
- Update zio, zio-streams, zio-test, ... to 2.0.18 by @scala-steward in #431
- Fix #450 make call to attempt and refineToOrDie to fix fallible error… by @DamianReeves in #451
- Fix missing case in MDM by @DamianReeves in #454
- Bump @babel/traverse from 7.19.0 to 7.23.2 in /website by @dependabot in #453
- Merge back changes by @DamianReeves in #455
- Bump @babel/traverse from 7.20.5 to 7.23.2 by @dependabot in #452
Full Changelog: v0.4.0-RC05...v0.4.0-RC06
v0.4.0-RC05
What's Changed
- Extra tests by @edwardpeters in #438
- New native functions by @edwardpeters in #440
- Error cleanup by @edwardpeters in #439
- Result native functions by @edwardpeters in #441
Full Changelog: v0.4.0-RC04...v0.4.0-RC05