Skip to content

3.1.0 — Longinquis Regionibus

Compare
Choose a tag to compare
@ilia3546 ilia3546 released this 14 Nov 16:36
· 22 commits to master since this release

BREAKING CHANGE:

  • FastisConfig.MonthHeader.monthLocale is deprecated. Use FastisConfig.calendar.locale instead.
  • FastisConfig.CurrentValueView.locale is deprecated. Use FastisConfig.calendar.locale instead.
  • FastisShortcut.init now allow use calendar. It to be passed as an argument in the closure.

Improvements

  • New you can use custom calendar. Just set FastisConfig.calendar = Calendar(identifier: XXX). Also you can set locale for whole calendar view by setting FastisConfig.calendar.locale = Locale(XXX). For more detail check this out.
  • Example project now includes example with custom calendar usage.