Aligned the documentation to notify the discontinuation of support by Web Client SDK since 8.0.
Aligned the documentation to notify the discontinuation of support by Web Client SDK since 8.0.
Aligned the documentation to comply with current licensing policies.
Updated obsolete names in the signature of the SDK and some included files.
Removed the examples, which are now only hosted on GitHub and managed through the new "demos" site. Provided suitable references to find the examples there.
Added a onClearSnapshot callback to the FlashTable. The callback will be invoked upon a corresponding invocation of "clearSnapshot" on the Adapter side for one of the items in the table (provided that they are subscribed to in DISTINCT or COMMAND mode) with the request to accomplish the specified action. COMPATIBILITY NOTE: Existing code will keep working as long as, on the Adapter side, "clearSnapshot" is not used for items in DISTINCT or COMMAND mode; otherwise, the item state on the Client may become inconsistent, hence implementing the new callback would be mandatory.
Revised the directory structure of the included examples.
Clarified the license terms for the included example source code.
Ensured compatibility with the new JavaScript Client SDK.
Ported the included demos to the new JavaScript Client SDK library.
Note that the "commons" directory is no longer used to bring configuration code and
imported JavaScript library code, which is now all included in the demo directory.
Removed the "javascript bridge" part of the SDK library, lsflashbridge.js, which is no longer needed with the new JavaScript Client SDK library. This also removes the strict dependency of each library build from a specific build of the underlying library, which was the case with the old HTML Client SDK library.
Changed the behavior of the onStatusChange callback; as a consequence of the required change of the underlying Client SDK library, the callback now returns new status indicators. COMPATIBILITY NOTE: existing code making use of the values returned by the onStatusChange callback should be wholly revised, by referring to the new behavior.
Simplified the SDK library deployment, by removing the version-reporting files.
Ported to the current HTML Client SDK library build.
Ported to the current HTML Client SDK library build.
Rebuilt the included StockList demo; the demo binaries have reduced significantly.
Ported to the current HTML Client SDK library build.
Ported to the current HTML Client SDK library build.
Introduction of Lightstreamer "Duomo" release (Server 4.0).