Skip to content

Releases: ServerfulArch/Public

0.0.4

28 Feb 13:28
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release

A prerelease of the Serverful/Public extension.

Public

Directories are now able to be accessed inside of the main "public" folder. As with the last release, folders prefixed with a period (.) or underscore (_) will still be ignored.

0.0.3

25 Feb 16:52
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release

A prerelease of the Serverful/Public extension.

This version includes a security patch.

Public

Files prefixed with either a period (.) or underscore (_) are ignored by the internal resource cache.

0.0.2

24 Feb 13:18
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release

A prerelease of the Serverful/Public extension.

This version adds the ability to cache public resources. To validate these files, the ETag dependency was added. This is a peer dependency, which means that the Serverful/Public extension can use any 1.x version (the latest will be installed by default).

Public

  • Public(LocalPath: Pathlike, Cache?: Integer) -> Function
    • Cache amount is inputted as a number, defaults to 300 (seconds).
    • If the value -1 was provided, no-store is used instead.

0.0.1

23 Feb 09:50
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release

A prerelease of the Serverful/Public extension.

The Public extension allows you to configure a directory to be served with raw extensions. These alpha releases are to optimise and secure this extension before the main releases.

Public

  • Public(LocalPath: Pathlike) -> Function
    • Returns a handler to be used as the gateway handler for Serverful.
    • The local path can either be absolute or relative.

There will be certain other options added in later releases, such as cache configuration.