Skip to content

Commit

Permalink
Merge pull request #75 from SFDO-Tooling/feature/1.0.0
Browse files Browse the repository at this point in the history
Snowfakery 1.0!
  • Loading branch information
prescod authored Jun 13, 2020
2 parents 55af3c8 + 9d0c666 commit 328b14f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@ In the beginning, programmers created the databases. Now the databases were form

And so [Salesforce.org](http://salesforce.org/) said “Let there be data,” and there was Snowfakery. And it was good.

## Snowfakery 1.0.0

Add child_index feature for calculating the index number of each child object (see documentation for more information).

Internal changes to support upcoming features in CumulusCI.

Documentation for the Math plugin.

Dates can now be parsed from strings with the `date()` function. (see docs)

Added `relativedelta()` function. (see docs)

Official formula syntax is now ${{foo}} instead of <<foo>>. The old syntax will be supported
for at least the remainder of 2020.

Docs are checked into Git in Markdown format.

Official terminology changed so that Snowfakery files are now called "recipes".

Stabilize the output order for CCI Mapping files generated by Snowfakery.

New syntax for Internalized fake data. (see docs)

Internally use the plugin architecture to support even the builtin functions.

## Snowfakery 0.8.1

Snowfakery includes support for Salesforce RecordTypes.
Expand Down
2 changes: 1 addition & 1 deletion snowfakery/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.8.1"
version = "1.0.0"

0 comments on commit 328b14f

Please sign in to comment.