Plank v1.4 Release Notes

Release Date: 2018-03-05 // about 6 years ago
  • โž• 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)