Releases: barchart/common-js
Releases · barchart/common-js
v4.25.0
v4.23.0
New Features
- Added the
Hong Kong Dollar
to theCurrency
enumeration.
v4.22.0
New Features
- Added
Japanese Yen
to theCurrency
enumeration.
v4.19.3
Technical Enhancements
- Updated the
moment
andmoment-timezone
libraries. That said, moment.js is deprecated and will be removed soon. - Updated the
Jasmine
framework to the next major version (v4). - Removed the
gulp-jasmine
dependency. Jasmine tests no longer in Gulp.
v4.19.1
v4.19.0
New Features
- Added an
Exists
specification.
v4.18.0
New Features
- Added a
Changes
specification. - Added a
Crosses
specification. - Added a
Null
specification. - Added an
Undefined
specification.
v4.17.1
v4.13.0
New Features
- Added the
comparators.CompareNull
function.
v4.9.1
Bug Fixes
- Adjusted the
Scheduler.scheduler
function to address a bug introduced into Node.js between versions 10 and 12. In short, after calling thesetTimeout
function, theclearTimeout
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.