Releases: CoderMJLee/MJExtension
Releases · CoderMJLee/MJExtension
3.4.1
What's Changed
- Fixed secure coding issue that classes object couldn't be decoded. by @VeinGuo in #830
Full Changelog: 3.4.0...3.4.1
3.4.0
- SPM Support #823
- Add NSSecureCoding support for quick implementation macro MJSecureCodingImplementation(class, isSupport). #821
- Fixed the crash which
EntityName
is not same with ClassName
in CoreData usage. #718
3.3.0
- Add watchOS and tvOS support.
3.2.5
- Fixing racing condition between
setupBlock
and readMethod
- Raise exception when in debug mode
3.2.4
- Fixed multi-threading problems(dark cave🙈).
3.2.3
- Fix array enumeration fatal error. (mutate array in for-loop)
3.2.2
- Callback converted keyValues as NSMutableDictionary instead of NSDictionary.
- Add some docs in
ReadMe
3.2.1
- Fix a mismatch between value and wrong type.
Do not use 3.2.0
3.2.0
- Add support for French number string to number.
- Fix longlong conversion mistake.