1.3.0
This PR brings several API improvements to the library.
Notable changes:
- A
KnownMessageinterface is introduced. It marks the messages that are generated with Spine Model Compiler and can provide theirtypeUrl()(#495). - The deprecated
FieldPathsutility is now removed (#495). - A lot of third-party dependencies are updated to the newer version (#496).
- The conversion routines in
TypeConverterwill now support the number-basedEnumValueinstances (#501).