-
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
d172d2e
commit 0fdbefa
Showing
4 changed files
with
33 additions
and
9 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.2.0 | ||
|
||
_Not Released Yet_ | ||
_Released 2021 Jul 30_ | ||
|
||
#### 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,10 +1,15 @@ | ||
### 0.1.0 | ||
### 0.2.0 | ||
|
||
_Released 2021 May 01_ | ||
_Released 2021 Jul 30_ | ||
|
||
#### Overview | ||
#### Improvements | ||
|
||
Quitte provides specialized observable properties and expressions with lazy | ||
variants, and observable collections. | ||
- Type names now use `To` instead of `2` (e.g. `ObjectToBoolFunction` instead of `Object2BoolFunction`). | ||
|
||
This release is compatible with Java 16 or later. | ||
#### Fixes | ||
|
||
- `WeakChangeListener`s are now properly marked as garbage collected. | ||
|
||
#### Breaking Changes | ||
|
||
- Type names now use `To` instead of `2` (e.g. `ObjectToBoolFunction` instead of `Object2BoolFunction`). |