You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release 0.7.2
+ Fixed query/selector "Array Slice With Start Large Negative Number And Open End On Short Array" (SoftCreatR#7)
+ Fixed query/selector "Union With Keys" (SoftCreatR#22)
+ Fixed query/selector "Dot Notation After Union With Keys" (SoftCreatR#15)
+ Fixed query/selector "Union With Keys After Array Slice" (SoftCreatR#23)
+ Fixed query/selector "Union With Keys After Bracket Notation" (SoftCreatR#24)
+ Fixed query/selector "Union With Keys On Object Without Key" (SoftCreatR#25)
Release 0.6.4
- Added support for `nin` operator
- Added support for greater than or equal operator (`>=`)
- Added support for less or equal operator (`<=`)