-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d544065
commit 4873a64
Showing
4 changed files
with
51 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
### 0.7.0 | ||
|
||
_Not Released Yet_ | ||
_Released 2023 Feb 06_ | ||
|
||
#### Improvements | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,24 @@ | ||
### 0.6.1 | ||
### 0.7.0 | ||
|
||
_Released 2022 Dec 19_ | ||
_Released 2023 Feb 06_ | ||
|
||
#### Improvements | ||
|
||
- Flow-conversion utilities provided by `quitte-kotlinx-coroutines` are now | ||
longer marked with `@ExperimentalCoroutinesApi`. | ||
- Replaced `java.text.format` with a more general `I18nFormat` API. | ||
|
||
#### Fixes | ||
|
||
- Adjusted the JavaDoc for property binding methods to reflect the actual | ||
intended behavior. | ||
- Removed the publicly available constructor for the `QuitteCollections` utility | ||
class. | ||
- Fixed expression JavaDoc referring to the expression as "property". | ||
- Fixed a bug that caused `ObservableMap.get` to throw an | ||
`UnsupportedOperationException` for unmodifiable views. | ||
|
||
#### Breaking Changes | ||
|
||
- Kotlin `1.8` or later is now required for `quitte-compose` and | ||
`quitte-kotlinx-coroutines`. | ||
- The signature of `I18nContext#getFormat(String)` was changed to return the new | ||
`I18nFormat` type. |