Releases: finos/morphir-jvm
Releases · finos/morphir-jvm
Morphir-JVM Release 0.4.1
- Add apply methods to
morphir.sdk.Int.Int
so that scala code generated bymorphir-elm
compiles.
Morphir-JVM Release 0.4.0
Added Decimal support and more.
Morphir-JVM Release 0.3.5
Fix String.join api.
Morphir-JVM Release 0.3.4
v0.3.4 Work on the Activity type and improve sharing of Step constructors (#80)
Morphir-JVM Release 0.3.3
Morphir flowz now includes a dsl for defining a Flow
, which is an executor of step(s).
Morphir-JVM Release 0.3.2
Event logging (#76) * The utter shame of this faulty EventPublisherSpec ... avert your eyes * Create the starting points of the EventLog interface * Added EventLog and some additional Step operations for dealing with failures, retrying, and repeating * Add the Stateless type alias * Include an alias for a step that does not use its input state known as Activity * Include an alias for a step that does not use its input state known as Activity
Morphir-JVM Release 0.3.1
More flowz work
Morphir-JVM Release 0.3.0
Added morphir-flowz publishing.
Morphir-JVM Release 0.2.2
Fix some boolean functions in the SDK
Morphir-JVM Release 0.2.1
Added more missing functions to the SDK.