Custom isEmpty check & proper context binding
- 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)