- Add
product
andcut
functions. - Optimize data source
id
where possible (may cause superficial plan changes to existing states).
- Refine attribute error messages.
- Coerce result of
round
function to integer. - Do not coerce
id
ofmin
andmax
functions to integer.
- Do not coerce
number
type ID tostring
type ID (may cause superficial plan changes to existing states). - Add
exp
,mod
,round
, andsqrt
functions.
- Add
sorted
parameter tolist_index
function. - Add
end_index
parameter toreplace
function. - Fix
end_index
auto-deduction inreplace
function. - Add config validation to
insert
andreplace
functions.
- Add
insert
,replace
, andsort_list
functions.
- Add
list_index
,max_number
,min_number
,max_string
, andmin_string
functions.
- Add
empty
,compare_list
, andlast_element
functions.
- Add
all
parameter tohas_keys
andhas_values
.
- Add
num_chars
parameter tolast_char
. - Add
equal_map
,keys_delete
,has_keys
, andhas_values
functions. - Miscellaneous fixes and improvements to collection functions.
- Initial Release