Skip to content

Releases: finos/morphir-jvm

Morphir-JVM Release 0.4.1

01 Feb 15:13
d9879c5
Compare
Choose a tag to compare
  • Add apply methods to morphir.sdk.Int.Int so that scala code generated by morphir-elm compiles.

Morphir-JVM Release 0.4.0

29 Jan 13:54
b009404
Compare
Choose a tag to compare

Added Decimal support and more.

Morphir-JVM Release 0.3.5

13 Jan 01:37
be58079
Compare
Choose a tag to compare

Fix String.join api.

Morphir-JVM Release 0.3.4

08 Jan 15:56
0604141
Compare
Choose a tag to compare
v0.3.4

Work on the Activity type and improve sharing of Step constructors (#80)

Morphir-JVM Release 0.3.3

06 Jan 15:19
ddf0ac7
Compare
Choose a tag to compare

Morphir flowz now includes a dsl for defining a Flow, which is an executor of step(s).

Morphir-JVM Release 0.3.2

23 Dec 18:54
d96cce4
Compare
Choose a tag to compare
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

22 Dec 13:44
5e88c44
Compare
Choose a tag to compare

More flowz work

Morphir-JVM Release 0.3.0

10 Dec 15:45
b383061
Compare
Choose a tag to compare

Added morphir-flowz publishing.

Morphir-JVM Release 0.2.2

18 Nov 18:16
db30b65
Compare
Choose a tag to compare

Fix some boolean functions in the SDK

Morphir-JVM Release 0.2.1

18 Nov 17:41
99245e8
Compare
Choose a tag to compare
Pre-release

Added more missing functions to the SDK.