Skip to content

Snowfakery 3.0.0

Compare
Choose a tag to compare
@prescod prescod released this 24 Feb 04:37
· 183 commits to main since this release
161058b

When embedded in CumulusCI, Snowfakery can now do SObject Updates. (#586)

Snowfakery can be used to do transformations of CSV files. (#586)

Snowfakery has a now function which returns a UTC datetime representing the present moment. (#485)

Snowfakery has a mode (snowfakery_version: 3) that lets formulas output types other than just strings. For example, they can generate date objects, which are amenable to date manipulations. This is an opt-in feature for the time being, but will become the default in June 2022. (#617)

Snowfakery has a debug function for inspecting expressions and values. (#613 and #615)

Snowfakery outputs "datetimes" in the UTC time zone, for better Salesforce compatibility. (#601, #694)