Releases: CoderMJLee/MJExtension
Releases · CoderMJLee/MJExtension
Fix
Fix
- Fix a bug for number transform
support iOS 13 beta & fix some bugs
Fixed:
- support iOS 13 beta version about that the cause of recursive issue with
NSNull
property - [BOOL] true value should be transform to
true
but not1
Deprecated:
- remove old deprecated methods
(Hotfix) fix memory leak for protocol_copyPropertyList
fix memory leak for protocol_copyPropertyList (#680) * fix memory leak for protocol_copyPropertyList
3.0.16 - 修复线程安全及`NSObject`协议中崩溃的问题
调整细节
1.合理调整全局变量的创建时间
2.线程同步
一些小问题
1.某些属性的懒加载转为init初始化
2.过期方法处理
3.用更简单的方法过滤NSObject自动生成的属性
多线程支持
解决多线程环境下的Crash问题
增强key替换的功能
1.优先调用mj_replacedKeyFromPropertyName121
2.其次调用mj_replacedKeyFromPropertyName