Graph v3.0 Release Notes
Release Date: 2019-05-16 // about 4 years ago-
- ๐ commit-fda0ee6: Added dynamic lookup support.
- commit-cf11d36: added dynamic member lookup for
GraphJSON
. - ๐ commit-131c80d: Removed
type:
initializer parameter prefix. - pr-146: GraphJSON improvements.
- Fixed crashes on attempt to
- serialize invalid JSON object.
- access out-of-range subscript index.
- Removed redundant optional chaining issue-145
- Added Tests
- ๐ commit-4811045: Removed
object:
prefix fromGraphJSON
functions. - commit-64c4c9a: Renamed
Watch{X}Delegate
toGraph{X}Delegate
. - โก๏ธ commit-2d1c18b Updated
Graph{X}Delegate
delegate signature naming. - pr-147: Major internal cleanup.
- ๐ pr-150: Added write support for
GraphJSON
.- issue-148:
GraphJSON
write support.
- issue-148:
- ๐ pr-152: Added
Codable
support for Node.- issue-144: Make Entity conforming to
Codable
- issue-144: Make Entity conforming to
- pr-154: Reworked Graph API completely.