-
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
2de6bae
commit 7eef959
Showing
4 changed files
with
40 additions
and
17 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.4.0 | ||
|
||
_Not Released Yet_ | ||
_Released 2022 Sep 24_ | ||
|
||
#### 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,21 +1,20 @@ | ||
### 0.3.0 | ||
### 0.4.0 | ||
|
||
_Released 2022 Jun 02_ | ||
_Released 2022 Sep 24_ | ||
|
||
#### Improvements | ||
|
||
- New `quitte-kotlinx-coroutines` module with `Flow` conversions. | ||
- Added version information to the module descriptor. | ||
- Updated collection change classes to make use of records and sealed classes. | ||
- Modified `quitte.i18n` to use the more general type `Format` instead of | ||
`MessageFormat`. | ||
|
||
#### Fixes | ||
|
||
- `ObservableList#unmodifiableViewOf` does no longer yield results with | ||
incorrect `RandomAccess` hints. | ||
- New `quitte-compose` module with Jetpack Compose extensions. | ||
- Renamed listener methods for clarity and simpler use. | ||
- Renamed `Observable#addListener(InvalidationListener)` to `addInvalidationListener`. | ||
- Renamed `Observable#removeListener(InvalidationListener)` to `removeInvalidationListener`. | ||
- Renamed `ObservableValue#addBoxedListener` to `addBoxedChangeListener`. | ||
- Renamed `ObservableValue#removeBoxedListener` to `removeBoxedChangeListener`. | ||
- Renamed `Observable${Type}Value#addListener(${Type}ChangeListener)` to `addChangeListener`. | ||
- Renamed `Observable${Type}Value#removeListener(${Type}ChangeListener)` to `removeChangeListener`. | ||
- Renamed `ObservableCollection#addListener(ChangeListener)` to `addChangeListener`. | ||
- Renamed `ObservableCollection#removeListener(ChangeListener)` to `removeChangeListener`. | ||
|
||
#### Breaking Changes | ||
|
||
- Changed the return type of `I18nContext#getMessageFormat` from `MessageFormat` to | ||
`Format` and renamed the method accordingly. | ||
- Renamed listener related methods. |