Releases: Mirasaki-Development/remote-file-access-api
Releases · Mirasaki-Development/remote-file-access-api
v1.1.2 | Improve Path/Directory Resolution
This releases fixes a major issue that would lead to unresolved responses from the API, even though the file you're pointing to in the API path exists. This issue primarily affected Windows users.
1.1.2 (2024-07-12)
Bug Fixes
- improve path resolution by using path#join instead of / (e2f6513)
Async File Operations
This release uses async file operations, instead of synchronous. It also has improved error handling and output for any errors encountered during file operations.
v1.1.0
1.1.0 (2023-11-27)
Bug Fixes
- use correct entry point for application (ceac555)
Features
- console logging and opt-in debug logging (fe6aabf)
v1.0.4
1.0.4 (2023-11-03)
Bug Fixes
v1.0.1
1.0.1 (2023-08-22)
Bug Fixes
- overlapping options for Directory (e1f7dd8)