Skip to content
This repository was archived by the owner on Apr 9, 2020. It is now read-only.

Getting rid of explicitMode

Choose a tag to compare

@thetutlage thetutlage released this 28 Aug 04:09
· 2 commits to develop since this release

We have removed the explicitEnd flag and now all responses the deferred until finish is invoked. Since, we are handling all the use cases (except callbacks), it's better to defer and not give any option to change that behavior.

People using callbacks can convert them to Promises

  • refactor: removing explicitEnd mode all together 3509a37
  • chore(package): update dependencies 6c8e34e

v1.0.10...v1.1.0