Skip to content

Releases: CoderMJLee/MJExtension

3.4.2

13 Mar 05:26
03ceefb
Compare
Choose a tag to compare
  • Add Privacy manifest

Full Changelog: 3.4.1...3.4.2

3.4.1

06 Dec 06:54
43dce6b
Compare
Choose a tag to compare

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
6d1d1bb
Compare
Choose a tag to compare
  • 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
2a71db1
Compare
Choose a tag to compare
  • Add watchOS and tvOS support.

3.2.5

22 Mar 07:16
8be23f4
Compare
Choose a tag to compare
  • Fixing racing condition between setupBlock and readMethod
  • Raise exception when in debug mode

3.2.4

18 Jan 07:45
Compare
Choose a tag to compare
  • Fixed multi-threading problems(dark cave🙈).

3.2.3

13 Jan 07:37
f9c50da
Compare
Choose a tag to compare
  • Fix array enumeration fatal error. (mutate array in for-loop)

3.2.2

29 Jun 02:50
977ed17
Compare
Choose a tag to compare
  • Callback converted keyValues as NSMutableDictionary instead of NSDictionary.
  • Add some docs in ReadMe

3.2.1

08 Oct 06:29
Compare
Choose a tag to compare
  • Fix a mismatch between value and wrong type.

Do not use 3.2.0

3.2.0

26 Sep 09:09
Compare
Choose a tag to compare
  • Add support for French number string to number.
  • Fix longlong conversion mistake.