Added
- New bloblang methods
type
,join
,unique
,escape_html
,unescape_html
,
re_find_all
andre_find_all_submatch
. - Bloblang
sort
method now allows custom sorting functions. - Bloblang now supports
if
expressions. - Bloblang now allows joining strings with the
+
operator. - Bloblang now supports multiline strings with triple quotes.
Changed
- The
xml
processor is now less strict with XML parsing, allowing unrecognised
escape sequences to be passed through unchanged.
Fixed
- The bloblang method
map_each
now respectsNothing
mapping by copying the
underlying value unchanged. - It's now possible to reference resource inputs and outputs in streams mode.
- Fixed a problem with compiling old interpolation functions with arguments
containing colons (i.e.${!timestamp_utc:2006-01-02T15:04:05.000Z}
)