-
Notifications
You must be signed in to change notification settings - Fork 5
/
RELEASE.txt
59 lines (32 loc) · 1.93 KB
/
RELEASE.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
https://github.com/bbottema/lorem-ipsum-objects
RELEASE NOTES lorem-ipsum-objects
v4.2.0 (02-February-2024)
- #21: 1). Changed inheritance model a bit for easier subclassing 2). made decimal scale configurable for BigDecimals
Thanks to @failnix for the contribution!
v4.1.0 (25-March-2020)
- #15: Upgrade dependencies
- #16: LocalDate illegal reflective access
- #17: Update readme add UUID to default class bindings
- #18: Localdatetime illegal reflective access
v4.0.1 (18-March-2020)
- #14: Better support for generating UUID's
v4.0.0 (12-November-2019)
- #13: Make waitTimeout and retry count configurable by introducing a central config object
v3.1.0-3.1.1 (4-November-2019 - 5-November-2019)
- #9: enhancement: add support for JDK8's Optional
3.1.1: fix genercis bug
- #10: enhancement: add support for accessing public setters on non-public classes
- #11: enhancement: generation of boxed versions of primitive types should be done with the existing primitive factories
- #12: enhancement: add built-in support for Number.class
v3.0.0 (3-November-2019)
- #4: enhancement: always include the default bindings and provide convenience .create methods that use default bindings enhancement
- #8: enhancement: `ClassBindings.add` should be `ClassBindings.bind` enhancement
- #5: enhancement: when creation fails, retry a few times in case the generated data simply was beyond some acceptable range enhancement
- #6: bugfix: provide a specific factory for BigDecimal, so it doesn't wreck the system bug enhancement
- #7: enhancement: improve error feedback enhancement
v2.0.0 (2-November-2019)
- #1: enhancement: Try private constructors when all public constructors have been exhausted
- #2: enhancement: Apply timeout to invoked methods and constructors, preventing unexpected hang-ups
- #3: bugfix: fix generics support for constructors
v1.0.0 (30-October-2019)
Initial release of the dummy-creator project overhaul: lorem-ipsum-objects. Enjoy!