3.0.30 • Published 6 years ago
@barchart/marketdata-utilities-js v3.0.30
@barchart/marketdata-utilities-js
JavaScript library for parsing and interpreting Barchart's DDF protocol
Deprecation
This library is deprecated. It has been subsumed by @barchart/marketdata-api-js -- as of major version 4. Please upgrade as soon as possible.
Upgrade Instructions
Install the new library, as follows:
npm install @barchart/marketdata-api-js -S
All utilities (from this project) can now be found here:
@barchart/marketdata-api-js/lib/utilities
Upgrade Comments
- Object and function names have been changed slightly; however, it shouldn't be too difficult to resolve.
- In this library, we often exported JavaScript objects which wrapped functions. After the upgrade, we attempt to export plain functions. For example:
- old: module.exports = { format: function(x) { } }
- new: module.exports = format(x) { }
- Factory functions to build price and date/time formatters still exist (which use closures to store defaults). See the following:
- /lib/utilities/format/factories/price.js
- /lib//utilities/format/factories/quote.js
3.0.30
6 years ago
3.0.29
6 years ago
3.0.28
6 years ago
3.0.27
6 years ago
3.0.26
6 years ago
3.0.25
6 years ago
3.0.24
6 years ago
3.0.23
6 years ago
3.0.22
6 years ago
3.0.21
6 years ago
3.0.20
6 years ago
3.0.19
6 years ago
3.0.17
6 years ago
3.0.16
6 years ago
3.0.15
6 years ago
3.0.14
7 years ago
3.0.13
7 years ago
3.0.12
7 years ago
3.0.11
7 years ago
3.0.10
7 years ago
3.0.9
7 years ago
3.0.8
7 years ago
3.0.7
7 years ago
3.0.6
7 years ago
3.0.5
7 years ago
3.0.4
7 years ago
3.0.3
7 years ago
3.0.2
7 years ago
3.0.1
8 years ago
3.0.0
8 years ago