Releases: barchart/common-js
Releases · barchart/common-js
v4.71.0
09 Feb 02:10
Compare
Sorry, something went wrong.
No results found
New Features
Added functions for subtracting/adding seconds/minutes/hours to the Time class.
v4.70.0
09 Jan 21:03
Compare
Sorry, something went wrong.
No results found
New Features
Added the VerbType.PATCH.
v4.68.0
03 Dec 18:21
Compare
Sorry, something went wrong.
No results found
New Features
Added the string.mask function.
v4.67.2
11 Nov 03:50
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Technical Enhancements
Added the async keyword to the iterable function.
v4.67.0
09 Oct 17:52
Compare
Sorry, something went wrong.
No results found
New Features
Added the Timespan class.
v4.66.1
08 Oct 17:58
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
New Features
Added the America/Denver timezone.
v4.64.0
03 Sep 16:33
Compare
Sorry, something went wrong.
No results found
New Features
Added some additional methods to the Time data structure.