File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## Unreleased
8
8
9
+ ## 3.0.0 - 2021-04-17
10
+
11
+ ### Removed
12
+
13
+ * Remove the ` Toast.addInput ` API.
14
+
15
+ It was never really supported and the implementation doesn't fill solied
16
+
17
+ * Remove properties and code related to ` ProgressBar ` .
18
+
19
+ It was never released and was just some relicat from experimentation
20
+
21
+ ### Changed
22
+
23
+ * Update all the doc comments to use XML style doc comments
24
+ * Format the library code using my new formatting style
25
+ * Remove unnecessary ` boxing ` and ` option ` type when creating the event to dispatch
26
+ * Use a literal string for the passing the event name
27
+
9
28
### Added
10
29
11
30
## 2.1.0 - 2019-09-10
You can’t perform that action at this time.
0 commit comments