Releases: openlawteam/openlaw-core
Releases · openlawteam/openlaw-core
v0.1.83
v0.1.82
v0.1.81
v0.1.80
v0.1.79
v0.1.78
v0.1.77
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
Change placeholder text if an identity variable is filled but signatu…
v0.1.75
Fixing parser to discard whitespace after formatting tags, to remove …
v0.1.74
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