RulesEngine/CHANGELOG.md

31 lines
914 B
Markdown

# CHANGELOG
All notable changes to this project will be documented in this file.
## [3.0.0-preview.1] - 23-10-2020
- Renamed `ExecuteRule` to `ExecuteAllRulesAsync`
- Added Actions support. More details on [actions wiki](https://github.com/microsoft/RulesEngine/wiki/Actions)
## [2.1.0] - 18-05-2020
- Adding local param support to make expression authroing more intuitive.
## [2.0.0] - 18-05-2020
### Changed
- Interface simplified by removing redundant parameters in the IRulesEngine.
- Custom Logger replaced with Microsoft Logger.
## [1.0.2] - 16-01-2020
### Added
- Cache system added so that rules compilation is stored and thus made more efficient.
### Fix
- Concurrency issue which arose by dictionary was resolved.
## [1.0.1] - 24-09-2019
### Added
- Exceptions handling scenario in the case a rule execution throws an exception
## [1.0.0] - 20-08-2019
### Added
- The first version of the NuGet