v0.0.10
Pre-release
Pre-release
The changes included in this release are as follows:
- add
tundra.list.*:grow
,:resize
and:shrink
services for resizing lists - add
tundra.list.object:difference
and:intersection
, andtundra.list.string:difference
and:intersection
to return the set difference and intersection of two lists respectively - add
tundra.schema.exception:handler
specification describing the service signature required of atundra.service:ensure
$catch
service - change tundra.assertion.list.object:unequal to fix typo in service comment
- change
tundra.condition:evaluate
to include the ANTLR4 grammar used to generate the parser in the service comments - change
tundra.content:amend
andtundra.document:amend
to add an optional conditional statement to each amendment to control whether the amendment gets applied - change
tundra.decimal:add
to allow nulls in input list, defaulting them to zero - change
tundra.integer:average
,:maximum
, and:minimum
to disallow nulls in input list
To install, download Tundra-v0.0.10.zip
, copy to IntegrationServer/replicate/inbound
, and install the release via the package management web page.