Skip to content

Custom isEmpty check & proper context binding

Compare
Choose a tag to compare
@MZanggl MZanggl released this 04 Jan 13:27
· 47 commits to master since this release
  • Feature: New configuration to pass a custom isEmpty check. This is useful if the response is something like { page: 1, items: [] }
  • Bugfix: Bind the context of promistate result to the callback method. This is useful if you need to append a response to the previous one, or pass parts of it in the request (e.g. page token)