Skip to content

Releases: hprose/hprose-delphi

Version 2.0.2

13 Dec 09:52
Compare
Choose a tag to compare

Added Delphi 10.3 support.

Version 2.0.1

02 May 01:16
Compare
Choose a tag to compare

Fixed some bugs.
Added Delphinus support.

Version 2.0.0

18 Dec 17:27
Compare
Choose a tag to compare

The first version of hprose 2.0 for Delphi/FreePascal.

Version 1.4.5

29 Oct 13:44
Compare
Choose a tag to compare
  • Fixed W1023 Comparing signed and unsigned types - widened both operands
  • Update Synapse
  • Fixed DoFunction
  • Method reflection partial support for FPC

Version 1.4.4

14 Jun 10:51
Compare
Choose a tag to compare

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

14 Jun 10:37
Compare
Choose a tag to compare

Fixed for FPC 3.0
Fixed for Delphi 6

Version 1.4.2

08 Jun 02:09
Compare
Choose a tag to compare

Added Delphi XE8, XE9 support.
Added namespace support for Delphi.
Fixed a bug of 0 arguments on variant function call.