Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
avurro committed Aug 12, 2015
1 parent b30311a commit fbb51fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#JMapper Framework [![Build Status](https://travis-ci.org/jmapper-framework/jmapper-core.svg?branch=master)](https://travis-ci.org/jmapper-framework/jmapper-core)
###Released version 1.4.0!
features introduced:
* [xml configuration as String](https://github.com/jmapper-framework/jmapper-core/wiki/Costructors#xml-configuration-as-string)
* [bytecode generation strategy](https://github.com/jmapper-framework/jmapper-core/wiki/Bytecode-Generator)
###Released version 1.4.1!
some bug fixed:
* issue [#14](https://github.com/jmapper-framework/jmapper-core/issues/14) closed: special characters (as $) are handled in basic mapping
* issue [#15](https://github.com/jmapper-framework/jmapper-core/issues/15) closed: synthetic and serialVersionUID fields are ignored by the mapping.

____
JMapper is a java bean to java bean mapper, it allows to perform the passage of data dinamically with **annotations** and / or **XML**.<br>With JMapper you can:
Expand Down

0 comments on commit fbb51fd

Please sign in to comment.