Skip to content

Releases: amisare/NNMacros

2.5.1

16 Apr 03:00
Compare
Choose a tag to compare

add: NNMacrosCheck.h

2.5.0

16 Apr 02:59
Compare
Choose a tag to compare

fix: c++ 编译错误

2.4.1

25 Feb 02:24
Compare
Choose a tag to compare

modify: 删除 NNMacros.podspec 中 s.static_framework = true

2.3.0

21 Oct 03:27
Compare
Choose a tag to compare

add: The following code is copied from https://raw.githubusercontent.com/ReactiveCocoa/ReactiveObjC/master/ReactiveObjC/extobjc/EXTScope.h
and deleted and modified as needed.

2.2.0

21 Oct 01:29
Compare
Choose a tag to compare

fix: 头文件输出
update: README.md
change: NNMacrosLazyGetterDemo/NNMacrosSynthesizeDemo
change: 重新实现 nn_associated_setter/nn_associated_getter

2.1.1

21 Oct 01:27
Compare
Choose a tag to compare

fix: xcode11 上 nn_lazygetter 格式化问题

2.1.0

21 Oct 01:27
Compare
Choose a tag to compare

fix: nn_associated_setter 中存储 key 获取失败问题

2.0.1

21 Oct 01:26
Compare
Choose a tag to compare

update: README.md
delete: 删除注释代码
delete: setter 方法输入提示
change: 修改 synthesize getter setter 实现

1.3.0

21 Oct 01:23
Compare
Choose a tag to compare

fix: framework 工程 NNMacrosSandbox.h 找不到问题
fix: demo 丢失的 scheme
fix: nn_categorysetter_store_key 中存储 key 获取失败问题

2.0.0

21 Oct 01:25
Compare
Choose a tag to compare

add: NNMacrosSynthesizeDemo
add: weak 属性 bug
change: NSObject+NNMacrosAssociatedSynthesize.m 变量命名规范
add: NN_arg2CString 宏
change: NN_Color 命名规范调整
change: lazygetter 接口重命名 nn_lazygetter
change: 重构 synthesize 实现 synthesize getter setter 接口重命名