The Big Update
- Features
- You can now configure things!
- Use
@JsonOptionsor the new options argument inDeserializeObjectandSerializeObject - More information available in the README under the Configuration heading.
- Use
- Inferred types from default values!
- Types can now be inferred if you provide a default value.
- You can now use the built-in JavaScript constructors,
String,Number, andBooleanfor the types.
- You can now configure things!
Note: Support for Node 16 has been dropped.
Full Changelog: v1.3.0...v2.0.0