@ndriadev/futurable 2.3.3 → 3.0.0

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 ADDED
@@ -0,0 +1,95 @@
1
+ # Changelog
2
+
3
+ ## [3.0.0](https://github.com/nDriaDev/vite-plugin-universal-api/releases/tag/v3.0.0) - 2026-02-16
4
+
5
+ ### Features
6
+
7
+ - safe method implementation ([992ad49](https://github.com/nDriaDev/vite-plugin-universal-api/commit/992ad49))
8
+ - lazy futurable implementation ([d75f0d2](https://github.com/nDriaDev/vite-plugin-universal-api/commit/d75f0d2))
9
+
10
+ ### Bug Fixes
11
+
12
+ - futurable task test ([1868b39](https://github.com/nDriaDev/vite-plugin-universal-api/commit/1868b39))
13
+ - lint ([01bec2e](https://github.com/nDriaDev/vite-plugin-universal-api/commit/01bec2e))
14
+ - futurable constructor ([bcc5b61](https://github.com/nDriaDev/vite-plugin-universal-api/commit/bcc5b61))
15
+ - internal signal handling ([1cd035c](https://github.com/nDriaDev/vite-plugin-universal-api/commit/1cd035c))
16
+ - withResolvers cancel binding ([62ad1b8](https://github.com/nDriaDev/vite-plugin-universal-api/commit/62ad1b8))
17
+ - polling error handler ([67f3712](https://github.com/nDriaDev/vite-plugin-universal-api/commit/67f3712))
18
+
19
+ ### Performance Improvements
20
+
21
+ - performance improvements ([8262198](https://github.com/nDriaDev/vite-plugin-universal-api/commit/8262198))
22
+
23
+ ### Code Refactoring
24
+
25
+ - riorganize code ([613bef7](https://github.com/nDriaDev/vite-plugin-universal-api/commit/613bef7))
26
+ - doc e code refacotring ([0a4f15c](https://github.com/nDriaDev/vite-plugin-universal-api/commit/0a4f15c))
27
+
28
+ ### Documentation
29
+
30
+ - update README ([dac71e8](https://github.com/nDriaDev/vite-plugin-universal-api/commit/dac71e8))
31
+ - add futurableTask documentation pages ([eacd451](https://github.com/nDriaDev/vite-plugin-universal-api/commit/eacd451))
32
+ - add futurableTask documentation pages ([aa53577](https://github.com/nDriaDev/vite-plugin-universal-api/commit/aa53577))
33
+ - fix documentation ([fda9ba7](https://github.com/nDriaDev/vite-plugin-universal-api/commit/fda9ba7))
34
+
35
+ ### Tests
36
+
37
+ - replace jest with vitest ([864cc5e](https://github.com/nDriaDev/vite-plugin-universal-api/commit/864cc5e))
38
+ - futurabletask test ([9317ad0](https://github.com/nDriaDev/vite-plugin-universal-api/commit/9317ad0))
39
+
40
+ ### Chores
41
+
42
+ - update dependencies ([f229da8](https://github.com/nDriaDev/vite-plugin-universal-api/commit/f229da8))
43
+ - update tsconfig ([e71f059](https://github.com/nDriaDev/vite-plugin-universal-api/commit/e71f059))
44
+ - update build configuration ([65891a2](https://github.com/nDriaDev/vite-plugin-universal-api/commit/65891a2))
45
+
46
+ ## [2.3.5](https://github.com/nDriaDev/vite-plugin-universal-api/releases/tag/v2.3.5) - 2026-02-06
47
+
48
+ - Initial release
49
+
50
+ ## [2.3.4](https://github.com/nDriaDev/vite-plugin-universal-api/releases/tag/v2.3.4) - 2026-02-06
51
+
52
+ ### Bug Fixes
53
+
54
+ - gitignore ([11759fe](https://github.com/nDriaDev/vite-plugin-universal-api/commit/11759fe))
55
+ - [FIX] docs ([4b80d05](https://github.com/nDriaDev/vite-plugin-universal-api/commit/4b80d05))
56
+
57
+ ### Chores
58
+
59
+ - update dependencies ([f90aadb](https://github.com/nDriaDev/vite-plugin-universal-api/commit/f90aadb))
60
+ - update dependencies ([16e1592](https://github.com/nDriaDev/vite-plugin-universal-api/commit/16e1592))
61
+ - update dependencies ([cd4df57](https://github.com/nDriaDev/vite-plugin-universal-api/commit/cd4df57))
62
+ - refactor library ([7623ed9](https://github.com/nDriaDev/vite-plugin-universal-api/commit/7623ed9))
63
+
64
+ ## [Unreleased]
65
+
66
+ ### 📝 Changed
67
+ - Migrated build system from Vite to unbuild for better performance and compatibility
68
+ - Replaced TypeDoc documentation with VitePress for improved documentation experience
69
+ - Modernized README with better styling and structure
70
+ - Updated package.json scripts for automated releases
71
+ - Added comprehensive GitHub Actions for CI/CD and documentation deployment
72
+
73
+ ### ✨ Added
74
+ - Automated changelog generation
75
+ - Release automation script
76
+ - GitHub Actions for documentation deployment
77
+ - GitHub Actions for continuous integration
78
+ - VitePress-based documentation with interactive examples
79
+ - Comprehensive API documentation pages
80
+ - React integration guide
81
+ - Installation guide with troubleshooting
82
+
83
+ ### 🗑️ Removed
84
+ - Vite and related plugins from dependencies
85
+ - TypeDoc and its plugins
86
+ - Babel configuration (no longer needed)
87
+ - Old documentation build scripts
88
+ - Unused dependencies
89
+
90
+ ## [2.3.3] - 2024-08-07
91
+
92
+ Previous releases...
93
+
94
+ [unreleased]: https://github.com/nDriaDev/futurable/compare/v2.3.3...HEAD
95
+ [2.3.3]: https://github.com/nDriaDev/futurable/releases/tag/v2.3.3