Skip to content

Releases: Mirasaki-Development/remote-file-access-api

v1.1.2 | Improve Path/Directory Resolution

12 Jul 12:11
Compare
Choose a tag to compare

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

08 Jun 16:55
7f313f1
Compare
Choose a tag to compare

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

27 Nov 15:03
Compare
Choose a tag to compare

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

03 Nov 19:46
Compare
Choose a tag to compare

1.0.4 (2023-11-03)

Bug Fixes

v1.0.3

31 Aug 12:50
3e57984
Compare
Choose a tag to compare

What's Changed

  • fix(RemoteFileAccess): filter by EXTENSION param by @Mirasaki in #5

Full Changelog: v1.0.2...v1.0.3

v1.0.2

31 Aug 12:30
9ae7250
Compare
Choose a tag to compare

v1.0.1

22 Aug 15:05
Compare
Choose a tag to compare

1.0.1 (2023-08-22)

Bug Fixes

  • overlapping options for Directory (e1f7dd8)

Initial release 🥳

18 Aug 11:44
eb9ac90
Compare
Choose a tag to compare