Skip to content

Commit dbae0aa

Browse files
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

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## [0.5.0](https://github.com/patrickkabwe/react-native-nitro-fs/compare/v0.4.2...v0.5.0) (2025-05-24)
2+
3+
### ✨ Features
4+
5+
* add localized error descriptions to NitroFSError for improved error handling ([b33a351](https://github.com/patrickkabwe/react-native-nitro-fs/commit/b33a351830f50d4b93dac2c2ce1e57e191144b4f))
6+
* implement file upload functionality in NitroFSFileUploader with multipart support ([d9d87db](https://github.com/patrickkabwe/react-native-nitro-fs/commit/d9d87db2801ed6cf2d833d3f651bb75e079cf5f3))
7+
8+
### 🐛 Bug Fixes
9+
10+
* correct typo in error message for file writing in HybridNitroFS ([6b66e95](https://github.com/patrickkabwe/react-native-nitro-fs/commit/6b66e95207770df2789371d527c49999f0c522e0))
11+
* enhance error handling in FileDownloader and NitroFSImpl with detailed runtime exceptions ([ce42c2d](https://github.com/patrickkabwe/react-native-nitro-fs/commit/ce42c2d3dd5e05e7feaf9f8978514fb7857bedb0))
12+
* ensure proper session termination in NitroFSFileDownloader and NitroFSFileUploader after error handling ([ef95465](https://github.com/patrickkabwe/react-native-nitro-fs/commit/ef954652727a635e95a649d4d1b98cdbd9b6de8f))
13+
* remove unused parameters in upload task completion handler in NitroFSFileUploader for cleaner code ([bfd8c71](https://github.com/patrickkabwe/react-native-nitro-fs/commit/bfd8c71a6ec7425962900d264f321acbeca3bfcb))
14+
* update download URLs and NitroFS version ([8f03632](https://github.com/patrickkabwe/react-native-nitro-fs/commit/8f036324749a7c28fca71095f2cb35300e44be6c))
15+
* update error handling in HybridNitroFS for file operations ([c8d52e0](https://github.com/patrickkabwe/react-native-nitro-fs/commit/c8d52e0d96deaa7042f5c07e3e05c7442dc2e5bd))
16+
* update error message in NitroFSImpl for clarity on fileDownloader availability ([1041a7f](https://github.com/patrickkabwe/react-native-nitro-fs/commit/1041a7f62097fffa5f6b1c14e6280bbb42cbab66))
17+
18+
### 🔄 Code Refactors
19+
20+
* enhance file download method to return NitroFile and streamline parameters ([2633c2b](https://github.com/patrickkabwe/react-native-nitro-fs/commit/2633c2bcc00a8148feceffde96009ba076e0cac5))
21+
* improve URL request handling in NitroFSFileDownloader and update file upload methods in NitroFSFileUploader for better error management ([586050f](https://github.com/patrickkabwe/react-native-nitro-fs/commit/586050f94e6cbc954d78ef9878e332572985ba8f))
22+
* simplify file download logic and improve error handling in NitroFSFileDownloader ([28b343a](https://github.com/patrickkabwe/react-native-nitro-fs/commit/28b343a9f51e7e071b1d50deaa0450caeb4aa0ff))
23+
* update error handling in NitroFS to use consistent error types and simplify downloadFile method signature ([f0277bc](https://github.com/patrickkabwe/react-native-nitro-fs/commit/f0277bc8d20561a8d772b5ed50092c8c1bf73e5a))
24+
25+
### 🛠️ Other changes
26+
27+
* rename Nitrofs to NitroFS ([4c3d846](https://github.com/patrickkabwe/react-native-nitro-fs/commit/4c3d8468b4473bb80cf6a84cc9004f3c7a85c6e2))
28+
* rename Nitrofs to NitroFS ([17183fe](https://github.com/patrickkabwe/react-native-nitro-fs/commit/17183fe2fef6333cee8ea8482fcd5a35df827bec))
29+
130
## [0.4.2](https://github.com/patrickkabwe/react-native-nitro-fs/compare/v0.4.1...v0.4.2) (2025-05-19)
231

332
### 🛠️ Other changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-nitro-fs",
3-
"version": "0.4.2",
3+
"version": "0.5.0",
44
"description": "Nitro module package",
55
"main": "./lib/commonjs/index.js",
66
"module": "./lib/module/index.js",

0 commit comments

Comments
 (0)