Skip to content

v1.0.4

Compare
Choose a tag to compare
@astex astex released this 20 Oct 17:37
· 14 commits to master since this release

Changes:

  • Needs can be used directly as decorators.
  • CombinationNeed is used directly in place of subclasses and is bound to the Need class. This should allow easier subclassing.
  • CombinationNeed.error and NegativeNeed.error are properties rather than being defined at instantiation. This should allow them to be overridden more easily when Need.combinator or Need.negator are overridden.