@ndriadev/futurable 2.0.10 → 2.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,7 +18,6 @@
18
18
 
19
19
 
20
20
  # Summary
21
- - [ToDo](#TODO)
22
21
  - [Introduction](#introduction)
23
22
  - [Installation](#Installation)
24
23
  - [Usage](#Usage)
@@ -41,14 +40,10 @@
41
40
  - [Futurable.allSettled](#futurableallsettledvalues-t-signal-abortsignal)
42
41
  - [Futurable.any](#futurableanyvalues-t-signal-abortsignal)
43
42
  - [Futurable.race](#futurableracevalues-t-signal-abortsignal)
43
+ - [ToDo](#TODO)
44
44
  - [License](#License)
45
45
 
46
46
 
47
- # ToDo
48
- - Think about the possibility of making a static method that returns an object with the futurable, resolve, reject, utils properties inside to be used as done for usePromiser.
49
- - Extends fetch api support to third library like axios.
50
-
51
-
52
47
  # Introduction
53
48
  Futurable is a library that extends Javascript's Promise and Fetch APIs, adding a number of useful features and with support for Typescirpt. It can be used on both browser and node.
54
49
 
@@ -593,6 +588,11 @@ f.cancel();
593
588
  ```
594
589
 
595
590
 
591
+ # ToDo
592
+ - Think about the possibility of making a static method that returns an object with the futurable, resolve, reject, utils properties inside to be used as done for usePromiser.
593
+ - Extends fetch api support to third library like axios.
594
+
595
+
596
596
  ## License
597
597
 
598
598
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@ndriadev/futurable",
3
3
  "description": "Extension Javascript's Promise API with more functionalities",
4
4
  "private": false,
5
- "version": "2.0.10",
5
+ "version": "2.0.11",
6
6
  "type": "module",
7
7
  "files": [
8
8
  "dist/",