Skip to content

v2.2.4

Compare
Choose a tag to compare
@jwaliszko jwaliszko released this 14 Oct 20:28
· 303 commits to master since this release
  • parsing verbosity related to errors detection improved:
    • erratic code location provided,
    • operands applicability constraints added to the parser,
    • minor changes in exception handling (readability improved - no information overhead),
    • etc.
  • 2 signatures for Date function provided,
  • MemberName extraction workaround - done basically for older versions of MVC (before version 5) where there was a bug related to the fact that member name was given as null in the validation context (it is correctly provided to ValidationResult now, if DisplayAttribute is present),
  • XML documentation comments revised,
  • code cleanup.