Skip to content

v3.14.0

Compare
Choose a tag to compare
@jonathan-casey jonathan-casey released this 20 Oct 11:42
· 104 commits to main since this release
bfd514d

What's Changed

{
    "$class" : "[email protected]",
    "type" : "UPSERT",
    "target" : {
        "$class" : "[email protected]",
        "namespace" : "test",
        "declaration" : "Person",
        "type" : "[email protected]",
        "properties" : ["address1", "address2", "zip"]
    },
    "decorator" : {
        "$class" : "[email protected]",
        "name" : "Address",
        "arguments" : []
    }
}

Changelog

New Contributors

Full Changelog: v3.13.0...v3.14.0