Skip to content

2.1.0

Compare
Choose a tag to compare
@jmdobry jmdobry released this 12 Sep 07:02
· 63 commits to master since this release
2.1.0 - 11 September 2015
Backwards compatible API changes
  • #20 - DSHttpAdapter.POST does not pick DSHttpAdapter.defaults.basePath
  • #25 - Allow urlPath override for httpAdapter PR by @internalfx
  • #26 - Add support for full url override
Backwards compatible bug fixes
  • #21 - Cannot read property 'method' of undefined
  • #22 - Fixing issue where logging responses cannot handle Error objects. PR by @RobertHerhold