Releases: hprose/hprose-delphi
Version 2.0.2
Version 2.0.1
Fixed some bugs.
Added Delphinus support.
Version 2.0.0
The first version of hprose 2.0 for Delphi/FreePascal.
Version 1.4.5
- Fixed W1023 Comparing signed and unsigned types - widened both operands
- Update Synapse
- Fixed DoFunction
- Method reflection partial support for FPC
Version 1.4.4
Added Delphi 10 and 10.1 support
Added IMap.Sort
Added IMap.SortByValue
Added IMap.ToArrayList
Added IMap.TrimExcess
Added some overload Put and PutAll for IMap
Added overload Get for IMap
Added IMap.Add
Added IList.TrimExcess
Added IList.Remove(Value, Direction)
Added IList.Sort
Added IList.Reverse
Added IList.Pack
Added IList.First
Added IList.Last
Added IList.LastIndexOf
Added IList.DeleteRange
Added IList.InsertRange
Added IList.AddAll(const ConstArray: array of const)
Added IImmutableList
Fixed THashedList
Added Reset Method for Enumerator
Fixed some compatibility issues
Added assignment operator between TObject and Variant for FPC
Added more constructors for List
Added more constructors for Map
Added GetPropValue, SetPropValue, GetProperties, GetStoredProperties, SetProperties
Fixed TVarObjectType.DoFunction
Version 1.4.3
Fixed for FPC 3.0
Fixed for Delphi 6
Version 1.4.2
Added Delphi XE8, XE9 support.
Added namespace support for Delphi.
Fixed a bug of 0 arguments on variant function call.