Skip to content

Commit 8e0ce57

Browse files
committed
version 0.7 notes
1 parent 4aa4607 commit 8e0ce57

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

VERSION.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ of the generated source code. As well, better type handling is availble
44
for 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
1515
Timestamps 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
2222
provided 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
3030
Improving upon the annotations introduced in version 0.6, you can now use generic

0 commit comments

Comments
 (0)