File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
- ## [ Unreleased ]
4
+ ## [ 0.2.0 ] - 2022-02-28
5
5
### Added
6
6
- Option to render chart with a script whose type is module
7
7
- Allow multiple Y-Axis
8
8
9
9
### Changed
10
10
- ApexCharts.JS version from 3.27.3 to 3.33.0
11
11
12
+ ### Removed
13
+ - Schemas (smart_kv and dry-schema)
14
+
12
15
## [ 0.1.11] - 2021-08-15
13
16
### Added
14
17
- Alternative options schema : dry_schema
@@ -207,7 +210,8 @@ All notable changes to this project will be documented in this file.
207
210
- ** Mixed charts**
208
211
- ** Syncing charts**
209
212
210
- [ Unreleased ] : https://github.com/styd/apexcharts.rb/compare/v0.1.11...HEAD
213
+ [ Unreleased ] : https://github.com/styd/apexcharts.rb/compare/v0.2.0...HEAD
214
+ [ 0.2.0 ] : https://github.com/styd/apexcharts.rb/compare/v0.1.11...v0.2.0
211
215
[ 0.1.11 ] : https://github.com/styd/apexcharts.rb/compare/v0.1.10...v0.1.11
212
216
[ 0.1.10 ] : https://github.com/styd/apexcharts.rb/compare/v0.1.9...v0.1.10
213
217
[ 0.1.9 ] : https://github.com/styd/apexcharts.rb/compare/v0.1.8...v0.1.9
Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ Organization/Company | Use Cas
58
58
This README might not be for the version you use.
59
59
Choose the right README:
60
60
61
- > [ v0.1.11 ] | [ v0.1.10 ] | [ v0.1.9 ] | [ v0.1.8 ] | [ v0.1.7 ] | [ v0.1.6 ] |
62
- > [ v0.1.5] | [ v0.1.4] | [ v0.1.3] | [ v0.1.2] | [ v0.1.1]
61
+ > [ v0.2.0 ] | [ v0.1.11 ] | [ v0.1.10 ] | [ v0.1.9 ] | [ v0.1.8 ] | [ v0.1.7 ] |
62
+ > [ v0.1.6 ] | [ v0.1. 5] | [ v0.1.4] | [ v0.1.3] | [ v0.1.2] | [ v0.1.1]
63
63
64
64
## Table of Contents
65
65
@@ -986,9 +986,9 @@ The gem is available as open source under the terms of the
986
986
987
987
988
988
[ ApexCharts.JS ] : https://github.com/apexcharts/apexcharts.js
989
- [ dry-schema ] : https://github.com/dry-rb/dry-schema
990
989
991
990
991
+ [ v0.2.0 ] : https://github.com/styd/apexcharts.rb/blob/v0.2.0/README.md
992
992
[ v0.1.11 ] : https://github.com/styd/apexcharts.rb/blob/v0.1.11/README.md
993
993
[ v0.1.10 ] : https://github.com/styd/apexcharts.rb/blob/v0.1.10/README.md
994
994
[ v0.1.9 ] : https://github.com/styd/apexcharts.rb/blob/v0.1.9/README.md
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module ApexCharts
4
- VERSION = '0.1.11 '
5
- RELEASE = 'Unreleased '
4
+ VERSION = '0.2.0 '
5
+ RELEASE = '0.2.0 '
6
6
end
You can’t perform that action at this time.
0 commit comments