Skip to content

Objective-C Updates & Bug fixes. Improve overall test coverage

Compare
Choose a tag to compare
@rahul-malik rahul-malik released this 05 Mar 22:20
· 110 commits to master since this release

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)