1.7.1 (2020-11-21)
- fix connected-content handling on error (245c362)
1.7.0 (2020-11-08)
- Added support for JSON body parsing (37ed951)
1.6.0 (2020-10-29)
- support headers in connected content (c1f45ad)
1.5.0 (2020-03-17)
- content blocks: support multiple roots for content blocks (5e6f09e)
1.4.0 (2019-10-29)
- add number format filter and update readme (1a29f34)
1.3.0 (2019-10-28)
- Add Braze encoding filters and update readme (6ca4827)
1.2.2 (2019-09-17)
- convert undefined to 0 for math operations (6fbe4b7)
1.2.1 (2019-07-20)
- further improve rendering for if and assign tag (81924f8)
- improve if condition tag (6c5ef6c)
- make date filter working with UTC by default and add support for more formats (103f2ad)
- make stringify closer to braze output (6e6e9ce)
1.2.0 (2019-07-18)
- fix assign tag to support output (85d4646)
- added support for
first
andlast
for values (eb5b8c3)
1.1.5 (2019-07-18)
- support output parsing in
if
andconnected-content
tag (2288d4c)
1.1.4 (2019-07-16)
- downcase will convert input to String first, and plus/minus will convert input to Number first (7c91a1c)
1.1.3 (2019-07-16)
- searching content blocks filename in kebab-case (6ebc1c0)
1.1.2 (2019-07-07)
- support spaces around equal (57aaa71)
1.1.1 (2019-07-07)
- Allow parsing variables in assign tag (2ab4a2f)
1.1.0 (2019-07-06)
- Add filters: json_escape, url_escape, url_param_escape (2492101)
- add support for content blocks (c6b605a)
1.0.4 (2019-05-02)
- improve error handling so abort_message will abort the entire message (b6a892b)
1.0.3 (2019-05-01)
- skip cache when cache=0 in connected_content (f01f2ff)
1.0.2 (2019-04-30)
- fix connected_content and stringify object in output (3ae2972)
1.0.1 (2019-04-30)
- move request-promise-cache from devDep to dependency (028f2e2)
- add tags: abort_message, connected_content; add filter: property_accessor; add syntax: attributes; remove filter: abs (8bbf37e)