Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

2.0.2

  • Updated SRP_Com to better handle properties and methods that return SAFEARRAY types

  • Updated SRP_Json to only escape solidus when requested

  • Updated SRP_Json to escape all control characters (not just the major ones) as unicode sequences

  • Fixed bug in SRP_Json where reserved characters were not escaped

  • Fixed bug in SRP_Com where property and method names were case-sensitive instead of case-insensitive

  • Fixed bug in the SRP_Array ROTATE service where results were getting truncated

  • Fixed bug in the SRP_Array CLEAN service where process would sometimes hang

  • Fixed bug in SRP_Encode where encoding large amounts of data with BASE64 could take minutes to complete

  • Fixed bug in SRP_Math where RANDOM would return "" instead of 0

  • Fixed bug in SRP_Math where significant zeros would get truncated

2.0.1

  • Updated SRP_Json GET and GETVALUE services to support escaped operators '[', ']', '<', '>', and '.' by repeating them twice
  • Fixed bug where SRP_Array CLEAN service would hang if the array contained only delimiters
  • Fixed bug where SRP_String GETWIDTH service would not correctly calculate width
  • Fixed SRP_Com not returning 1-byte safe arrays correctly
  • Fixed SRP_Path COMBINE service mangling UNC paths

...