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
CookieUrlEncodingmode to match value encoding in RFC 6265 (rather than name encoding)
VBA-Web v4.1.0
- Update
UrlEncodebehavior to target different encoding RFCs based onUrlEncodingMode - Add
UrlEncodingModewith support forStrict,Form,Query,Cookie, andPath UrlEncodingMode.StrictUrlEncodinguses RFC 3986 and is the defaultUrlEncodingMode.FormUrlEncodinguses HTML5 form url-encoding and is used withWebFormat.FormUrlEncodedUrlEncodingMode.QueryUrlEncodinguses subset ofStrictandFormfor default querystring encodingUrlEncodingMode.CookieUrlEncodinguses RFC 6265UrlEncodingMode.PathUrlEncodinguses "pchar" from RFC 3986 and is the default- Update VBA-JSON to v2.2.2
VBA-Web v4.0.21
- Fix
vbCrLfissue 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