forked from elaatifi/orika
-
Notifications
You must be signed in to change notification settings - Fork 268
Release notes 1.5.1
Harald Brabenetz edited this page Apr 5, 2017
·
4 revisions
Implemented enhancements:
- 2017-02-18 13:33:08 Enhancement, Add BigInteger and Currency as Immutable types. Fixes #193. Pull-Req.: #195 By @brabenetz
- 2017-02-08 21:33:35 Enhancement, mapping of package private classes + allow protected classes. Fixes #187. Pull-Req.: #191 By @kirviq
- 2017-01-05 05:40:54 Enhancement, Implement Support for mapping Sub-Types of Custom ObjectFactory. Fixes, #176. Pull-Req.: #182 By @brabenetz
- 2016-12-25 22:09:43 Enhancement, Add default Mappings for java-8 date Api immutable classes. Fixes #170 and #96. Pull-Req.: #178 By @brabenetz
- 2016-12-08 20:38:03 Enhancement, RegexPropertyResolver to allow regex expressions with more than one capture group. Pull-Req.: #165 By @Helmsdown
Fixed bugs:
- 2017-02-18 13:48:51 Fix, re-registered ConstructorConverter as Built-In converter. Fixes #194. Pull-Req.: #195 By @brabenetz
- 2017-01-28 09:45:24 Fix, StackOverflowError because of failed Non-Recursiv Type Evaluatiuon like "Map<Date, Map<Integer, String>>". Fixes #188. Pull-Req.: #182 By @brabenetz
- 2017-01-03 13:44:37 Fix, NullPointerException when map an element to a list. Fixes #175. Pull-Req.: #180 By @andreabertagnolli