Releases: imsweb/layout
Releases · imsweb/layout
v1.3.4
v1.3.3
v1.3.2
v1.3.1
v1.3
Changes in version 1.3
- Added support for NAACCR 16 layout and documentation.
- Restructured the Layout class hierarchy to allow support for non-single-line-based formats like XML.
- Replaced JAXB by XStream for all XML operations.
- This library now requires Java 7.
This is the first version of this library that is available on Maven Central.
Note that the second change listed might require some changes in your code. The read/write methods used to be defined in the Layout class; this isn't true anymore; they are now defined in the RecordLayout. But the layout factory returns Layout objects, so you will need to explicitly cast your Layout instance into RecordLayout to be able to use the read/write methods.