Releases: CoderMJLee/MJExtension
Releases · CoderMJLee/MJExtension
3.4.2
13 Mar 05:26
Compare
Sorry, something went wrong.
No results found
3.4.1
06 Dec 06:54
Compare
Sorry, something went wrong.
No results found
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
14 Sep 04:20
Compare
Sorry, something went wrong.
No results found
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
16 Jun 02:17
Compare
Sorry, something went wrong.
No results found
Add watchOS and tvOS support.
3.2.5
22 Mar 07:16
Compare
Sorry, something went wrong.
No results found
Fixing racing condition between setupBlock
and readMethod
Raise exception when in debug mode
3.2.4
18 Jan 07:45
Compare
Sorry, something went wrong.
No results found
Fixed multi-threading problems(dark cave🙈).
3.2.3
13 Jan 07:37
Compare
Sorry, something went wrong.
No results found
Fix array enumeration fatal error. (mutate array in for-loop)
3.2.2
29 Jun 02:50
Compare
Sorry, something went wrong.
No results found
Callback converted keyValues as NSMutableDictionary instead of NSDictionary.
Add some docs in ReadMe
3.2.1
08 Oct 06:29
Compare
Sorry, something went wrong.
No results found
Fix a mismatch between value and wrong type.
Do not use 3.2.0
3.2.0
26 Sep 09:09
Compare
Sorry, something went wrong.
No results found
Add support for French number string to number.
Fix longlong conversion mistake.