Skip to content

Commit 141efb7

Browse files
authored
Revise README for package name and entry type changes
Updated package name and entry types in README.
1 parent a2e2652 commit 141efb7

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,17 @@ It comes with library view based `chartLib` and composeable `chartLibCompose`
88
### Packagename changed ! 🛑
99

1010
During the full Kotlin conversion,
11-
* 🛑 package name changed to `info.appdev.charting`
12-
* 🛑 `MPPointF` in renamed to `PointF`
13-
* 🛑 `MPPointD` in renamed to `PointD`
14-
* 🛑 methods like `setSomethingEnabled(true)` are now properties like `isSomething = true`
11+
* 4.0 🛑 package name changed to `info.appdev.charting`
12+
* 4.0 🛑 `MPPointF` in renamed to `PointF`
13+
* 4.0 🛑 `MPPointD` in renamed to `PointD`
14+
* 4.1 🛑 methods like `setSomethingEnabled(true)` are now properties like `isSomething = true`
15+
* 5.0 🛑 Remove legacy package name
16+
* 5.1 🛑 `Entry` is now an `EntryFloat`, btw, there is now a `EntryDouble` as well
17+
* 5.1 🛑 `BarEntry` is now an `BarEntryFloat`, btw, there is now a `BarEntryDouble` as well
18+
* 5.1 🛑 `BubbleEntry` is now an `BubbleEntryFloat`
19+
* 5.1 🛑 `PieEntry` is now an `PieEntryFloat`
20+
* 5.1 🛑 `RadarEntry` is now an `RadarEntryFloat`
21+
* 5.1 🛑 `CandleEntry` is now an `CandleEntryFloat`
1522

1623
### Project status: maintenance mode
1724
Issues are ignored, but pull requests are not. If you need to get something done, submit a PR!

0 commit comments

Comments
 (0)