|
1 | 1 | # Release Notes |
2 | 2 |
|
| 3 | +## 5.1.1 |
| 4 | +* Use ```try/catch``` when parsing snapshot results. Problem with one snapshot won't affect other snapshots. |
| 5 | + |
| 6 | +## 5.1.0 |
| 7 | +* Add ```Quote.previousSettlementPrice``` property. |
| 8 | + |
3 | 9 | ## 5.0.2 |
4 | 10 | * Corrected parsing logic for equity option symbols where underlying stock is listed on the Toronto Stock Exchange. |
5 | 11 | * Updated documentation format (particularly, the [SDK Reference](https://barchart.github.io/marketdata-api-js/#/content/sdk_reference) section). |
|
43 | 49 | ## 4.0.23 |
44 | 50 | **No functional changes.** |
45 | 51 |
|
46 | | -* Added formal documentation |
47 | | - * Documentation published to [GitHub Pages](https://barchart.github.io/marketdata-api-js/#/) |
48 | | - * Removed wiki documents from GitHub (replaced by documentation) |
49 | | -* Updated, corrected and modernized JDSoc comments |
50 | | -* Added ```lib/connection/ConnectionEventType``` as an alternative to literal ```String``` values |
| 52 | +* Added formal documentation. |
| 53 | + * Documentation published to [GitHub Pages](https://barchart.github.io/marketdata-api-js/#/). |
| 54 | + * Removed wiki documents from GitHub (replaced by documentation). |
| 55 | +* Updated, corrected and modernized JDSoc comments. |
| 56 | +* Added ```lib/connection/ConnectionEventType``` as an alternative to literal ```String``` values. |
51 | 57 |
|
52 | 58 | ## 4.0.18 |
53 | 59 | **Added better support for timezones.** |
|
60 | 66 | ## 4.0.3 |
61 | 67 | **Features from the deprecated [@barchart/marketdata-utilities-js](https://github.com/barchart/marketdata-utilities-js) library have been incorporated here. As a result, several breaking changes have been introduced.** |
62 | 68 |
|
63 | | -* Many objects and functions have been renamed or moved |
64 | | - * The ```Connection``` class was moved |
65 | | -* The library now includes features from @barchart/marketdata-utilities-js |
66 | | - * Utilities have been placed in the ```/lib/utilities```folder |
67 | | - * Utilities are now exported as pure functions -- with no object wrappers |
68 | | -* All ```index.js``` files were removed -- explicit imports are now required |
69 | | -* Bower is no longer supported -- the ```bower.json```file was removed |
| 69 | +* Many objects and functions have been renamed or moved. |
| 70 | + * The ```Connection``` class was moved. |
| 71 | +* The library now includes features from @barchart/marketdata-utilities-js. |
| 72 | + * Utilities have been placed in the ```/lib/utilities```folder. |
| 73 | + * Utilities are now exported as pure functions -- with no object wrappers. |
| 74 | +* All ```index.js``` files were removed -- explicit imports are now required. |
| 75 | +* Bower is no longer supported -- the ```bower.json```file was removed. |
0 commit comments