Skip to content

Releases: openlawteam/openlaw-core

v0.1.83

29 Jul 20:07
ad6a03c
Compare
Choose a tag to compare

Removes 'verified' link

v0.1.82

22 Jul 12:58
07828d3
Compare
Choose a tag to compare

Adds a new type for giving a response from an integrated service indicating the response will arrive later.

v0.1.81

29 Jun 14:12
b8e9a4e
Compare
Choose a tag to compare

SignatureFormatter now correctly processes HelloSign type external signatures (without the requirement for a custom formatter.)

v0.1.80

24 Jun 10:57
360a437
Compare
Choose a tag to compare

Previously checking whether an external signature action had already been executed was not working properly. This release fixes that.

v0.1.79

23 Jun 14:32
665ed45
Compare
Choose a tag to compare

Adds functionality to create envelopes with multiple signatories to external signature services.

v0.1.78

26 May 20:29
fb4529f
Compare
Choose a tag to compare

Supports external signature service integration

v0.1.77

26 May 14:56
d661f4e
Compare
Choose a tag to compare
Fix formattings (#255)

* - repurposed pagebreak to render section break (to avoid any tricky issue)
- removed markdown parser since it was only used for paragraph edit
- cleanup the formatting token logic

TODO:
to formatting token logic HAS to be in the beginning on the line. I'd like to loosen this requirement

* loosen formatting rules

* adding tests

* remove unused methods

* remove empty test

* disable TemplateType which effectively makes a deal impossible on the template language level

* remove code regarding deals

v0.1.76

10 Apr 16:27
e2bbdc0
Compare
Choose a tag to compare
Change placeholder text if an identity variable is filled but signatu…

v0.1.75

26 Mar 14:52
0004d06
Compare
Choose a tag to compare
Fixing parser to discard whitespace after formatting tags, to remove …

v0.1.74

25 Mar 20:46
c40fea0
Compare
Choose a tag to compare
Fix parent in serializable execution result (#249)

* fixing issue where serializable execution results were losing their parent execution

* fixing issue where serializable execution results were losing their parent execution

* fixing issue where serializable execution results were losing their parent execution