-
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
056f09d
commit b7c247b
Showing
4 changed files
with
44 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.6.0 | ||
|
||
_Not Released Yet_ | ||
_Released 2022 Dec 13_ | ||
|
||
#### 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,11 +1,22 @@ | ||
### 0.5.0 | ||
### 0.6.0 | ||
|
||
_Released 2022 Nov 10_ | ||
_Released 2022 Dec 13_ | ||
|
||
#### Improvements | ||
|
||
- Changed the license information in the POM to use a valid [SPDX identifier](https://spdx.org/licenses/). | ||
- `AbstractExpression` does now define a `public` constructor. Consequentially, | ||
it may now be extended by consumers. [[GH-4](https://github.com/Osmerion/Quitte/issues/4)] | ||
- Various JavaDoc improvements. | ||
|
||
#### Fixes | ||
|
||
- Fixed a bug that caused expression dependencies to be incorrectly tracked. | ||
- Fixed a bug that caused `ObservableList#setAll` to skip some elements. [[GH-5](https://github.com/Osmerion/Quitte/issues/5)] | ||
(Thanks to [SkytAsul](https://github.com/SkytAsul)) | ||
- Reduced the visibility of some accidentally exposed expression members. | ||
|
||
#### Breaking Changes | ||
|
||
- Several members of simple and lazy expressions had their visibility reduced | ||
and may no longer be accessible. These methods were considered unsafe and | ||
should not have been exposed in the first place. Proper alternatives are | ||
available. |