Releases: VBA-tools/VBA-Web
Releases · VBA-tools/VBA-Web
VBA-Web v4.0.18
- Add
VBA.Randomize
toCreateNonce
- Add
TodoistAuthenticator
VBA-Web v4.0.17
- Add
FollowRedirects
and follow redirects by default - Convert stored body to Variant
- Fix multiple
100 Continue
bug
VBA-Web v4.0.16
- Add Access support to installer
- Fix installer bugs (long paths on Mac, check if files exist, password protected)
v4.0.15
VBA-Web v4.0.14
- Fix cached
Body
issue withAddBodyParameter
VBA-Web v4.0.13
- Fix 100 Continue bug for Mac
- Fix regional issues for url-encoded numbers and dates
VBA-Web v4.0.12
- Fix revocation check bug for
Insecure
- Fix
Split
bug in credentials - Fix Example workbook
VBA-Web v4.0.11
- Fix extract header bug in
DigestAuthenticator
VBA-Web v4.0.10
- Fix
SysAllocString
bug for 32-bit Excel
VBA-Web v4.0.9
- Add VBA-Dictionary to installer and fix
AddBodyParameter
bug in 64-bit Excel