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