Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.

3.1.0

Compare
Choose a tag to compare
@joeconwaystk joeconwaystk released this 17 Dec 14:39
846197a
  • Adds the implicit authorization grant flow via the AuthRedirectController type.
  • Deprecates AuthCodeController in favor of AuthRedirectController.
  • Improves speed of many database CLI commands
  • Improves error messaging of the CLI; no longer includes stack trace for expected errors.
  • Allows self-referencing and cyclical relationships between managed objects
  • Autoincrementing managed object properties are no longer consumed in ManagedObject.readFromMap.
  • Fixes bug where ManagedObjects cannot have mixins
  • Adds ManagedContext.insertObject, ManagedContext.insertObjects and ManagedContext.fetchObjectWithID.