|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 | | -### Changelog |
| 5 | +## [6.0.13] |
6 | 6 |
|
7 | | -# CHANGELOG |
| 7 | +## New Feature |
| 8 | +* use the result of the previous rule in the next rules expression by @asulwer in https://github.com/asulwer/RulesEngine/pull/136 |
8 | 9 |
|
9 | | -All notable changes to this project will be documented in this file. |
| 10 | +## What's Changed |
| 11 | +* Bump Microsoft.EntityFrameworkCore and 3 others by @dependabot[bot] in https://github.com/asulwer/RulesEngine/pull/129 |
| 12 | +* solves issue https://github.com/asulwer/RulesEngine/issues/130 and all past topics on it by @asulwer in https://github.com/asulwer/RulesEngine/pull/131 |
| 13 | +* Fix AmbiguousMatchException by @SJ-narbutas in https://github.com/asulwer/RulesEngine/pull/132 |
| 14 | +* Bump dotnet-reportgenerator-globaltool and xunit.runner.visualstudio by @dependabot[bot] in https://github.com/asulwer/RulesEngine/pull/134 |
| 15 | +* Bump dotnet-reportgenerator-globaltool and System.Linq.Dynamic.Core by @dependabot[bot] in https://github.com/asulwer/RulesEngine/pull/135 |
| 16 | + |
| 17 | +## New Contributors |
| 18 | +* @SJ-narbutas made their first contribution in https://github.com/asulwer/RulesEngine/pull/132 |
| 19 | + |
| 20 | +**Full Changelog**: https://github.com/asulwer/RulesEngine/compare/v6.0.12...v6.0.13 |
| 21 | + |
| 22 | +## [6.0.12] |
| 23 | + |
| 24 | +## What's Changed |
| 25 | +* Bump xunit.runner.visualstudio from 3.1.0 to 3.1.1 by @dependabot in https://github.com/asulwer/RulesEngine/pull/125 |
| 26 | +* Bump BenchmarkDotNet and 5 others by @dependabot in https://github.com/asulwer/RulesEngine/pull/126 |
| 27 | +* Bump BenchmarkDotNet from 0.15.1 to 0.15.2 by @dependabot in https://github.com/asulwer/RulesEngine/pull/127 |
| 28 | +* Fixed [Issue 128](https://github.com/asulwer/RulesEngine/issues/128) |
| 29 | + |
| 30 | +**Full Changelog**: https://github.com/asulwer/RulesEngine/compare/v6.0.11...v6.0.12 |
| 31 | + |
| 32 | +## [6.0.11] |
| 33 | + |
| 34 | +## What's Changed |
| 35 | +* Update xunit.runner.visualstudio to 3.1.0 by @dependabot in https://github.com/asulwer/RulesEngine/pull/122 |
| 36 | +* Update System.Linq.Dynamic.Core to 1.6.3 by @dependabot in https://github.com/asulwer/RulesEngine/pull/123 |
| 37 | +* updated nuget packages by @asulwer in https://github.com/asulwer/RulesEngine/pull/124 |
| 38 | + |
| 39 | + |
| 40 | +**Full Changelog**: https://github.com/asulwer/RulesEngine/compare/v6.0.10...v6.0.11 |
| 41 | + |
| 42 | +## [6.0.10] |
| 43 | + |
| 44 | +## What's Changed |
| 45 | +* Bump dotnet-reportgenerator-globaltool from 5.4.4 to 5.4.5 by @dependabot in #114 |
| 46 | +* Bump FastExpressionCompiler from 5.0.2 to 5.0.3 by @dependabot in #115 |
| 47 | +* Bump FastExpressionCompiler from 5.0.3 to 5.1.1 by @dependabot in #117 |
| 48 | +* Bump Microsoft.EntityFrameworkCore from 9.0.3 to 9.0.4 by @dependabot in #118 |
| 49 | +* Bump System.Text.Json from 9.0.3 to 9.0.4 by @dependabot in #119 |
| 50 | +* Fix duplication of inputs during EvaluateRule execution by @RenanCarlosPereira in #120 |
| 51 | +* Bump System.Linq.Dynamic.Core from 1.6.0.2 to 1.6.2 by @dependabot in #121 |
| 52 | + |
| 53 | +**Full Changelog**: https://github.com/asulwer/RulesEngine/compare/v6.0.9...v6.0.10 |
10 | 54 |
|
11 | 55 | ## [6.0.9] |
12 | 56 |
|
|
0 commit comments