-
Notifications
You must be signed in to change notification settings - Fork 635
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Nodes Range and Sequence Update **NODE: Sequence** -CHANGES: Input description: Amount of numbers or letters in the sequence Output seq to sequence **NODE: Range** -CHANGES: Output seq to sequence * TimeSpan Annotation Update **NODE: TimeSpan.Components** -CHANGES: Output description: days: Amount of days on TimeSpan hours: Amount of hours on TimeSpan minutes: Amount of minutes on TimeSpan seconds: Amount of seconds on TimeSpan milliseconds: Amount of milliseconds on TimeSpan * Object.IsNull Annotation Update **NODE: Object.IsNull** -CHANGES: Description: Determines if the given object is null. Input: obj to object Output : bool to boolean * Object.Identity Annotation Update **NODE: Object.Identity** -CHANGES: Input: obj to object Output : var[]..[] to object * DateTime.TimeOfDay Annotation Update **NODE: DateTime.TimeOfDay** -CHANGES: Output: var to TimeSpan Output Description: TimeSpan since midnight * DateTime.Date Annotation Update **NODE: DateTime.Date** -CHANGES: Output: var to date Output Description: date from DateTime new search options: Date, DataTime.Date * Update Map input f(x) to function * Revert "Nodes Range and Sequence Update" This reverts commit 77b8156. * Range and Sequence Updated Range: Output: seq to sequence Description: Amount of numbers or letters in the sequence Sequence: Output: seq to sequence * DateTime.Date search updated Node name erased from search, Node name is not required for search * TimeSpan.Components outputs descriptions updated outputs descriptions updated to include datatype * Object.IsNull output name update boolean to -> bool * Sequence and range nodes output name and output description updated Sequence and Range: output name: list output list description : type: var[]..[] (New list) * List.Map output name updated output name mapped -> list output description: type: var[]..[] (mapped list) * List.Deconstruct output descriptions updated output first description: type: var[]..[] (first item in the list) output rest description: type: var[]..[] (rest of the list) * Description type of output is placed after description of output
- Loading branch information
1 parent
1721b22
commit fddfe07
Showing
11 changed files
with
34 additions
and
25 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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