Skip to content

Releases: VBA-tools/VBA-Web

Excel-REST v2.0.1

03 Dec 22:33
Compare
Choose a tag to compare
  • Handle duplicate keys when parsing json

Excel-REST v2.0.0

06 Nov 21:23
Compare
Choose a tag to compare
  • Remove JSONLib dependency (merged with RestHelpers)
  • Add RestClientBase for future use with extension for single-client applications
  • Add build scripts for import/export
  • New specs and bugfixes

Excel-REST v1.1.0

30 Oct 21:06
Compare
Choose a tag to compare

Major Changes:

  • Integrate Excel-TDD to fully test Excel-REST library
  • Handle timeouts for sync and async requests
  • Remove reference dependencies and use CreateObject instead

Bugfixes

  • Add cachebreaker as querystring param only
  • Add Join helpers to resolve double-slash issue between base and resource url
  • Only add "?" for querystring if querystring will be created and "?" isn't present
  • Only put parameters in body if there are parameters