@chartspire/chartspire-chart 0.5.0-alpha → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -0
- package/LICENSE_AGPL3 +662 -662
- package/LICENSE_APACHE_2.0 +201 -201
- package/NOTICE +17 -17
- package/README.md +132 -134
- package/licenses/LICENSE +7 -7
- package/licenses/LICENSE_APACHE_2.0 +201 -201
- package/licenses/LICENSE_PROPRIETARY +51 -51
- package/package.json +99 -99
- package/dist/index.cjs +0 -7
- package/dist/index.d.ts +0 -1212
- package/dist/index.esm.js +0 -15625
- package/dist/umd/klinecharts.js +0 -15649
- package/dist/umd/klinecharts.js.map +0 -1
- package/dist/umd/klinecharts.min.js +0 -7
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
+
|
|
8
|
+
## Unreleased
|
|
9
|
+
|
|
10
|
+
## 0.5.0 - 2024-12-07
|
|
11
|
+
### Added
|
|
12
|
+
- Auto charts - Wedges, Head & Shoulders pattern and Inv Head & Shoulsers
|
|
13
|
+
- New indicators - Candle volume & SuperTrend
|
|
14
|
+
- UI enhancements
|
|
15
|
+
- Bug fixes
|
|
16
|
+
- Other under the hood improvements
|
|
17
|
+
- Performance improvements
|