jetson 1.1.7
jetson: ^1.1.7 copied to clipboard
Object mapping and serialization core for JetLeaf — provides JSON, model binding, and conversion utilities.
Changelog #
All notable changes to this project will be documented in this file.
This project follows a simple, human-readable changelog format inspired by
Keep a Changelog and adheres to semantic versioning.
1.1.7 #
1.1.6 #
1.1.5 #
Changed #
- Restructured the
jetsonlibrary into focused sub-libraries (e.g.json,mapper, etc.), while keeping the mainjetsonentry point exporting all modules. - Exceptions thrown during
newInstanceinvocation are no longer silently ignored.
Added #
FailedDeserializationExceptionfor clearer error reporting during deserialization.
1.1.2 #
Changed #
- Updated dependencies:
jetleaf_lang,jetleaf_env,jetleaf_convert,jetleaf_logging,jetleaf_utils,jetleaf_core,jetleaf_pod.
1.1.1 #
Changed #
- Updated dependencies:
jetleaf_lang,jetleaf_env,jetleaf_convert,jetleaf_logging,jetleaf_utils,jetleaf_core,jetleaf_pod.
1.1.0 #
Changed #
- Updated dependencies:
jetleaf_lang,jetleaf_env,jetleaf_convert,jetleaf_logging,jetleaf_utils,jetleaf_core,jetleaf_pod.
1.0.9 #
Changed #
- Updated dependencies:
jetleaf_lang,jetleaf_env,jetleaf_convert,jetleaf_logging,jetleaf_utils,jetleaf_core,jetleaf_pod.
1.0.8 #
Changed #
- Updated dependencies:
jetleaf_lang,jetleaf_env,jetleaf_convert,jetleaf_logging,jetleaf_utils,jetleaf_core,jetleaf_pod.
1.0.7 #
Changed #
- Updated dependencies:
jetleaf_lang,jetleaf_env,jetleaf_convert,jetleaf_logging,jetleaf_utils,jetleaf_core,jetleaf_pod.
1.0.0+1 #
Patch release focused on dependency alignment and small improvements.
Changed #
- Updated package dependencies and aligned with other JetLeaf modules.
1.0.0 #
Initial release.
Added #
- Core object mapping and serialization features with support for JSON, XML, and YAML.
- Custom annotations for fine-grained control (
@JsonProperty,@JsonIgnore, etc.). - Naming strategies, custom converters, and streaming JSON support.
Links #
- Homepage: https://jetleaf.hapnium.com
- Documentation: https://jetleaf.hapnium.com/docs/jetson
- Repository: https://github.com/jetleaf/jetson
- Issues: https://github.com/jetleaf/jetson/issues
Contributors: Hapnium & JetLeaf contributors