Skip to content

Commit 44d6b63

Browse files
committed
v1.2.9
1 parent 06756c3 commit 44d6b63

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v1.2.9 (26 March 2021)
2+
- [#485](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/485) - Add TypeConverters to config [feature] contributed by [StefH](https://github.com/StefH)
3+
- [#488](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/488) - If args count is 0 -> parametereless method is better than method with parameters [bug] contributed by [AndriiZ](https://github.com/AndriiZ)
4+
- [#477](https://github.com/zzzprojects/System.Linq.Dynamic.Core/issues/477) - How to use Dynamic LINQ with custom types (i.e NodaTime) ? [feature]
5+
- [#487](https://github.com/zzzprojects/System.Linq.Dynamic.Core/issues/487) - DynamicExpressionParser.ParseLambda can not parse 'TrimEnd' string method [bug]
6+
17
# v1.2.8 (13 February 2021)
28
- [#455](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/455) - Ensure action delegate allows call to void methods contributed by [glopesdev](https://github.com/glopesdev)
39
- [#480](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/480) - Fix DynamicIndex implementation [bug] contributed by [StefH](https://github.com/StefH)

GitHubReleaseNotes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
https://github.com/StefH/GitHubReleaseNotes
22

3-
GitHubReleaseNotes --path . --output CHANGELOG.md --exclude-labels invalid question documentation wontfix --language en --version v1.2.8
3+
GitHubReleaseNotes --path . --output CHANGELOG.md --exclude-labels invalid question documentation wontfix --language en --version v1.2.9

version.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<PatchVersion>9-preview-02</PatchVersion>
3+
<PatchVersion>9</PatchVersion>
44
</PropertyGroup>
55
</Project>

0 commit comments

Comments
 (0)