3.0.30 • Published 5 years ago

@barchart/marketdata-utilities-js v3.0.30

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@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

5 years ago

3.0.29

5 years ago

3.0.28

5 years ago

3.0.27

5 years ago

3.0.26

5 years ago

3.0.25

5 years ago

3.0.24

5 years ago

3.0.23

5 years ago

3.0.22

5 years ago

3.0.21

5 years ago

3.0.20

5 years ago

3.0.19

5 years ago

3.0.17

5 years ago

3.0.16

5 years ago

3.0.15

5 years ago

3.0.14

6 years ago

3.0.13

6 years ago

3.0.12

6 years ago

3.0.11

6 years ago

3.0.10

6 years ago

3.0.9

6 years ago

3.0.8

6 years ago

3.0.7

6 years ago

3.0.6

6 years ago

3.0.5

6 years ago

3.0.4

6 years ago

3.0.3

6 years ago

3.0.2

6 years ago

3.0.1

7 years ago

3.0.0

7 years ago