v0.33.0
Many thanks to @Demivan, @ruiaraujo012, @Karakatiza666, @micahjon, @unlinking, @demarchenac, @xsjcTony, @ziyak97 and @Lukasz17git for contributing to this release.
- Add export alias with reserved keywords for functions with underscore suffix
- Add
partialCheck
andpartialCheckAsync
action (issue #76, #145, #260) - Add
checkItems
,filterItems
,findItem
,mapItems
,reduceItems
andsortItem
action (issue #595) - Rename
every
andsome
action toeveryItem
andsomeItem
- Rename
_isAllowedObjectKey
to_isValidObjectKey
and add check for inherited properties - Remove
RecordPathItem
andTuplePathItem
type and refactor code - Fix
received
property of issue indate
schema for invalid dates (issue #654)