Skip to content

Version 1.1.0

Compare
Choose a tag to compare
@izzergh izzergh released this 31 Mar 22:06
· 90 commits to master since this release
  • Adds the EndDatePropagator object. See class-level documentation for details.
  • Adds support for configured default span start and end field names for the NoOverlapValidator and WithinParentDateSpanValidator (objects that were using these validators without using acts_as_span will break. Either have them act as span or define the method span on them in a way that the object can respond to object.span.start_date and object.span.end_date)
  • Adds basic translations for the EndDatePropagator and both validators.