Release Notes
- Mirror 1.6.1 - 2011 March 19- Issue 54 - Proxyfy won't work (BUGFIX)
- Mirror 1.6 - 2011 February 22- Issue 17 - Add documentation link to other languages (BUGFIX)- Issue 28 - add constructor bypasser (FEATURE)- Issue 33 - Proxyfier similar to the one in vraptor (FEATURE)- Issue 35 - Must return MirrorList (FEATURE)- Issue 36 - Deprecate fields/constructors/methods/annotationsMatching (FEATURE)- Issue 38 - Implement mapping (FEATURE)- Issue 39 - MirrorList must be thread safe (FEATURE)- Issue 43 - Move Matcher to list.dsl (BUGFIX)- Issue 44 - add method to reflect uniquely named methods (FEATURE)- Issue 45 - Set final fields (FEATURE)- Issue 46 - add method to reflect unique constructor (FEATURE)- Issue 47 - Sun15ReflectionProvider (FEATURE)- Issue 51 - Do not read config file using java.io.File (BUGFIX)- Issue 52 - license clarity (BUGFIX)
- Mirror 1.5.1 - 2009 August 04- Cannot find getter for boolean field. (BUGFIX #40)
- Mirror 1.5 - 2009 July 24- Does not run static initializer (BUGFIX #19)- Reads configuration file just once (BUGFIX #32)- Created portuguese users list (FEATURE #29)- Matchers for reflectAll() (FEATURE #30)
- Mirror 1.4 - 2009 June 5- support for setter/getter invocation (FEATURE)- support for setter/getter reflection (FEATURE)- Mirror is completely interface based. (FEATURE)- net.vidageek.mirror.Mirror was deprecated. Use net.vidageek.mirror.dsl.Mirror instead. (DEPRECATION)- Changed Mirror.on(AccessibleObject) to Mirror.on(AnnotatedElement) (BUGFIX)- Field lookup is done on interfaces (BUGFIX)- Throws IllegalArgumentException instead of NUllPointerException (BUGFIX)
- Mirror 1.3 - 2009 January 5- Added Reflection Providers- pt-BR docs- Javadocs at most of the public methods and classes- Bugfixes
- Mirror 1.2 - 2008 November 16- First public release