Skip to content

Releases: shunkica/permission-to-rest

v0.0.2-alpha

31 Mar 20:28
Compare
Choose a tag to compare
v0.0.2-alpha Pre-release
Pre-release
  • 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

31 Mar 16:51
Compare
Choose a tag to compare
v0.0.1-alpha Pre-release
Pre-release
initial commit