Releases: rentpost/zapier-graphql
Releases · rentpost/zapier-graphql
2.1.0
- Directories for action files that match with Zapier format
- Javascript formatted objects instead of JSON
- Dynamic dates in sample data
2.0.1
Add the .zapiergraphql
config to the .zapierapprc
config's includeInBuild
property when initializing the config for the first time. This is required, as the config is used at runtime.
2.0.0
Removed the concept of base and extension files, instead sticking with pure scaffolding with a familiar API to the zapier
CLI script.
1.0.2
Added new utils helper function, addChoices, for adding choices to input fields within an extension file.
1.0.1
Lots of smaller modifications here - Jest minimal tests added.
1.0.0
Initial release, which includes all the necessary functionality.