Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[2.0.0] - 2024-07-30
Added
- MessageFactory class that can be used to create any message within a specific service set/namespace
Changed
- Update to openjaus-core-v1.1 v2.0.0
- Moved generated code to
generated
folder- NOTE: Does not break or change usage
- [BREAKING] Restructure file/folder structure based on new codegen layout
- [BREAKING] Update messages and internal events such that there is always a top-level Record, Sequence, List, or Variant.
- This aligns the message structure more closely with the JSIDL
- [BREAKING] The
toXml
method no longer takes optionalojIndentLevel
parameter- Parameter was never intended for public use.
- [BREAKING] The
toXml
output changed due to message and internal events structure change
[1.0.0] - 2021-05-18
Added
- Initial release