Skip to content

0.3.1

Compare
Choose a tag to compare
@WhatAKitty WhatAKitty released this 05 Nov 14:33
· 69 commits to master since this release

Support pure data

new:

// you could return array or object directly
return [];
return {};

old:

return {
  status: 200,
  data: []
}