JJException Versions Save

Protect the objective-c application(保护App不闪退)

0.1.1

5 years ago
  • 修复KVO内存泄漏
  • 小规模使用新的HOOK方式

0.1.0

5 years ago

修复KVO遗漏removeObserver:forKeyPath:context:问题

0.0.9

5 years ago
  • 重写Unrecognized Selector,修复只申明协议闪退问题

0.0.8

5 years ago
  • 支持TVOS,WatchOS,OSX
  • 修复KVO问题
  • 统一MRC的关键字

0.0.7

5 years ago
  • 新增object dealloc的block支持,内部使用,外部也可以单独引用
  • 新增JJException.exceptionWhenTerminate属性设置
  • 新增NSMutableString和NSString,NSAttributedString,NSMutableAttributedString
  • 由于Zombie的特殊性,JJExceptionGuardCategory新增一种除了Zombie的所有分类
  • 支持Carthage