Skip to content

V7.1.0

Latest
Compare
Choose a tag to compare
@mirceaalexandru mirceaalexandru released this 12 May 10:05
· 10 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