Releases: VBA-tools/VBA-Web
Releases · VBA-tools/VBA-Web
VBA-Web v4.1.6
VBA-Web v4.1.5
- Update VBA-JSON to v2.3.0 (fixes JSON slowdown on Windows)
VBA-Web v4.1.4
- Fix 64-bit Mac compilation issue
VBA-Web v4.1.3
- Mac bugfix for % encoding
VBA-Web v4.1.2
- Compatibility with 64-bit Mac
VBA-Web v4.1.1
- Adjust
CookieUrlEncoding
mode to match value encoding in RFC 6265 (rather than name encoding)
VBA-Web v4.1.0
- Update
UrlEncode
behavior to target different encoding RFCs based onUrlEncodingMode
- Add
UrlEncodingMode
with support forStrict
,Form
,Query
,Cookie
, andPath
UrlEncodingMode.StrictUrlEncoding
uses RFC 3986 and is the defaultUrlEncodingMode.FormUrlEncoding
uses HTML5 form url-encoding and is used withWebFormat.FormUrlEncoded
UrlEncodingMode.QueryUrlEncoding
uses subset ofStrict
andForm
for default querystring encodingUrlEncodingMode.CookieUrlEncoding
uses RFC 6265UrlEncodingMode.PathUrlEncoding
uses "pchar" from RFC 3986 and is the default- Update VBA-JSON to v2.2.2
VBA-Web v4.0.21
- Fix
vbCrLf
issue in Excel for Mac 2016 - Namespace internal method calls
VBA-Web v4.0.20
- Update VBA-JSON to v2.0.1 (Note: Breaking change in VBA-JSON, Solidus is no longer escaped by default)
VBA-Web v4.0.19
- Fix installer
- Update VBA-JSON to v1.0.3