Introduction
Build
Changes
Documentation
Download
License
Changes
Here is a list of changes that were made to the library to support new
features. Note that if you were using the 1.0 release of the library
you will have to make some changes to your Codec code to make it working
again.
Version 1.2 build 2
- Moved 'Element' method to deprecation and reintroduced 'Leaf'
methods for OMApplication.
- Disable System.out printing on several BeanInfo classes.
Version 1.1 build 7
- Added getElementSize to OMApplication.
Version 1.1 build 5
- Added a throws clause for the Codec addCd and removeCD methods.
Version 1.1 build 4
- Moved back to original layout so OMAbstract, OMVector and OMPair
are dropped. Using Hashtable and Vector in OMAttribution and
OMBinding.
- Added BeanInfo classes for every OMObject.
Version 1.1 build 1
- Added OMAbstract as abstract base class.
- Changed every reference to OMObject to OMAbstract, because the base
class changed.
- Changed OMObject to a new OM class needed to support
attributes.
- Added the notion of attributes to OM-objects.
|