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.
- List item factories using
@CollectionProperty(itemFactory=FactoryClass.class)
- Made a series of small dependency updates:
- Maven SCM, Release and Compiler plugins
- MVEL
- JUnit
- SLF4J
- Mockito
- Logback
For more details, see the Wiki entry.
- Item Source Expressions: This allows the mapping of an item in a collection to a property of that source item in the destination.
- Map Translation: Support for the translation of maps.
- Translating objects to strings.
TranslationTargetFactory
allowing the target's implementation to be controlled somewhat.- Cross-collection translation, like translating a list to a set.
- Moved to a multi-module build.
- Split
moo-mvel
into a separate module for people who didn't want or need MVEL.