Sorry it's been so long since the last Morph release, but I think you'll
find the results were worth waiting for. Morph 0.9.2 fixes many bugs
since the last release and introduced some API refinements that make the
internal workings of the package easier to understand. Many thanks to
Eduar Letifov who helped identify and fix some of the nastiest bugs in
the previous release.
The most major changes in this release are:
- Removed the GraphTransformer interface and renamed the
graphTransformer property of BaseTransformer back to nestedTransformer
- Removed the TraverserConverter and refined the ContainerCopier so that
it can convert to Iterators and Enumerators
- Added TypeChangingGraphTransformer to assist with transformations of
object graphs from a set of domain objects to a set of transfer objects
- Various bug fixes
|