The cambrian explosion
-
New: it is now possible to use modifiers in the
faker
references, eg:faker:unique().aProvider faker:optional().aProvider faker:valid().aProvider
-
New: it is now possible to use complex expressions in the parameters passed to the
faker
provider, eg:- type: loop repeat: 2 steps: - type: tag mode: create parent_tag_id: 2 lang: eng-GB keywords: eng-GB: "[faker: randomelement({0:"hello", 1:"world"})]" - type: reference mode: set identifier: aaa value: 'hello world' - type: loop repeat: 2 steps: - type: tag mode: create parent_tag_id: 2 lang: eng-GB keywords: eng-GB: "[faker: shuffle(resolve('reference:aaa'))]"
-
New: it is now possible register custom Faker providers via the parameter
ez_loremipsum_bundle.faker.providers
-
New: the bundle now includes a custom Faker providers that registers the
picture
andpictureUrl
properties.
Those behave almost exactly like the nativeimage
andimageUrl
ones, except for not supporting the category'. They retrieve the images from service picsum.photos instead of lorempixel.