How to update Spine Animation in CocosCreator

After hours with cocos creator, everything seem ok until trying spine animation.

The SpineAnimation version in cocos creator is really too old! It does not support mess, one so important feature of spine so far.

I started from Cocos2dx and in C++ project, i can update new spine version by do as following link https://github.com/EsotericSoftware/spine-runtimes/tree/master/spine-cocos2dx.

But with cocos creator i cant find any related information, any suggestions for me?