Releases: VBA-tools/VBA-Web
Releases · VBA-tools/VBA-Web
VBA-Web v4.0.8
- Fix a critical bug that caused Excel to crash if an error was thrown with AutoProxy
VBA-Web v4.0.7
VBA-Web v4.0.6
- Resolve 64-bit compilation issues in VBA-JSON
VBA-Web v4.0.5
- Fix incorrect regional guard in
ParseNumber
in VBA-JSON (upgrade to v1.0.1)
VBA-Web v4.0.4
- Move
Application.OnTime
toWebAsyncWrapper
and add dislaimer that it's Excel-only
VBA-Web v4.0.3
Include latest VBA-Web in workbooks (v4.0.2 did not import latest into workbooks before release)
VBA-Web v4.0.2
- Add
Base64Decode
VBA-Web v4.0.1
Bugfixes:
- Escape cURL parameters in authenticators
- Url-encode
UrlSegments
Features:
- Add
WebRequest.SetHeader
VBA-Web v4.0.0
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 toWebAsyncWrapper
{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
- Remove
IsArray
as it matched native VBA method