universal-fs
Version:
Allows a client or server to access the file system in the current codebase or a different one.
26 lines (13 loc) • 531 B
Markdown
# v1.3.2
Fixes complex or invalid paths from throwing an html page.
# v.1.3.1
Remove unused dependency httpxmlprerequest. Fix naming from existsSync to exists in the file relay server
# v.1.3.0
This update adds the `exists` method.
# v.1.2.0
This update adds the ability to use universal-fs without a password. For more details see
> Unprotected usage
# v.1.1.0
This update adds the ability to mount the universal-fs file relay server to your own url. For how to do this see the
> NEW🚨: Usage without NGROK
section.