Skip to content

Releases: intsig171/SmartCodable

new decoder, new encoder, new feature.

13 Jun 07:31
Compare
Choose a tag to compare

V4.0.0 Release Notes
New Feature: Support for watchOS usage
New Feature: Support for visionOS usage
New Feature: Support for tvOS usage
New Feature: Custom encoder support, allowing for custom encoding, i.e., mappingForValue.
New Feature: Support for custom strategies for any type of Value, including Int, Bool, etc.
Optimization: Optimized decoder, synchronized with the master branch of Codable.
Optimization: Improved enum parsing, no longer requiring defaultCase.
Optimization: Enhanced README with detailed Chinese instructions.
Bugfix: Fixed a memory issue in concurrent logging.

SmartAny使用优化

15 May 12:32
Compare
Choose a tag to compare

包含SmartAny的model转json失败的优化