Skip to content

Tags: nwokafor-choongsaeng/morphir-jvm

Tags

v0.8.2

Toggle v0.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added LocalTime to the SDK. (finos#114)

* Added LocalTime to the SDK. finos#113

* Fix. finos#113

* Fix. finos#113

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Changed Key into an object because it represents a module. (finos#112)

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add sdk key (finos#107)

* Add the Key module to the SDK. finos#106

* Add the Key module to the SDK. finos#106

* Fix breaking warning.

* Revert back imports reorganized by some unknown tool that I'm simply unable to turn off

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed bug. finos#99 (finos#100)

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Morphir Core and IR work (finos#91)

* Further application of recursion schemes for working with the Type AST

* Rollback un-needed changes

* Change over to using scala.BigDecimal to back the Decimal type

* Ensure better ergonomics with the Decimal type

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Further work on using RunnableStep (finos#90)

* Incorporate instrumentation in the RunnableStep

* Working on the execution model

* Fix build issue

* Working on step tracing

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
New flowz model that incorporates Behaviors, Steps, and Flowz (finos#87)

* Step changes

* Try and get Steps to respect the passed in state

* Rename Step to Stage to start new effort

* More renaming

* Shuffling things so we can work on new design of Step and Stage

* Towards recursion schemes

* Embracing the use of Behaviors

* Trying to expand on Behavior type

* Behavior related updates

* Continue building out Behavior

* Continued build out of the Behavior type

* Refining behavior and flow usage

* Refining the definition of behavior

* Refining the definition of behavior

* Clear out quite a bit of the prior art

* Add some docs and a comment about the changing API

* working on flow execution:

* Setup the structure for flow execution

* Flow execution and Instrumentation

* More work on instrumentation and properties

* Prepping to change the definition of a Behavior

* expanding behavior

* Add more operators and constructors to Behavior

* Support up to an arity of 8 for mapN and mapParN

* Change Behavior to be Step...

* Change Behavior to be Step...

* Additional renames

* Add the ability to instrument tests

* Move experimental and not fully baked items into the experimental package

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update ci.yml

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow for various ways of constructing an Int (finos#84)

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
SDK and Flowz updates (finos#83)

* Work on the Activity type and improve sharing of Step constructors

* Fix unsound operations and allow specifying a reporting phase

* Change name of the output phase to be report

* Improve numeric support in the SDK

* Refine flowz

* Try and fix issues

* Fix warnings

* Fix issues caused by moving the location of the unit val

* finos#65 Add the Set module to the SDK

* finos#65 Fix Set::size issue and add missing functions from morphir.sdk.Int

* Remove zio-prelude from being a dependency for morphir-sdk-core

* Number type support and inclusion