Skip to content

Release 0.4.3 Beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@ItzSkyReed ItzSkyReed released this 11 Jan 11:41
· 3 commits to main since this release
6fb235f

Add conditions parameter to Criteria class and update instantiation logic

  • Modify the Criteria class to include an optional conditions parameter in the initializer.
  • Add a new property method for conditions to retrieve the criteria's conditions.
  • Update the equality comparison to include conditions.
  • Adjust the instantiation of Criteria in CriteriaList to pass conditions from a dictionary.