Skip to content

Releases: VBA-tools/VBA-Web

VBA-Web v4.0.8

15 Apr 23:33
Compare
Choose a tag to compare
  • Fix a critical bug that caused Excel to crash if an error was thrown with AutoProxy

VBA-Web v4.0.7

29 Mar 19:15
Compare
Choose a tag to compare
  • Handle resolve error when offline as timeout (#102)
  • Add EnableCustomFormatting flag for disabled Application.Run on incompatible platforms (Word 2011 for Mac) (#100)

VBA-Web v4.0.6

29 Mar 19:17
Compare
Choose a tag to compare
  • Resolve 64-bit compilation issues in VBA-JSON

VBA-Web v4.0.5

29 Mar 19:18
Compare
Choose a tag to compare
  • Fix incorrect regional guard in ParseNumber in VBA-JSON (upgrade to v1.0.1)

VBA-Web v4.0.4

09 Feb 01:15
Compare
Choose a tag to compare
  • Move Application.OnTime to WebAsyncWrapper and add dislaimer that it's Excel-only

VBA-Web v4.0.3

09 Feb 00:05
Compare
Choose a tag to compare

Include latest VBA-Web in workbooks (v4.0.2 did not import latest into workbooks before release)

VBA-Web v4.0.2

08 Feb 02:44
Compare
Choose a tag to compare
  • Add Base64Decode

VBA-Web v4.0.1

06 Feb 05:03
Compare
Choose a tag to compare

Bugfixes:

  • Escape cURL parameters in authenticators
  • Url-encode UrlSegments

Features:

  • Add WebRequest.SetHeader

VBA-Web v4.0.0

25 Jan 02:07
Compare
Choose a tag to compare

v4.0.0 is a major milestone for VBA-Web (formerly Excel-REST) and adds some very exciting features and improvements to the library. The overall functionality of VBA-Web hasn't changed, but there have been some major changes to the library (such as renaming all classes and modules). Use the Upgrade Guide for step-by-step instructions on upgrading to VBA-Web 4.0.0.

Major Changes:

  • Mac Support!
  • General VBA support (no Excel-specific code)
  • Custom formatters
  • Automatic proxy detection
  • Windows authentication
  • Switch to WinHttpRequest (Windows' modern web library)
  • General API cleanup and bugfixes

Breaking Changes:

  • Excel-REST is now VBA-Web and all classes/modules have been renamed
  • ExecuteAsync is Window-only and has been moved to WebAsyncWrapper
  • {format} UrlSegment is no longer automatically replaced
  • Many methods removed, renamed, or moved (see the Upgrade Guide for a detailed breakdown)

VBA-Web v4.0.0-rc.5

16 Jan 17:59
Compare
Choose a tag to compare
  • Remove IsArray as it matched native VBA method