Skip to content
zerounix edited this page Apr 16, 2014 · 4 revisions

1.1.3

Improvements

  • Using specified class loader for loading mappings has been implemented

1.1.2

Improvements

  • NominMapper interface has been expanded to use specified character set

Changes

  • Nomin has been upgraded to use the latest versions of dependencies
  • Deleted deprecations

1.1.1

Improvements

  • Cycle detection and caching has been implemented
  • Setting default introspector has been implemented
  • 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

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.

Changes

  • Changed the use of dateFormat conversion, details at the conversions page
  • Some components were refactored

1.0.1

Bug fixes

  • Shared context isn't available in another thread

Improvements

  • Minor refactorings