Skip to content

Releases: Farfetch/rules-framework

Rules.Framework 2.0.1

22 May 15:08
519ae6f
Compare
Choose a tag to compare

What's Changed

  • Added the ability to update the rules' end date and to disable rules by @carlosgoias in #117
  • Fixed ArgumentNullException for InMemoryRulesStorage from IServiceCollection by @luispfgarces in #142
  • Add streamlined way for building conditions by @jdromeiro in #143

Full Changelog: 2.0.0...2.0.1

Rules.Framework 2.0.0

10 Apr 15:45
5d33a8b
Compare
Choose a tag to compare

What's Changed

  • Move InMemory Provider to Rules.Framework and reference projects directly by @jdromeiro in #128
  • Fix issue in dates used in rules matching by @jdromeiro in #123
  • chore(deps): bump MongoDB.Driver from 2.13.1 to 2.19.0 in /tests/Rules.Framework.Providers.MongoDb.Tests by @dependabot in #125
  • Remove obsolete IValueConditionNodes and WithPriority() by @jdromeiro in #132
  • Upgrade to .Net Standard 2.1 by @luispfgarces in #135
  • Allow pre-compilation of rules conditions by @luispfgarces in #122

Full Changelog: https://github.com/Farfetch/rules-framework/commits/1.7.7...2.0.0