This file contains all the notable changes done to the Ballerina XmlData package through the releases.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Fix the mismatch error by fromXml
API while the field has the name annotation
Make some of the Java classes proper utility classes
- Deprecate
toRecord
API - Change
XmlOptions
andJsonOptions
record to a closed record
- Fix the limitations of using the colon in the output of the
toRecord
- Fix the attribute prefix issue in the
fromJson
API
- Add more test cases