v0.11.0
What's Changed
- Add a "name" property to SGEntity by @fabiangeisler in #12
A convenience method so you do not need to remember which field is supposed to resemble the name of an entity. Historically this is different
for many entities, for example Projects use the "name" field, Shots the "code" field and Tasks the "contents" field.
Full Changelog: v0.10.0...v0.11.0