- Cleanup on close
- Made a mistake oops, fixed
- Bug fixes
- Fixed a bug that leaked user objects and fields
- Move out of beta
- Geode Alpha 2 support
- Performance Improvements
- Added $baseModify
- Cleanup everything
- Added $classModify to use a base class instead of CCNode or CCObject
modifymethod is not required anymore if you wish to merely use fields- Removed some redundant utils that are now in Geode
- Added templated
getObjectNamemethod
- Quick fixes you'll never see as an end user
- Code cleanup
- Fix a Cocos2d-x 2.2.3 bug where for some godforsaken reason, autorelease can be called on a nullptr in CCDictionary::createWithContentsOfFile. Thank you cocos devs :)
- iOS rebuild
- New icon
- API fix
- Attempt to fix a crash
- Fix an oopsie
- Fix a leak and crash
- Separate Node and Object modify macros
- $nodeModify now has a base class of CCNode
- $objectModify has a base class of CCObject
- Fields and User Objects can now be used with CCObjects in the same way as CCNodes
- iOS support
- Add tags
- Add string variant for getLayer
- Fix a bug with getLayer
- Fix a typo
- Code cleanup
- Initial Release