Releases: benahm/TestDataFactory
Releases · benahm/TestDataFactory
V3.2
30 Aug 07:07
Compare
Sorry, something went wrong.
No results found
Allow looping through a List of values, example :
Create 100 Accounts with a list of 5 different names
Create a list of 100 Account sObjects with a list of 5 different names that will loop and a same description
List <Account > accList = TestDataFactory .createSObjectList (' Account' , new Map <String ,Object >{
' Name' = > new List <String >{' Google' ,' Amazon' ,' Facebook' ,' Apple' ,' Microsoft' },
' Description' = > ' Same description'
},100 );
V3.1
16 May 21:22
Compare
Sorry, something went wrong.
No results found
Update API to V51.0
Regenerate a new version of the unlocked package & release it, so it can be installed in production
V3.0
27 Feb 10:34
Compare
Sorry, something went wrong.
No results found
V2.6
02 Nov 14:52
Compare
Sorry, something went wrong.
No results found
Publish TDF as an unlocked package
Upgrade API version to 47.0
V2.5
12 Nov 13:19
Compare
Sorry, something went wrong.
No results found
Auto-detect if person account is enabled
Publish the TDF as managed package
Bug fix
V2.1
23 Jul 16:28
Compare
Sorry, something went wrong.
No results found
Upgrade the classes API version to 43.0
Minor fixes
V2.0
13 Apr 14:50
Compare
Sorry, something went wrong.
No results found
Code refactoring & Adding Comments
Refactoring of the support for Orgs with Person Account enabled
Support for providing a list of values in the map of value when creating a list of sObjects
Support for providing a sub map of values in the map of values when creating a single or a list of sObjects
V1.7
27 Jan 16:10
Compare
Sorry, something went wrong.
No results found
Code refactoring & adding comments
V1.6
18 Jan 20:57
Compare
Sorry, something went wrong.
No results found
Code refactoring & adding comments
Changing DefaultValueProvider from abstract to virtual
Add support of TDF.DEFAULT_VALUE for reference fields
Add caching for getting fields map
Bugfix
V1.5
11 Dec 18:55
Compare
Sorry, something went wrong.
No results found
New implementation of the support for orgs with Person Account enabled
Review the get{Type}DefaultValue methods
Bug fixes