@jackfranklin/test-data-bot
Advanced tools
Changelog
2.1.0 - 01 Mar 2023
one(config)
as a helper method to create a single instance. This is equal to calling the created builder directly. PRmany(N, config)
as a helper method to create an array of N
instances. PR.Date
fields. PRChangelog
2.0.0 - 17 Mar 2022
perBuild
generator to integrate it. PR.any
to be typed more strictly, and hence may need code changes PR.Changelog
1.4.0 - 09 Dec 2021
Sorry for the lack of updates and silence! I'm hopeful that I can maintain this library more proactively moving forwards and continue to improve test-data-bot.
Changelog
1.3.0 - 13 May 2020
Changelog
1.2.0 - 09 May 2020
Factories now do not need a factory name property. You can simply pass in the configuration object :
const userBuilder = build({ ... });
// rather than:
const userBuilder = build('User', { ... });
You can still pass a name if you like, but it's not required and will probably be removed in a future major version.
Changelog
1.1.0 - 23 March 2020
null
or undefined
values: https://github.com/jackfranklin/test-data-bot/pull/198sequence
returns unknown
not number
: https://github.com/jackfranklin/test-data-bot/pull/196yarn
to npm
: https://github.com/jackfranklin/test-data-bot/pull/194Changelog
1.0.0 - 26 January 2020