Releases: shunkica/permission-to-rest
Releases · shunkica/permission-to-rest
v0.0.2-alpha
-
allowed where clause to also accept an array, the items in array are checked with OR logic
eg: [ {a:1,b:1}, {b:[2,3]} ] means 'WHERE (a = 1 AND b = 1) OR ( b = 2 OR b = 3)' -
refactoring
v0.0.1-alpha
initial commit