Skip to content

Releases: barchart/common-js

v4.25.0

06 Feb 03:29
Compare
Choose a tag to compare

Technical Enhancements

  • Removed the moment library from the Timezones enumeration.
  • Removed the moment library from the timezone utility.

v4.23.0

01 Aug 09:39
Compare
Choose a tag to compare

New Features

  • Added the Hong Kong Dollar to the Currency enumeration.

v4.22.0

12 Jul 10:16
Compare
Choose a tag to compare

New Features

  • Added Japanese Yen to the Currency enumeration.

v4.19.3

24 Mar 02:29
Compare
Choose a tag to compare

Technical Enhancements

v4.19.1

11 Feb 17:34
Compare
Choose a tag to compare

Other

  • Updated JSDoc. No functional changes.

v4.19.0

27 Jan 22:22
Compare
Choose a tag to compare

New Features

  • Added an Exists specification.

v4.18.0

27 Jan 19:26
Compare
Choose a tag to compare

New Features

  • Added a Changes specification.
  • Added a Crosses specification.
  • Added a Null specification.
  • Added an Undefined specification.

v4.17.1

09 Nov 21:17
Compare
Choose a tag to compare

Bug Fixes

  • Corrected logic of object.clone function when operating on Date instances.

v4.13.0

12 Sep 17:35
Compare
Choose a tag to compare

New Features

  • Added the comparators.CompareNull function.

v4.9.1

18 May 23:20
Compare
Choose a tag to compare

Bug Fixes

  • Adjusted the Scheduler.scheduler function to address a bug introduced into Node.js between versions 10 and 12. In short, after calling the setTimeout function, the clearTimeout function must be invoked — even if the timer has elapsed normally, and the associated callback was executed. Failing to do so, can prevent memory associated with the callback (via closure) from being garbage collected.