Versions Compared

Key

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

2.0.3

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

...