Minor updates and maintenance
- add Beta, Corr, Prs chaining options (983)
- new T3 initialization (989)
- upgrade misc utilities (985)
Breaking changes :warning:
- `IQuote.Date` should be replaced by `ISeries.Date` if you have a customized (renamed) quote date property
- `.ToTupleCollection(NullTo.Null2NaN)` was replaced by a simpler `.ToTupleNaN()`
Changes:
* 2e99d57f9479c5b4a11c5a718e0d1915c7ec1e58 chore: code cleanup (1011)
* 7020552f8427cdede48270907c84ab800d5f1579 chore: code cleanup (1008)
* 2942ab2c3fd88579d8f6153a0013eccbd8a12422 chore: code cleanup (1003)
* 758dc17cdaa95102b33c1ab5ea5dc450abbcd660 chore: update build (1007)
* afc5b9af8c9aad81aa1a773219a5256b2198cc77 fix 404 redirect (1000)
* 81dc3312620df6e72f363e9cd2350e8a7e2249b8 add 404 redirect (999)
* fb92dfc6394d01992b8bd087c6ac679b03f1e12a chore: replace doc tables (996)
* 1a22bc3126c7c2f90eb4201ad43db740ed5ee764 new T3 initialization (989)
* d558832c4f487964dffafdab46f92d3147c8b2ca add prepend sync to Beta, Corr, Prs (993)
* b2c3db7de66d22a47d6af2b67e0e839fa8cfdc4f add Beta, Corr, Prs chaining options (983)
<details><summary><b>See More</b></summary>
* 165ab69bf3a34169e4167ec956a4b847bad231e0 chore: code cleanup (991)
* c8fd6edbed7eec192ffd3d97f91288f136e063d9 upgrade misc utilities (985)
* 0357fe83a0209e4c26dab557f8eb350f6a06e324 chore: update docs (987)
This list of changes was [auto generated](https://dev.azure.com/skender/5123ca47-74f2-4d67-a5d4-c4d90b8d670a/_release?releaseId=530&_a=release-summary).</details>
3.0.0-preview.1014.15
> **Warning**
> Preview releases are experimental and volatile with breaking changes and conventions.
> **Note**
> This is the first in a series of preview releases that implement streaming use cases. We expect possibly 5-10 preview pre-release versions before we make an official stable v3 package.
New features and scenarios:
- handle live quotes and provide them to other subscribers
- enable Use, EMA, and SMA indicator streaming
- live test case for WebSocket in `/tests/observe/` in `v3` branch
See 824 for more information and limitations on these use cases, and 1018 for general discussion and feedback.
Special thanks to codebeaulieu, danbopes, martonb, and mihakralj for early feedback and ideas