v2.0.0 - Frameworks support: Spring and Quarkus
CHANGE LOG (10.12.2023):
- backward compatibility - NOT COMPATIBLE
- changed project to multimodule structure, provided BOM module for dependency management,
- added support for Spring Boot (auto register Jackson serializers / deserializers, register converters for WebMVC),
- added support for Quarkus (auto register Jackson serializers / deserializers, register converters for JakartaParamProvider),
- PhysicalQuantity types can be now used in Query Params / Path Variables in web applications,
- refactor arithmetic operation methods to allow use of overloaded operators in Kotlin and Groovy,
- toFormattedString() now is refactored to toEngineeringFormat() and will output quantities in format: "20.12 [K]"
- minor clean-up and refactoring,