forked from j-easy/easy-random
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.txt
32 lines (26 loc) · 1.27 KB
/
CHANGELOG.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
JPOPULATOR CHANGELOG
===================================
https://github.com/benas/jPopulator
Changes in version 1.1.0 (2014-12-21)
-------------------------------------
* Fixed issue #3: add a randomizer to populate a list of elements
* Fixed issue #5: add an optional randomizer
* Fixed issue #7: generate data according to bean validation api annotations
* Fixed issue #9: add the ability to exclude some fields
* Fixed issue #11: jPopulator generates strange java.util.Date values. Dates are now generated in last/next 10 years
* Fixed issue #12: DataRangeRandomizer does not generate date within specified range
* Fixed issue #15: add randomizer for numeric strings
* Fixed issue #16: add randomizer of date with string representation and possible formatting
* Refactored tests and improved test coverage
* Improved documentation
* Updated Javadoc
Changes in version 1.0.1 (2014-06-09)
-------------------------------------
* Improved API using generics (merged pull request #2)
* Fixed issue #1 : unable to populate a Serializable class
* Fixed issue #2 : java.lang.StackOverflowError in PopulatorImpl.populateBeans
* Updated documentation and Javadoc
Changes in version 1.0.0 (2013-12-23)
-------------------------------------
* Initial core API and Implementation
* Common randomizers