Skip to content

Commit 683ae14

Browse files
BryanBryan
authored andcommitted
Update release notes in documentation
1 parent 6bf5780 commit 683ae14

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

docs/content/release_notes.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release Notes
22

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+
39
## 5.0.2
410
* Corrected parsing logic for equity option symbols where underlying stock is listed on the Toronto Stock Exchange.
511
* Updated documentation format (particularly, the [SDK Reference](https://barchart.github.io/marketdata-api-js/#/content/sdk_reference) section).
@@ -43,11 +49,11 @@
4349
## 4.0.23
4450
**No functional changes.**
4551

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.
5157

5258
## 4.0.18
5359
**Added better support for timezones.**
@@ -60,10 +66,10 @@
6066
## 4.0.3
6167
**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.**
6268

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

Comments
 (0)