result-tsk
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -21,1 +21,9 @@ # Changelog | ||
- Runkit example file. | ||
## [1.0.5] — 2020-08-17 | ||
### Updated | ||
- Change strategy to manage runkit example file. | ||
## [1.0.6] — 2020-08-23 | ||
### Updated | ||
- Package json keywords. |
{ | ||
"name": "result-tsk", | ||
"version": "1.0.5", | ||
"description": "tool for use with or without NodeTskeleton template project", | ||
"version": "1.0.6", | ||
"description": "result tool for use with or without NodeTskeleton template project", | ||
"repository": { | ||
@@ -12,2 +12,4 @@ "type": "git", | ||
"tskeleton", | ||
"flow", | ||
"control", | ||
"tool" | ||
@@ -14,0 +16,0 @@ ], |
@@ -11,3 +11,3 @@ # Result tool 🧰 | ||
`Result` is a `tool` that helps us control the flow of our `use cases` and allows us to `manage the response`, be it an `object`, an `array` of objects, a `message` or an `error` as follows: | ||
`Result` is a `tool` that helps us `control the flow` of our `use cases` and allows us to `manage the response`, be it an `object`, an `array` of objects, a `message` or an `error` as follows: | ||
@@ -14,0 +14,0 @@ ```ts |
12961