Releases: openlawteam/openlaw-core
Releases · openlawteam/openlaw-core
v0.1.44
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
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
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
fixed missing value for structure (#164)
v0.1.40
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
Fix type for collection castValue function. (#161)
v0.1.38
fix executed variables for clause (#159) * fix executed variables for clause update dependencies * cleanup code
v0.1.37
Divide Period (#157) * test ready * Divide period, tests and all