|
| 1 | +## 2.0.0 |
| 2 | + |
| 3 | +* **BREAKING** feat: update `flutter_svg` version to `2.0.4` ([#4](https://github.com/BBarisKilic/Animated-SVG/issues/4)) |
| 4 | +* feat: update linter rules and refactor the code ([#6](https://github.com/BBarisKilic/Animated-SVG/issues/6)) |
| 5 | +* feat: update examples ([#9](https://github.com/BBarisKilic/Animated-SVG/issues/9)) |
| 6 | +* docs: add `CONTRIBUTING.md` ([#10](https://github.com/BBarisKilic/Animated-SVG/issues/10)) |
| 7 | +* test: add tests ([#11](https://github.com/BBarisKilic/Animated-SVG/issues/11)) |
| 8 | +* docs: update `README.md` ([#12](https://github.com/BBarisKilic/Animated-SVG/issues/12)) |
| 9 | + |
1 | 10 | ## 1.1.2 |
2 | 11 |
|
3 | | -* Removed unnecessary comments. |
4 | | -* Updated `flutter_svg` version to `1.1.3` |
5 | | -* Updated `README.md` |
| 12 | +* docs: remove unnecessary comments |
| 13 | +* feat: update `flutter_svg` version to `1.1.3` |
| 14 | +* docs: update `README.md` |
6 | 15 |
|
7 | 16 | ## 1.1.1 |
8 | 17 |
|
9 | | -* Added new comments. |
10 | | -* Updated `flutter_svg` version to `1.1.1+1` |
11 | | -* Updated `README.md` |
| 18 | +* docs: add new comments |
| 19 | +* feat: update `flutter_svg` version to `1.1.1+1` |
| 20 | +* docs: update `README.md` |
12 | 21 |
|
13 | 22 | ## 1.1.0 |
14 | 23 |
|
15 | | -* Refactored `AnimatedSvg` widget. |
16 | | -* Added new comments. |
17 | | -* Updated `flutter_svg` version to `1.1.0` |
18 | | -* Updated example in `/example` folder. |
19 | | -* Updated `analysis_options.yaml` |
20 | | -* Updated `README.md` |
| 24 | +* refactor: update `AnimatedSvg` widget |
| 25 | +* docs: add new comments |
| 26 | +* feat: `flutter_svg` version to `1.1.0` |
| 27 | +* feat: update example in `/example` folder |
| 28 | +* feat: update `analysis_options.yaml` |
| 29 | +* docs: update `README.md` |
21 | 30 |
|
22 | 31 | ## 1.0.0 |
23 | 32 |
|
24 | | -* Initial release of `animated_svg` |
| 33 | +* feat: initial release of `animated_svg` 🎉 |
0 commit comments