You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Default key and count generators added ({{KEY}} and {{COUNT}} longer a requirement to generate data for non-notated arrows.app files)
Literal specifiers so: KEY, COUNT, and ASSIGNMENT can be used in place of {{KEY}}, {{COUNT}}, and the {{ASSIGNMENT}} keys
Literal generators added so: string, int, float, bool, datetime can be added to values to generate a random value of that type
Literal numbers added so: 1, 1.0 can be used for literal integer and float values
Literal ranges added so: 1-2, 1.1-2.3 can be used to specify random int and float generators within that range
Literal lists added so: [string, another_string], [1,2,3], [1.0, 2.2, 3.4] can be used in property values to automatically use the appropriate string_from_list, int_from_list, and float_from_list generators