Skip to content

v7.1.0

Compare
Choose a tag to compare
@mirceaalexandru mirceaalexandru released this 12 May 10:31
· 36 commits to master since this release
  • changed the response type for seneca actions from (err, data) to (null, {ok: true | false, err: 'Err message in case ok is false', data: {....data object in case ok is true}})
  • other minor changes