|
1 | 1 | # Changelog |
| 2 | +## 0.94 |
| 3 | +- **Comparison:** Values of different types will now be compared via `equals` method instead of causing an exception. #162 |
| 4 | +- **DiffNode:** DiffNodes now return all configured categories instead of just the ones fron the annotation. #160 |
| 5 | +- **Introspection:** The `StandardIntrospector` will now only be created when needed, so platforms like Android (where `java.beans.Introspector` is not available) can easily provide alternative implementations. #158 |
| 6 | +- **Maintenance:** Fully replaced TestNG, Mockito and FestAssert with Spock. |
| 7 | +- **Maintenance:** Added Eclipse files to .gitignore #153 |
| 8 | +- **Maintenance:** Fixed typo in JavaDoc of CircularReferenceConfigurer #154 |
| 9 | + |
| 10 | +Big thanks to @jlsalmon, @scompo, @simplysoft & @PascalSchumacher for your contributions! |
2 | 11 |
|
3 | 12 | ## 0.93.2 |
4 | 13 |
|
|
0 commit comments