@@ -4,12 +4,12 @@ of the generated source code. As well, better type handling is availble
44for arrays and generics.
55
66### Features and Improvements
7- + [ #197]: pluggable class and method name generator
8- + [ #14]: support for disabling the printing of timestamps
9- + [ #194, #208]: support for generic parameters in annotated helpers
10- + [ #94]: support for multi-dimensional array types
11- + [ #47]: new `*Factory` interfaces and static factory method
12- + [ #33]: update to JDK7, and enable JDK8 builds
7+ + #197 - pluggable class and method name generator
8+ + #14 - support for disabling the printing of timestamps
9+ + #194, #208 - support for generic parameters in annotated helpers
10+ + #94 - support for multi-dimensional array types
11+ + #47 - new `*Factory` interfaces and static factory method
12+ + #33 - update to JDK7, and enable JDK8 builds
1313
1414### Disabling Timestamps
1515Timestamps in the generated source can be disabled by calling the new ` disableTimestamps() `
@@ -21,10 +21,10 @@ of the new `NameGenerator` interface. An instance can be provided by calling the
2121` useCustomNameGenerator(..) ` method on the fluent builder. Several name generators are
2222provided out of the box:
2323
24- * `DefaultNameGenerator` - makes no alterations
25- * `CondensedNameGenerator` - shortens method names
26- * `TinyNameGenerator` - shortens method and class names
27- * `HashedNameGenerator` - shortens method and class names using an MD5 hash
24+ * ` DefaultNameGenerator ` - makes no alterations
25+ * ` CondensedNameGenerator ` - shortens method names
26+ * ` TinyNameGenerator ` - shortens method and class names
27+ * ` HashedNameGenerator ` - shortens method and class names using an MD5 hash
2828
2929### Generics in Annotated Helpers and Return Types
3030Improving upon the annotations introduced in version 0.6, you can now use generic
0 commit comments