|
1 | 1 | # Change Log |
2 | 2 |
|
3 | | -## [0.6.0] - TBD |
| 3 | +## [Unreleased] |
| 4 | + |
| 5 | +## [0.6.0] - Dec 8, 2023 |
4 | 6 |
|
5 | 7 | ### Update dependencies |
6 | 8 |
|
|
87 | 89 | to get the default `CreationExtras` and `ViewModelStoreOwner`, |
88 | 90 | which depends on the platform. |
89 | 91 |
|
90 | | -- |
91 | | - |
92 | | -Dependencies: [Compose Multiplatform 1.5.0](https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.5.0). |
93 | | - |
94 | | -- |
| 92 | +- Dependencies: [Compose Multiplatform 1.5.0](https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.5.0). |
95 | 93 |
|
96 | | -Docs: [0.x Viewmodel-Compose docs](https://hoc081098.github.io/kmp-viewmodel/docs/0.x/viewmodel-compose/). |
| 94 | +- Docs: [0.x Viewmodel-Compose docs](https://hoc081098.github.io/kmp-viewmodel/docs/0.x/viewmodel-compose/). |
97 | 95 |
|
98 | 96 | ### Example, docs and tests |
99 | 97 |
|
100 | 98 | - Refactor example code. |
101 | 99 |
|
102 | | -- |
103 | | - |
104 | | -Add [Compose Multiplatform sample](https://github.com/hoc081098/kmp-viewmodel/tree/master/standalone-sample/kmpviewmodel_compose_sample) |
| 100 | +- Add [Compose Multiplatform sample](https://github.com/hoc081098/kmp-viewmodel/tree/master/standalone-sample/kmpviewmodel_compose_sample) |
105 | 101 | which shares `ViewModel`s and integrates with `Navigation` in Compose Multiplatform. |
106 | 102 |
|
107 | | -- |
108 | | - |
109 | | -Add [Compose Multiplatform KmpViewModel KMM Unsplash Sample](https://github.com/hoc081098/Compose-Multiplatform-KmpViewModel-KMM-Unsplash-Sample), |
| 103 | +- Add [Compose Multiplatform KmpViewModel KMM Unsplash Sample](https://github.com/hoc081098/Compose-Multiplatform-KmpViewModel-KMM-Unsplash-Sample), |
110 | 104 | a KMP template of the Unsplash App using Compose multiplatform for Android, Desktop, iOS. |
111 | 105 | Share everything including data, domain, presentation, and UI. |
112 | 106 |
|
@@ -243,7 +237,9 @@ Share everything including data, domain, presentation, and UI. |
243 | 237 |
|
244 | 238 | - Initial release. |
245 | 239 |
|
246 | | -[Unreleased]: https://github.com/hoc081098/kmp-viewmodel/compare/0.5.0...HEAD |
| 240 | +[Unreleased]: https://github.com/hoc081098/kmp-viewmodel/compare/0.6.0...HEAD |
| 241 | + |
| 242 | +[0.6.0]: https://github.com/hoc081098/kmp-viewmodel/releases/tag/0.6.0 |
247 | 243 |
|
248 | 244 | [0.5.0]: https://github.com/hoc081098/kmp-viewmodel/releases/tag/0.5.0 |
249 | 245 |
|
|
0 commit comments