Difference between revisions of "NG 2015 - History"
(→NG-SerializationPack) |
|||
Line 7: | Line 7: | ||
'''Legend'''<br>[+] Feature added<br>[*] Feature changed<br>[-] Bug fixed<br> | '''Legend'''<br>[+] Feature added<br>[*] Feature changed<br>[-] Bug fixed<br> | ||
− | == Release 2015.2 ( | + | == Release 2015.2 (13-Nov-2014) == |
− | |||
− | |||
+ | === NG SerializationPack === | ||
[+] Special processing for type Boolean has been added to text based serialization formats; in JSON native false/true syntax has been used; in XML - "true" and "false" literals, as described in XML Schema standard. Text based de-serializers also allows "0" and "1" as Boolean values while reading, for compatibility.<br> | [+] Special processing for type Boolean has been added to text based serialization formats; in JSON native false/true syntax has been used; in XML - "true" and "false" literals, as described in XML Schema standard. Text based de-serializers also allows "0" and "1" as Boolean values while reading, for compatibility.<br> | ||
[+] Special processing for TDateTime and TDate types has been added to text based serialization formats; In both JSON and XML dates are serialized in ISO-8601 format, which is used by most HTTP based REST services. Time zones are also supported.<br> | [+] Special processing for TDateTime and TDate types has been added to text based serialization formats; In both JSON and XML dates are serialized in ISO-8601 format, which is used by most HTTP based REST services. Time zones are also supported.<br> | ||
[+] IgnoreTimeZone properties has been added to serializer and de-serializer classes to allow to suppress time zone information while writing date-time values, and to ignore time zone information while reading date-time values.<br> | [+] IgnoreTimeZone properties has been added to serializer and de-serializer classes to allow to suppress time zone information while writing date-time values, and to ignore time zone information while reading date-time values.<br> | ||
[+] IgnoreTimeZone global variable has beend added, and its value is used as a default value for IgnoreTimeZone properties, described above, while constructing serializer and de-serializer objects.<br> | [+] IgnoreTimeZone global variable has beend added, and its value is used as a default value for IgnoreTimeZone properties, described above, while constructing serializer and de-serializer objects.<br> | ||
+ | {{Top}} | ||
== Release 2015.1 (29-Oct-2014) == | == Release 2015.1 (29-Oct-2014) == |
Revision as of 15:14, 12 November 2014
<< Back to Main Page or Product Resources page
Contents
Introduction
This documents contains history logs for all NG controls 2015 packages.
First official release: 16-Sep-2014
NG Controls 2015 includes NG ConnectionPack, DialogPack HTMLPack, SerializationPack and ValidatorPack.
Legend
[+] Feature added
[*] Feature changed
[-] Bug fixed
Release 2015.2 (13-Nov-2014)
NG SerializationPack
[+] Special processing for type Boolean has been added to text based serialization formats; in JSON native false/true syntax has been used; in XML - "true" and "false" literals, as described in XML Schema standard. Text based de-serializers also allows "0" and "1" as Boolean values while reading, for compatibility.
[+] Special processing for TDateTime and TDate types has been added to text based serialization formats; In both JSON and XML dates are serialized in ISO-8601 format, which is used by most HTTP based REST services. Time zones are also supported.
[+] IgnoreTimeZone properties has been added to serializer and de-serializer classes to allow to suppress time zone information while writing date-time values, and to ignore time zone information while reading date-time values.
[+] IgnoreTimeZone global variable has beend added, and its value is used as a default value for IgnoreTimeZone properties, described above, while constructing serializer and de-serializer objects.
[Top]
Release 2015.1 (29-Oct-2014)
Final ConnectionPack package including documentation and demo-files included. [Top]
Release 2015.0 (16-Sep-2014)
Initial release with XE7 support/new DevUtil and beta release of new ConnectionPack package. [Top]