Breaking Changes
- A number of method return types have changed from
Option<Type>
to justType
to correctly reflect the nullability of the Granite methods.
Full Changelog: v1.4.0...v2.0.0
Option<Type>
to just Type
to correctly reflect the nullability of the Granite methods.Full Changelog: v1.4.0...v2.0.0