| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Objective-C Updates _ Bug fixes. Improve overall test coverage source code.tar.gz | 2018-03-05 | 139.5 kB | |
| Objective-C Updates _ Bug fixes. Improve overall test coverage source code.zip | 2018-03-05 | 189.7 kB | |
| README.md | 2018-03-05 | 731 Bytes | |
| Totals: 3 Items | 330.0 kB | 0 | |
Additions
- Objective-C models can now render themselves to Dictionaries This was previously supported but had a number of edge cases where issues were present. We have now addressed those issues and we are ready to support this capability.
- A foundation for writing more integration tests between Objective-C and Flow bridging. This can be helpful if you share schemas between them.
- Generated ObjC models test coverage has improved for testing initialization and dictionary representation. We will continue this trend for other capabilities.
Changes
aa069d2 Add basic Objective-C and JS bridging test (#124) f09ae27 Fix Docker builds (#125) fe78418 Restore dictionaryObjectRepresentation for Objective-C (#122)