| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 3.1.0.tar.gz | 2018-12-17 | 368.6 kB | |
| 3.1.0.zip | 2018-12-17 | 544.6 kB | |
| README.md | 2018-12-17 | 624 Bytes | |
| Totals: 3 Items | 913.9 kB | 0 | |
- 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.