Releases: appsemble/appsemble
Releases · appsemble/appsemble
0.36.4
Added
-
Lang-sdk: Add
array.groupByremapper for grouping arrays of objects by a common property. -
Lang-sdk: Add
array.rangeremapper. -
Lang-sdk: Add
array.toObjectremapper for converting arrays to objects using key/value remappers. -
Lang-sdk: Add
date.startOf,date.endOf, anddate.setremappers.date.startOfanddate.endOfsupport the following units:year,quarter,month,week(Monday start), andweekSun(Sunday start). -
Lang-sdk: Add
focusremapper to execute a remapper chain with a temporary root context. -
Lang-sdk: Add
gteandlteremappers for greater-than-or-equal and less-than-or-equal comparisons.
Fixed
- Server: Fix sending register and invite app emails from custom email servers.
0.36.3
0.36.3
0.36.3-test.6
0.36.3-test.6
0.36.3-test.5
0.36.3-test.5
0.36.3-test.4
0.36.3-test.4
0.36.3-test.3
0.36.3-test.3
0.36.3-test.2
0.36.3-test.2
0.36.3-test.1
0.36.3-test.1
0.36.3-test.0
Changed
- Server: Don't return empty objects when failing to fetch user app accounts.
0.36.2
Added
- Utils: Added new regex constant
emailPattern.
Changed
- React-components: Enforce a stricter email pattern with email inputs.
- Studio: Enforce a stricter email pattern with email inputs.
Security
- Node-utils: Add SSRF protection to proxy handler to block requests to private IPs and internal services.