File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.0.0
2
+ * Scales have been reworked and are now nearly identical to the types defined in ChartJS
3
+ * The use of `` Color `` is no longer required. It's also possible to use strings now.
4
+
1
5
## 1.5.0
2
6
* Added `` JsonIgnore `` to certain fields to help prevent infinite loops #174
3
7
* Corrected model for `` Title `` and `` Font `` #175
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >software.xdev</groupId >
8
8
<artifactId >chartjs-java-model-demo</artifactId >
9
- <version >1.5.1 -SNAPSHOT</version >
9
+ <version >2.0.0 -SNAPSHOT</version >
10
10
<packaging >jar</packaging >
11
11
12
12
<organization >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >software.xdev</groupId >
8
8
<artifactId >chartjs-java-model</artifactId >
9
- <version >1.5.1 -SNAPSHOT</version >
9
+ <version >2.0.0 -SNAPSHOT</version >
10
10
<packaging >jar</packaging >
11
11
12
12
<name >chartjs-java-model</name >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >software.xdev</groupId >
8
8
<artifactId >chartjs-java-model-root</artifactId >
9
- <version >1.5.1 -SNAPSHOT</version >
9
+ <version >2.0.0 -SNAPSHOT</version >
10
10
<packaging >pom</packaging >
11
11
12
12
<organization >
You can’t perform that action at this time.
0 commit comments