timhall
released this
- Update VBA-JSON to v2.3.0 (fixes JSON slowdown on Windows)
Assets
2
timhall
released this
- Fix 64-bit Mac compilation issue
Assets
2
timhall
released this
- Mac bugfix for % encoding
Assets
2
timhall
released this
- Compatibility with 64-bit Mac
Assets
2
timhall
released this
- Adjust
CookieUrlEncoding
mode to match value encoding in RFC 6265 (rather than name encoding)
Assets
2
timhall
released this
- 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
Assets
2
timhall
released this
- Fix
vbCrLf
issue in Excel for Mac 2016 - Namespace internal method calls
Assets
2
timhall
released this
- Update VBA-JSON to v2.0.1 (Note: Breaking change in VBA-JSON, Solidus is no longer escaped by default)