Commit dbae0aa
committed
chore(release): 0.5.0 [skip ci]
## [0.5.0](v0.4.2...v0.5.0) (2025-05-24)
### ✨ Features
* add localized error descriptions to NitroFSError for improved error handling ([b33a351](b33a351))
* implement file upload functionality in NitroFSFileUploader with multipart support ([d9d87db](d9d87db))
### 🐛 Bug Fixes
* correct typo in error message for file writing in HybridNitroFS ([6b66e95](6b66e95))
* enhance error handling in FileDownloader and NitroFSImpl with detailed runtime exceptions ([ce42c2d](ce42c2d))
* ensure proper session termination in NitroFSFileDownloader and NitroFSFileUploader after error handling ([ef95465](ef95465))
* remove unused parameters in upload task completion handler in NitroFSFileUploader for cleaner code ([bfd8c71](bfd8c71))
* update download URLs and NitroFS version ([8f03632](8f03632))
* update error handling in HybridNitroFS for file operations ([c8d52e0](c8d52e0))
* update error message in NitroFSImpl for clarity on fileDownloader availability ([1041a7f](1041a7f))
### 🔄 Code Refactors
* enhance file download method to return NitroFile and streamline parameters ([2633c2b](2633c2b))
* improve URL request handling in NitroFSFileDownloader and update file upload methods in NitroFSFileUploader for better error management ([586050f](586050f))
* simplify file download logic and improve error handling in NitroFSFileDownloader ([28b343a](28b343a))
* update error handling in NitroFS to use consistent error types and simplify downloadFile method signature ([f0277bc](f0277bc))
### 🛠️ Other changes
* rename Nitrofs to NitroFS ([4c3d846](4c3d846))
* rename Nitrofs to NitroFS ([17183fe](17183fe))1 parent 60ab2b1 commit dbae0aa
2 files changed
Lines changed: 30 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
1 | 30 | | |
2 | 31 | | |
3 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments