Skip to content

Releases: barchart/common-js

v4.71.0

09 Feb 02:10
148cf2b

Choose a tag to compare

New Features

  • Added functions for subtracting/adding seconds/minutes/hours to the Time class.

v4.70.0

09 Jan 21:03
ad81919

Choose a tag to compare

New Features

  • Added the VerbType.PATCH.

v4.68.0

03 Dec 18:21
e647d8d

Choose a tag to compare

New Features

  • Added the string.mask function.

v4.67.2

11 Nov 03:50
698e9f7

Choose a tag to compare

Bug Fixes

  • Updated the DayFormatType class to allow single-digit months and days across all supported date formats (YYYY_MM_DD, MM_DD_YYYY, and MM_DD_YY).

v4.67.1

09 Oct 19:04
03ab0b0

Choose a tag to compare

Technical Enhancements

  • Added the async keyword to the iterable function.

v4.67.0

09 Oct 17:52
cc1472b

Choose a tag to compare

New Features

  • Added the Timespan class.

v4.66.1

08 Oct 17:58
55c0749

Choose a tag to compare

New Features

  • Added the Disposable.disposed property.

Technical Enhancements

  • Switched internal usages to Disposable.getIsDisposed function to Disposable.disposed property.

v4.65.1

25 Sep 00:13
958dbaa

Choose a tag to compare

Bug Fixes

  • Corrected failure of static Scheduler.schedule function to return action's result.

Technical Enhancements

  • Updated the static Scheduler.schedule function to use the async/await pattern.
  • Updated the static Scheduler.backoff function to use the async/await pattern.

v4.65.0

04 Sep 16:30
064b079

Choose a tag to compare

New Features

  • Added the America/Denver timezone.

v4.64.0

03 Sep 16:33
cf58942

Choose a tag to compare

New Features

  • Added some additional methods to the Time data structure.