Skip to content

Releases: openlawteam/openlaw-core

v0.1.44

09 Aug 18:20
a5e8c59
Compare
Choose a tag to compare
Fix for issue 160 (#179)

* add new test

* add key denoting section end (optional)

* add section break type

* add partitionAt case for FreeText(SectionBreak)), but still need to play around with ordering

* fix repetition of initial elems

* sectionbreak should function more like pagebreak

* tests passing

* remove unneeded imports

* stabilize test

* make changes based on Craig's comments

v0.1.43

26 Jul 21:35
Compare
Choose a tag to compare
External Signature integration in core (#165)

* external signature integration in core

* external signature integration in core

* cleanup import

* Added ActionType to ExternalSignature

* ExternalSignature without ActionValue trait

* add a list of available service names for each SignatureAction

* Added abi for signature service

* Added signature in/out types

* Fix decoder/encoder for SignatureOutput

* Removed unused field fullName from input/output

* Added function to prepare sig data

* Added record link to signature output

* Fix for executedValues function

* Fix cast call for ExternalSignature

v0.1.42

26 Jul 13:56
Compare
Choose a tag to compare
Document deps (#168)

* first cleanup (removed unused dependencies)
TODO: add documentation

* reorg dependencies to make it easier to compare scala jvm and scala js dependencies

* remove play-json dependency and refactor the code accordingly ( still using it in tests as a helper lib to prepare json string)

* remove println

* document dependencies

* clean bad error message for email validation
add helper for circe decode result -> openlaw result

* Documented enumeratum and scalatags deps.

* Using leftMap instead fof handleEither function.

* Added comment for crosstype.

v0.1.41

09 Jul 13:35
25cb7af
Compare
Choose a tag to compare
fixed missing value for structure (#164)

v0.1.40

02 Jul 19:41
8d676aa
Compare
Choose a tag to compare
GH-135 - New variable type for external calls (#140)

* GH-135 - New variable type: ExternalCall

* Added a new variable type called ExternalCallType which enables
tracking events made to external services integrated into OpenlawApp.
Events are processed by the new Oracle ExternalCallOracle, which doesn't
support signed events for now.

* Added test to simulate issue found in ol-app

* fix data access for structure

* Fix test case name

* Resolve some compile errors.

* Fix remaining compilation errors in code and tests.

v0.1.39

02 Jul 17:29
Compare
Choose a tag to compare
Fix type for collection castValue function. (#161)

v0.1.38

26 Jun 13:13
9ffef33
Compare
Choose a tag to compare
fix executed variables for clause (#159)

* fix executed variables for clause
update dependencies

* cleanup code

v0.1.37

25 Jun 14:52
Compare
Choose a tag to compare
Divide Period (#157)

* test ready

* Divide period, tests and all

v0.1.36

14 Jun 16:13
0d1be7c
Compare
Choose a tag to compare
fix number formatting (#154)

v0.1.35

13 Jun 15:43
7a6b07a
Compare
Choose a tag to compare
it is possible to define descriptions to properties in Structure now …