Several additional hooks have been added. See the corresponding page.
org.nomin.NominMapper allows to parse files and directories as well as class path resources.
Nomin has been updated to use Groovy 1.8.2 instead of 1.7.5. Please refer Groovy docs.
1.1.0
Changes
Changed the use of dateFormat conversion, details at the conversions page.
Some components were refactored.
Improvements
java.util.Map type is now supported by Nomin, for details see the page dedicated to maps.
Using a Map as the context is changed to using separate the Context interface, details at the context management page.
FastIntrospector and FastInstanceCreator were created to create objects, get/set properties and invoke methods. They use CGLIB to provide such functionality. Details at this page.