-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More advanced custom function tutorial (#1108)
* Start writing a custom function example for GREET() * Export FunctionArgumentType enum * Move custom function tests from square-plugin-example.spec.ts to custom-functions.spec.ts * Add unit tests for custom functions implemented with runFunction * WIP * Update the code snippets in the custom functions guide to match the new demo (GREET) * Add info about unit tests to the custom functions guide * Rewrite custom function options section in custom functions guide * Export ArraySize class * Update custom-functions guide after changes in the demo * Structural changes in the custom-functions guide * Move SimpleRangeValue from ./src/interpreter to ./src so that the typedoc documentation is generated for it * Describe DOUBLE_RANGE function in the custom-functions guide * Use ArraySize in the example of arraySizeMethod in the custom-functiosn guide * Add changelog entry * Add the description for the arraySizeMethod option * Rephrase a few sentences in the custom-functions guide * Improve the description of returnNumberType option in the custom-functions guide * Add default values to the custom function options description * Add possible values to the argumentType description in the custom-fucntions guide * Reduce content duplication on custom function name translations * Minor improvements to custom-functions guide * grammarly fixes * Reformat table * Improve the description of the vectorization feature * code review fixes * Change translations object to be standalone instead of a static property in the custom functions guide * Use FunctionArgumentType enum in custom functions guide * Fix typo
- Loading branch information
Showing
70 changed files
with
1,210 additions
and
1,036 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.