Skip to content

Releases: intsig171/SmartCodable

4.1.3 - SmartUpdater

29 Jul 06:56
Compare
Choose a tag to compare

Optimize implementation of SmartUpdater.

Optimize the precision of floating-point numbers

05 Jul 10:22
Compare
Choose a tag to compare

When the json data is not 4.99 and the attribute is String, it is internally compatible and returns "4.99" instead of "4.899999999 ".

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失败的优化