-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Showing
4 changed files
with
13 additions
and
5 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
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,5 +1,7 @@ | ||
# 0.4.8 (21 June 2022) | ||
- #37 Support different namespace for class in custom builder class [enhancement] | ||
- #36 Issues with generating builder from an object in another namespace [bug] | ||
# 0.4.9 (25 June 2022) | ||
- #38 Support for init-only properties [enhancement] | ||
- #42 Use params in 'With'-method in case the type is an array [enhancement] | ||
- #35 Builder code should handle init setter so that it doesn't generate non-compilable code | ||
- #39 [enhancement]: for array `with` methods, consider adding the `params` keyword for easier use [enhancement] | ||
|
||
The full release notes can be found here: https://github.com/StefH/FluentBuilder/blob/main/ReleaseNotes.md |
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