·
          
            26 commits
          
          to master
          since this release
        
        
        
- Comparison: Values of different types will now be compared via equalsmethod instead of causing an exception. #162
- DiffNode: DiffNodes now return all configured categories instead of just the ones fron the annotation. #160
- Introspection: The StandardIntrospectorwill now only be created when needed, so platforms like Android (wherejava.beans.Introspectoris not available) can easily provide alternative implementations. #158
- Maintenance: Fully replaced TestNG, Mockito and FestAssert with Spock.
- Maintenance: Added Eclipse files to .gitignore #153
- Maintenance: Fixed typo in JavaDoc of CircularReferenceConfigurer #154
Big thanks to @jlsalmon, @scompo, @simplysoft & @PascalSchumacher for your contributions!