View Source Changelog
v1-0-0
v1.0.0
- changed: Renamed
JsonLogic.applytoJsonLogic.resolveto remove conflicts withKernel.apply/2. - changed: All formerly public operations have been made private.
- fixed: Support for finding
minandmaxvalues in a mixed array of numbers and strings. - fixed: Support for using
catwithvar's. - fixed: Make
nilcomparisons become in line with how the javascript library is implemented. - fixed:
maxreturnsnilif the list is empty. - fixed:
maxreturnsnilif the list of values are not all numeric. - fixed:
maxreturning the original maximum value and not the coerced value. - fixed:
minreturnsnilif the list is empty. - fixed:
minreturnsnilif the list of values are not all numeric. - fixed:
minreturning the original minimum value and not the coerced value. - fixed: infinite recursive loop for ill formed
inclauses. - fixed: typespec for
resolve/2. - fixed: return json object provided in
ifstatements. - fixed: return the provided json object if the map size is larger than 1.
- removed: optional dependencies for
jasonandpoison. - added: Support for
Decimalto be used.