MJExtension Versions Save

A fast, convenient and nonintrusive conversion framework between JSON and model. Your model class doesn't need to extend any base class. You don't need to modify any model file.

3.4.2

1 month ago

3.4.1

2 years ago

What's Changed

Full Changelog: https://github.com/CoderMJLee/MJExtension/compare/3.4.0...3.4.1

3.4.0

2 years ago
  • 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

2 years ago
  • Add watchOS and tvOS support.

3.2.5

3 years ago
  • Fixing racing condition between setupBlock and readMethod
  • Raise exception when in debug mode

3.2.4

3 years ago
  • Fixed multi-threading problems(dark cave🙈).

3.2.3

3 years ago
  • Fix array enumeration fatal error. (mutate array in for-loop)

3.2.2

3 years ago
  • Callback converted keyValues as NSMutableDictionary instead of NSDictionary.
  • Add some docs in ReadMe

3.2.1

4 years ago
  • Fix a mismatch between value and wrong type.

Do not use 3.2.0

3.2.0

4 years ago
  • Add support for French number string to number.
  • Fix longlong conversion mistake.