@ndriadev/futurable 2.3.5 → 3.0.1

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.
package/CHANGELOG.md CHANGED
@@ -1,22 +1,72 @@
1
1
  # Changelog
2
2
 
3
- ## [2.3.5](https://github.com/nDriaDev/vite-plugin-universal-api/releases/tag/v2.3.5) - 2026-02-06
3
+ ## [3.0.1](https://github.com/nDriaDev/futurable/releases/tag/v3.0.1) - 2026-02-19
4
+
5
+ ### Chores
6
+
7
+ - update dependencies ([df89035](https://github.com/nDriaDev/futurable/commit/df89035))
8
+ - update automated scripts ([e27d4a1](https://github.com/nDriaDev/futurable/commit/e27d4a1))
9
+
10
+ ## [3.0.0](https://github.com/nDriaDev/futurable/releases/tag/v3.0.0) - 2026-02-16
11
+
12
+ ### Features
13
+
14
+ - safe method implementation ([992ad49](https://github.com/nDriaDev/futurable/commit/992ad49))
15
+ - lazy futurable implementation ([d75f0d2](https://github.com/nDriaDev/futurable/commit/d75f0d2))
16
+
17
+ ### Bug Fixes
18
+
19
+ - futurable task test ([1868b39](https://github.com/nDriaDev/futurable/commit/1868b39))
20
+ - lint ([01bec2e](https://github.com/nDriaDev/futurable/commit/01bec2e))
21
+ - futurable constructor ([bcc5b61](https://github.com/nDriaDev/futurable/commit/bcc5b61))
22
+ - internal signal handling ([1cd035c](https://github.com/nDriaDev/futurable/commit/1cd035c))
23
+ - withResolvers cancel binding ([62ad1b8](https://github.com/nDriaDev/futurable/commit/62ad1b8))
24
+ - polling error handler ([67f3712](https://github.com/nDriaDev/futurable/commit/67f3712))
25
+
26
+ ### Performance Improvements
27
+
28
+ - performance improvements ([8262198](https://github.com/nDriaDev/futurable/commit/8262198))
29
+
30
+ ### Code Refactoring
31
+
32
+ - riorganize code ([613bef7](https://github.com/nDriaDev/futurable/commit/613bef7))
33
+ - doc e code refacotring ([0a4f15c](https://github.com/nDriaDev/futurable/commit/0a4f15c))
34
+
35
+ ### Documentation
36
+
37
+ - update README ([dac71e8](https://github.com/nDriaDev/futurable/commit/dac71e8))
38
+ - add futurableTask documentation pages ([eacd451](https://github.com/nDriaDev/futurable/commit/eacd451))
39
+ - add futurableTask documentation pages ([aa53577](https://github.com/nDriaDev/futurable/commit/aa53577))
40
+ - fix documentation ([fda9ba7](https://github.com/nDriaDev/futurable/commit/fda9ba7))
41
+
42
+ ### Tests
43
+
44
+ - replace jest with vitest ([864cc5e](https://github.com/nDriaDev/futurable/commit/864cc5e))
45
+ - futurabletask test ([9317ad0](https://github.com/nDriaDev/futurable/commit/9317ad0))
46
+
47
+ ### Chores
48
+
49
+ - update dependencies ([f229da8](https://github.com/nDriaDev/futurable/commit/f229da8))
50
+ - update tsconfig ([e71f059](https://github.com/nDriaDev/futurable/commit/e71f059))
51
+ - update build configuration ([65891a2](https://github.com/nDriaDev/futurable/commit/65891a2))
52
+
53
+ ## [2.3.5](https://github.com/nDriaDev/futurable/releases/tag/v2.3.5) - 2026-02-06
4
54
 
5
55
  - Initial release
6
56
 
7
- ## [2.3.4](https://github.com/nDriaDev/vite-plugin-universal-api/releases/tag/v2.3.4) - 2026-02-06
57
+ ## [2.3.4](https://github.com/nDriaDev/futurable/releases/tag/v2.3.4) - 2026-02-06
8
58
 
9
59
  ### Bug Fixes
10
60
 
11
- - gitignore ([11759fe](https://github.com/nDriaDev/vite-plugin-universal-api/commit/11759fe))
12
- - [FIX] docs ([4b80d05](https://github.com/nDriaDev/vite-plugin-universal-api/commit/4b80d05))
61
+ - gitignore ([11759fe](https://github.com/nDriaDev/futurable/commit/11759fe))
62
+ - [FIX] docs ([4b80d05](https://github.com/nDriaDev/futurable/commit/4b80d05))
13
63
 
14
64
  ### Chores
15
65
 
16
- - update dependencies ([f90aadb](https://github.com/nDriaDev/vite-plugin-universal-api/commit/f90aadb))
17
- - update dependencies ([16e1592](https://github.com/nDriaDev/vite-plugin-universal-api/commit/16e1592))
18
- - update dependencies ([cd4df57](https://github.com/nDriaDev/vite-plugin-universal-api/commit/cd4df57))
19
- - refactor library ([7623ed9](https://github.com/nDriaDev/vite-plugin-universal-api/commit/7623ed9))
66
+ - update dependencies ([f90aadb](https://github.com/nDriaDev/futurable/commit/f90aadb))
67
+ - update dependencies ([16e1592](https://github.com/nDriaDev/futurable/commit/16e1592))
68
+ - update dependencies ([cd4df57](https://github.com/nDriaDev/futurable/commit/cd4df57))
69
+ - refactor library ([7623ed9](https://github.com/nDriaDev/futurable/commit/7623ed9))
20
70
 
21
71
  ## [Unreleased]
22
72