Changelog
1.8.3 Maintenance Release
Array.from()
(issue #432)$not
to return empty sequence for missing inputs (issue #433)Changelog
1.8.2 Maintenance Release
Changelog
1.8.1 Maintenance Release
Changelog
1.8.0 Milestone Release
%
parent operator) to select the parent of the current context value (issue #299)$type
to return the data type of the argument (issue #208)Changelog
1.7.0 Milestone Release
@
operator) to support cross-referencing and complex data joins (issue #333)#
operator) to get current context position in sequence (issue #187)=
, !=
) now perform deep object/array comparison$error
- Explicitly throw an error with message (issue #167)$assert
- Throw error (with message) if assertion evaluates to false (issue #369)$single
- Returns the single value in an array (issue #348)$encodeUrl
, $encodeUrlComponent
, $decodeUrl
, $decodeUrlComponent
- URL/URI helper functions (issue #103)$distinct
- Returns array with duplicate values removed$reduce
- Now works with a 4-argument function parameter (issue #102)$number
- Can now cast numeric strings with leading zeros (issue #368)$string
- Now has optional second argument to "prettify" objects (issue #334)Changelog
1.6.5 Maintenance Release
Changelog
1.6.4 Maintenance Release
$each
function (PR #293)Changelog
1.6.3 Maintenance Release
Changelog
1.6.2 Maintenance Release
Changelog
1.6.1 Milestone Release (v1.6.0 was not published)