Skip to content

v0.5.0

Compare
Choose a tag to compare
@djbe djbe released this 01 Dec 20:11
· 298 commits to main since this release

New Features

  • DB: added (sync) operation variations that does not return anything.
  • Added view controller lifecycle behaviours for:
    • Navigation bar visibility.
    • Application foreground/background listeners.
    • Keyboard dismissal on disappear.
    • Resizable UITableView headers/footers.
  • Framework for deep linking and destroying/building up a stack of view controllers.
  • Helper for requiring a value from optionals.

Internal

  • Replace our own IBInspectable properties with IBAnimatble dependency.